LLVM 20.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::dxil::ResourceTypeInfo::UAVInfo Struct Reference

#include "llvm/Analysis/DXILResource.h"

Public Member Functions

bool operator== (const UAVInfo &RHS) const
 
bool operator!= (const UAVInfo &RHS) const
 
bool operator< (const UAVInfo &RHS) const
 

Public Attributes

bool GloballyCoherent
 
bool HasCounter
 
bool IsROV
 

Detailed Description

Definition at line 204 of file DXILResource.h.

Member Function Documentation

◆ operator!=()

bool llvm::dxil::ResourceTypeInfo::UAVInfo::operator!= ( const UAVInfo RHS) const
inline

Definition at line 213 of file DXILResource.h.

References RHS.

◆ operator<()

bool llvm::dxil::ResourceTypeInfo::UAVInfo::operator< ( const UAVInfo RHS) const
inline

Definition at line 214 of file DXILResource.h.

References GloballyCoherent, HasCounter, IsROV, and RHS.

◆ operator==()

bool llvm::dxil::ResourceTypeInfo::UAVInfo::operator== ( const UAVInfo RHS) const
inline

Definition at line 209 of file DXILResource.h.

References GloballyCoherent, HasCounter, IsROV, and RHS.

Member Data Documentation

◆ GloballyCoherent

bool llvm::dxil::ResourceTypeInfo::UAVInfo::GloballyCoherent

◆ HasCounter

bool llvm::dxil::ResourceTypeInfo::UAVInfo::HasCounter

◆ IsROV

bool llvm::dxil::ResourceTypeInfo::UAVInfo::IsROV

The documentation for this struct was generated from the following file: