Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/DirectX/
DDXILMetadata.cpp98 EntryProps(Function &F, Triple::EnvironmentType ModuleShaderKind) in EntryProps()
99 : ShaderKind(ModuleShaderKind) { in EntryProps()
209 EntryMD(Function &F, Triple::EnvironmentType ModuleShaderKind) in EntryMD() argument
210 : F(F), Ctx(F.getContext()), Props(F, ModuleShaderKind) {} in EntryMD()