Home
last modified time | relevance | path

Searched refs:DescriptorTableOffsetAppend (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h83 static const uint32_t DescriptorTableOffsetAppend = 0xffffffff; variable
91 uint32_t Offset = DescriptorTableOffsetAppend;
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp172 if (Clause.Offset == DescriptorTableOffsetAppend) in operator <<()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp696 Offset = DescriptorTableOffsetAppend; in parseDescriptorTableClauseParams()