Searched refs:CBuffer (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/clang/lib/Sema/
H A DSemaHLSL.cpp15 Decl *Sema::ActOnStartHLSLBuffer(Scope *BufferScope, bool CBuffer, argument
22 Context, LexicalParent, CBuffer, KwLoc, Ident, IdentLoc, LBrace);
/openbsd-current/gnu/llvm/llvm/include/llvm/Frontend/HLSL/
H A DHLSLResource.h26 CBuffer, member in class:llvm::hlsl::ResourceClass
48 CBuffer, member in class:llvm::hlsl::ResourceKind
/openbsd-current/gnu/llvm/llvm/lib/Target/DirectX/
H A DDXILResource.cpp47 // FIXME: share CBufferDataLayout with CBuffer load lowering.
123 case Kinds::CBuffer:
162 case Kinds::CBuffer:
205 case Kinds::CBuffer:
312 printComponentType(Kinds::CBuffer, ComponentType::Invalid, 8, OS);
314 printKind(Kinds::CBuffer, 12, OS, /*SRV*/ false, /*HasCounter*/ false);
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp180 ? llvm::hlsl::ResourceClass::CBuffer
183 ? llvm::hlsl::ResourceKind::CBuffer
210 case llvm::hlsl::ResourceClass::CBuffer:
254 return llvm::hlsl::ResourceKind::CBuffer;
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DDecl.cpp5302 HLSLBufferDecl::HLSLBufferDecl(DeclContext *DC, bool CBuffer,
5307 IsCBuffer(CBuffer) {}
5310 DeclContext *LexicalParent, bool CBuffer,
5327 new (C, DC) HLSLBufferDecl(DC, CBuffer, KwLoc, ID, IDLoc, LBrace);
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DDecl.h4788 HLSLBufferDecl(DeclContext *DC, bool CBuffer, SourceLocation KwLoc,
4794 bool CBuffer, SourceLocation KwLoc,
/openbsd-current/gnu/llvm/clang/include/clang/Sema/
H A DSema.h6073 Decl *ActOnStartHLSLBuffer(Scope *BufferScope, bool CBuffer,

Completed in 139 milliseconds