Searched refs:GloballyCoherent (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DXILResource.cpp | 123 bool GloballyCoherent, bool IsROV, in UAV() argument 130 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in UAV() 138 uint32_t UniqueID, bool GloballyCoherent, in RWRawBuffer() argument 142 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWRawBuffer() 152 bool GloballyCoherent, bool IsROV, in RWStructuredBuffer() argument 158 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWStructuredBuffer() 168 uint32_t SampleCount, bool GloballyCoherent) { in RWTexture2DMS() argument 173 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWTexture2DMS() 184 uint32_t SampleCount, bool GloballyCoherent) { in RWTexture2DMSArray() argument 189 RI.UAVFlags.GloballyCoherent = GloballyCoherent; in RWTexture2DMSArray() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | DXILResource.h | 33 bool GloballyCoherent; member 38 return std::tie(GloballyCoherent, HasCounter, IsROV) == 39 std::tie(RHS.GloballyCoherent, RHS.HasCounter, RHS.IsROV); 143 bool GloballyCoherent, bool IsROV, 147 bool GloballyCoherent, bool IsROV); 151 Align Alignment, bool GloballyCoherent, 157 bool GloballyCoherent); 162 bool GloballyCoherent);
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILResource.h | 73 bool GloballyCoherent; variable 82 : ResourceBase(I, R), Shape(R.getResourceKind()), GloballyCoherent(false), in UAVResource()
|
H A D | DXILResource.cpp | 305 Entries[7] = ConstantAsMetadata::get(B.getInt1(GloballyCoherent)); in write()
|