Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DDXContainer.h237 RootSignature(StringRef PD) : PartData(PD) {} in RootSignature() function
473 std::optional<DirectX::RootSignature> RootSignature; variable
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp311 if (NamedMDNode *RootSignature = M.getNamedMetadata("dx.rootsignatures")) in runOnModule() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLRuntime.cpp75 MDNode *RootSignature = RSBuilder.BuildRootSignature(); in addRootSignature() local
/freebsd/contrib/llvm-project/llvm/include/llvm/ObjectYAML/
H A DDXContainerYAML.h297 std::optional<DXContainerYAML::RootSignatureYamlDesc> RootSignature; member