Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILMetadata.cpp119 EntryProps(Function &F, Triple::EnvironmentType ModuleShaderKind) in EntryProps()
120 : ShaderKind(ModuleShaderKind) { in EntryProps()
230 EntryMD(Function &F, Triple::EnvironmentType ModuleShaderKind) in EntryMD() argument
231 : F(F), Ctx(F.getContext()), Props(F, ModuleShaderKind) {} in EntryMD()