Home
last modified time | relevance | path

Searched refs:verifyNumDescriptors (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DRootSignatureValidations.h35 LLVM_ABI bool verifyNumDescriptors(uint32_t NumDescriptors);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp128 bool verifyNumDescriptors(uint32_t NumDescriptors) { in verifyNumDescriptors() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp451 if (!llvm::hlsl::rootsig::verifyNumDescriptors(Range.NumDescriptors)) in validate()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1160 if (!llvm::hlsl::rootsig::verifyNumDescriptors(Clause->NumDescriptors)) { in handleRootSignatureElements()