Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.h645 llvm::dxbc::RootSignatureVersion HLSLRootSigVer = variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaHLSL.cpp1080 DeclIdent, SemaRef.getLangOpts().HLSLRootSigVer, Elements); in ActOnFinishRootSignatureDecl()
1117 llvm::to_underlying(SemaRef.getLangOpts().HLSLRootSigVer); in handleRootSignatureElements()
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseDeclCXX.cpp4952 hlsl::RootSignatureParser Parser(getLangOpts().HLSLRootSigVer, RootElements, in ParseHLSLRootSignatureAttributeArgs()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td9391 MarshallingInfoEnum<LangOpts<"HLSLRootSigVer">, "V1_1">;