Searched refs:IsROV (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | DXILResource.cpp | 123 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 D | DXILResource.h | 35 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 D | HLSLResource.cpp | 59 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 D | DXILResource.h | 75 bool IsROV; variable 83 HasCounter(false), IsROV(R.getIsROV()), ExtProps{R.getElementType()} {} in UAVResource()
|
H A D | DXILResource.cpp | 307 Entries[9] = ConstantAsMetadata::get(B.getInt1(IsROV)); in write()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGHLSLRuntime.cpp | 200 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 D | CGHLSLRuntime.h | 128 llvm::hlsl::ResourceKind RK, bool IsROV,
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/ |
H A D | HLSLResource.h | 35 bool IsROV, uint32_t ResIndex, uint32_t Space);
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | HLSLExternalSemaSource.cpp | 119 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()
|