Home
last modified time | relevance | path

Searched refs:GloballyCoherent (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp123 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 DDXILResource.h33 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 DDXILResource.h73 bool GloballyCoherent; variable
82 : ResourceBase(I, R), Shape(R.getResourceKind()), GloballyCoherent(false), in UAVResource()
H A DDXILResource.cpp305 Entries[7] = ConstantAsMetadata::get(B.getInt1(GloballyCoherent)); in write()