LLVM 20.0.0git
|
#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 |
Definition at line 204 of file DXILResource.h.
Definition at line 213 of file DXILResource.h.
References RHS.
Definition at line 214 of file DXILResource.h.
References GloballyCoherent, HasCounter, IsROV, and RHS.
Definition at line 209 of file DXILResource.h.
References GloballyCoherent, HasCounter, IsROV, and RHS.
bool llvm::dxil::ResourceTypeInfo::UAVInfo::GloballyCoherent |
Definition at line 205 of file DXILResource.h.
Referenced by llvm::dxil::ResourceBindingInfo::getAnnotateProps(), llvm::dxil::ResourceBindingInfo::getAsMetadata(), operator<(), operator==(), and llvm::dxil::ResourceTypeInfo::print().
bool llvm::dxil::ResourceTypeInfo::UAVInfo::HasCounter |
Definition at line 206 of file DXILResource.h.
Referenced by llvm::dxil::ResourceBindingInfo::getAnnotateProps(), llvm::dxil::ResourceBindingInfo::getAsMetadata(), operator<(), operator==(), and llvm::dxil::ResourceTypeInfo::print().
bool llvm::dxil::ResourceTypeInfo::UAVInfo::IsROV |
Definition at line 207 of file DXILResource.h.
Referenced by llvm::dxil::ResourceBindingInfo::getAnnotateProps(), llvm::dxil::ResourceBindingInfo::getAsMetadata(), operator<(), operator==(), and llvm::dxil::ResourceTypeInfo::print().