Searched refs:ShaderProfile (Results 1 – 5 of 5) sorted by relevance
172 const Triple::EnvironmentType ShaderProfile) { in getEntryPropAsMetadata() argument183 if (ShaderProfile == Triple::EnvironmentType::Library && in getEntryPropAsMetadata()227 const Triple::EnvironmentType ShaderProfile) { in emitEntryMD() argument229 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()
158 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()
40 switch (MMDI.ShaderProfile) { in hasUAVsAtEveryStage()
30 MMDAI.ShaderProfile = TT.getEnvironment(); in collectMetadataInfo()78 << Triple::getEnvironmentTypeName(ShaderProfile) << "\n"; in print()
37 Triple::EnvironmentType ShaderProfile{Triple::UnknownEnvironment};