Home
last modified time | relevance | path

Searched defs:IsROV (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLResource.cpp55 FrontendResource(GlobalVariable * GV,ResourceKind RK,ElementType ElTy,bool IsROV,uint32_t ResIndex,uint32_t Space) FrontendResource() argument
/freebsd-src/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILResource.h74 bool IsROV; global() variable
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp197 addBufferResourceAnnotation(llvm::GlobalVariable * GV,llvm::hlsl::ResourceClass RC,llvm::hlsl::ResourceKind RK,bool IsROV,llvm::hlsl::ElementType ET,BufferResBinding & Binding) addBufferResourceAnnotation() argument
286 bool IsROV = Attr->getIsROV(); annotateHLSLResource() local
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DHLSLExternalSemaSource.cpp482 setupBufferType(CXXRecordDecl * Decl,Sema & S,ResourceClass RC,ResourceKind RK,bool IsROV) setupBufferType() argument