Searched refs:FrontendResource (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/HLSL/ |
| H A D | HLSLResource.cpp | 21 GlobalVariable *FrontendResource::getGlobalVariable() { in getGlobalVariable() 26 ResourceKind FrontendResource::getResourceKind() { in getResourceKind() 32 ElementType FrontendResource::getElementType() { in getElementType() 38 bool FrontendResource::getIsROV() { in getIsROV() 43 uint32_t FrontendResource::getResourceIndex() { in getResourceIndex() 48 uint32_t FrontendResource::getSpace() { in getSpace() 54 FrontendResource::FrontendResource(GlobalVariable *GV, ResourceKind RK, in FrontendResource() function in FrontendResource
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/ |
| H A D | HLSLResource.h | 81 class FrontendResource { 85 FrontendResource(MDNode *E) : Entry(E) { in FrontendResource() function 89 FrontendResource(GlobalVariable *GV, ResourceKind RK, ElementType ElTy,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/DirectX/ |
| H A D | DXILResource.h | 38 ResourceBase(uint32_t I, hlsl::FrontendResource R); 80 UAVResource(uint32_t I, hlsl::FrontendResource R) in UAVResource() 91 ConstantBuffer(uint32_t I, hlsl::FrontendResource R);
|
| H A D | DXILResource.cpp | 33 Data.push_back(T(Counter++, FrontendResource(cast<MDNode>(Res)))); in collect() 45 ConstantBuffer(Counter++, FrontendResource(cast<MDNode>(Res)))); in collect() 59 ResourceBase::ResourceBase(uint32_t I, FrontendResource R) in ResourceBase() 249 ConstantBuffer::ConstantBuffer(uint32_t I, hlsl::FrontendResource R) in ConstantBuffer()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGHLSLRuntime.cpp | 220 llvm::hlsl::FrontendResource Res( in addBufferResourceAnnotation()
|