Home
last modified time | relevance | path

Searched defs:parseStaticSampler (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILRootSignature.cpp272 static bool parseStaticSampler(LLVMContext *Ctx, mcdxbc::RootSignatureDesc &RSD, in parseStaticSampler() function
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp414 std::optional<StaticSampler> RootSignatureParser::parseStaticSampler() { in parseStaticSampler() function in clang::hlsl::RootSignatureParser