Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILTranslateMetadata.cpp172 const Triple::EnvironmentType ShaderProfile) { in getEntryPropAsMetadata() argument
183 if (ShaderProfile == Triple::EnvironmentType::Library && in getEntryPropAsMetadata()
227 const Triple::EnvironmentType ShaderProfile) { in emitEntryMD() argument
229 getEntryPropAsMetadata(EP, EntryShaderFlags, ShaderProfile); in emitEntryMD()
257 SMVals[0] = MDString::get(Ctx, getShortShaderStage(MMDI.ShaderProfile)); in emitShaderModelVersionMD()
341 if (MMDI.ShaderProfile == Triple::EnvironmentType::Library) { in translateMetadata()
360 if (MMDI.ShaderProfile != Triple::EnvironmentType::Library) { in translateMetadata()
362 if (EntryProp.ShaderStage != MMDI.ShaderProfile) { in translateMetadata()
369 Twine(Triple::getEnvironmentTypeName(MMDI.ShaderProfile) + in translateMetadata()
375 MMDI.ShaderProfile)); in translateMetadata()
H A DDXContainerGlobals.cpp158 if (MMI.ShaderProfile == llvm::Triple::Library) in addRootSignature()
262 MMI.ShaderProfile == Triple::Library); in addPipelineStateValidationInfo()
264 static_cast<uint8_t>(MMI.ShaderProfile - Triple::Pixel); in addPipelineStateValidationInfo()
273 switch (MMI.ShaderProfile) { in addPipelineStateValidationInfo()
283 if (MMI.ShaderProfile != Triple::Library) in addPipelineStateValidationInfo()
286 PSV.finalize(MMI.ShaderProfile); in addPipelineStateValidationInfo()
H A DDXILShaderFlags.cpp40 switch (MMDI.ShaderProfile) { in hasUAVsAtEveryStage()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDXILMetadataAnalysis.cpp30 MMDAI.ShaderProfile = TT.getEnvironment(); in collectMetadataInfo()
78 << Triple::getEnvironmentTypeName(ShaderProfile) << "\n"; in print()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDXILMetadataAnalysis.h37 Triple::EnvironmentType ShaderProfile{Triple::UnknownEnvironment};