Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DRootSignatureValidations.h36 LLVM_ABI bool verifySamplerFilter(uint32_t Value);
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DRootSignatureValidations.cpp132 bool verifySamplerFilter(uint32_t Value) { in verifySamplerFilter() function
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp464 if (!llvm::hlsl::rootsig::verifySamplerFilter(Sampler.Filter)) in validate()