Home
last modified time | relevance | path

Searched defs:CompFunc (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParseHLSLRootSignature.h125 std::optional<llvm::dxbc::ComparisonFunc> CompFunc; member
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/HLSL/
H A DHLSLRootSignature.h127 dxbc::ComparisonFunc CompFunc = dxbc::ComparisonFunc::LessEqual; member
/freebsd/contrib/llvm-project/llvm/lib/Frontend/HLSL/
H A DHLSLRootSignature.cpp101 const dxbc::ComparisonFunc &CompFunc) { in operator <<()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp844 auto CompFunc = parseComparisonFunc(TokenKind::kw_comparisonFunc); in parseStaticSamplerParams() local