Home
last modified time | relevance | path

Searched refs:DescriptorTableClause (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h86 struct DescriptorTableClause { struct
153 DescriptorTable, DescriptorTableClause, StaticSampler>;
160 const DescriptorTableClause &Clause);
H A DRootSignatureMetadata.h44 MDNode *BuildDescriptorTableClause(const DescriptorTableClause &Clause);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp165 raw_ostream &operator<<(raw_ostream &OS, const DescriptorTableClause &Clause) { in operator <<()
222 [&OS](const DescriptorTableClause &Clause) { OS << Clause; }, in operator <<()
H A DRootSignatureMetadata.cpp60 [this](const DescriptorTableClause &Clause) -> MDNode * { in BuildRootSignature()
144 const DescriptorTableClause &Clause) { in BuildDescriptorTableClause()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h81 std::optional<llvm::hlsl::rootsig::DescriptorTableClause>
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp344 std::optional<DescriptorTableClause>
358 DescriptorTableClause Clause; in parseDescriptorTableClause()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1155 std::get_if<llvm::hlsl::rootsig::DescriptorTableClause>( in handleRootSignatureElements()
1217 std::get_if<llvm::hlsl::rootsig::DescriptorTableClause>( in handleRootSignatureElements()