Home
last modified time | relevance | path

Searched refs:IsROV (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DDXILResource.cpp123 bool GloballyCoherent, bool IsROV, in UAV() argument
131 RI.UAVFlags.IsROV = IsROV; in UAV()
139 bool IsROV) { in RWRawBuffer() argument
143 RI.UAVFlags.IsROV = IsROV; in RWRawBuffer()
152 bool GloballyCoherent, bool IsROV, in RWStructuredBuffer() argument
159 RI.UAVFlags.IsROV = IsROV; in RWStructuredBuffer()
174 RI.UAVFlags.IsROV = false; in RWTexture2DMS()
190 RI.UAVFlags.IsROV = false; in RWTexture2DMSArray()
203 RI.UAVFlags.IsROV = false; in FeedbackTexture2D()
216 RI.UAVFlags.IsROV = false; in FeedbackTexture2DArray()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DDXILResource.h35 bool IsROV; 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);
152 bool IsROV, bool HasCounter);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp59 ElementType ElTy, bool IsROV, in FrontendResource() argument
67 ConstantAsMetadata::get(B.getInt1(IsROV)), in FrontendResource()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h75 bool IsROV; variable
83 HasCounter(false), IsROV(R.getIsROV()), ExtProps{R.getElementType()} {} in UAVResource()
H A DDXILResource.cpp307 Entries[9] = ConstantAsMetadata::get(B.getInt1(IsROV)); in write()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp200 bool IsROV, in addBufferResourceAnnotation() argument
224 GV, RK, ET, IsROV, Binding.Reg.value_or(UINT_MAX), Binding.Space); in addBufferResourceAnnotation()
290 bool IsROV = HLSLResAttr->getIsROV(); in annotateHLSLResource() local
294 addBufferResourceAnnotation(GV, RC, RK, IsROV, ET, Binding); in annotateHLSLResource()
H A DCGHLSLRuntime.h128 llvm::hlsl::ResourceKind RK, bool IsROV,
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h35 bool IsROV, uint32_t ResIndex, uint32_t Space);
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp119 ResourceKind RK, bool IsROV) { in annotateHLSLResource()
125 HLSLResourceAttr::CreateImplicit(Record->getASTContext(), RK, IsROV)); in annotateHLSLResource()
490 bool IsROV) { in setupBufferType() argument
494 .annotateHLSLResource(RC, RK, IsROV); in setupBufferType()