Home
last modified time | relevance | path

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

/third_party/glslang/glslang/MachineIndependent/
DlinkValidate.cpp62 …infoSink.info << "Linking " << StageName(getStage()) << " and " << StageName(unitStage) << " stage… in error()
64 infoSink.info << "Linking " << StageName(language) << " stage: " << message << "\n"; in error()
74 …infoSink.info << "Linking " << StageName(language) << " and " << StageName(unitStage) << " stages:… in warn()
76 infoSink.info << "Linking " << StageName(language) << " stage: " << message << "\n"; in warn()
896 infoSink.info << " " << StageName(getStage()) << " stage: \"" in mergeErrorCheck()
899 infoSink.info << " " << StageName(unitStage) << " stage: \"" in mergeErrorCheck()
904 TString errmsg = StageName(getStage()); in mergeErrorCheck()
905 …errmsg.append(" block member has no corresponding member in ").append(StageName(unitStage)).append… in mergeErrorCheck()
907 …infoSink.info << " " << StageName(getStage()) << " stage: Block: " << symbol.getType().getTypeN… in mergeErrorCheck()
909 …infoSink.info << " " << StageName(unitStage) << " stage: Block: " << unitSymbol.getType().getTy… in mergeErrorCheck()
[all …]
DVersions.cpp679 const char* StageName(EShLanguage stage) in StageName() function
710 error(loc, "not supported in this stage:", featureDesc, StageName(language)); in requireStage()
DShaderLang.cpp2011 infoSink->info << "\nLinked " << StageName(stage) << " stage:\n\n"; in linkStage()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp1764 using StageName = std::map<vk::VkShaderStageFlagBits, std::string>; typedef
1766 void createDoubleCompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createDoubleCompareTestsInGroup()
1797 void createInt64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createInt64CompareTestsInGroup()
1819 void createUint64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createUint64CompareTestsInGroup()
1843 typedef void (*CreationFunctionPtr)(tcu::TestCaseGroup*, const StageName*);
1874 static const StageName graphicStages = in create64bitCompareGraphicsGroup()
1889 static const StageName computeStages = in create64bitCompareComputeGroup()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsm64bitCompareTests.cpp1764 using StageName = std::map<vk::VkShaderStageFlagBits, std::string>; typedef
1766 void createDoubleCompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createDoubleCompareTestsInGroup()
1797 void createInt64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createInt64CompareTestsInGroup()
1819 void createUint64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createUint64CompareTestsInGroup()
1843 typedef void (*CreationFunctionPtr)(tcu::TestCaseGroup*, const StageName*);
1874 static const StageName graphicStages = in create64bitCompareGraphicsGroup()
1889 static const StageName computeStages = in create64bitCompareComputeGroup()
/third_party/glslang/glslang/Public/
DShaderLang.h219 GLSLANG_EXPORT const char* StageName(EShLanguage);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp240 static const char *const StageName[]; member in __anon4562c5b40111::RAGreedy
582 const char *const RAGreedy::StageName[] = {
3060 LLVM_DEBUG(dbgs() << StageName[Stage] << " Cascade " in selectOrSplitImpl()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cShaderImageLoadStoreTests.cpp608 const char* StageName(int stage) in StageName() function in gl4cts::__anon5bdfd9e50111::ShaderImageLoadStoreBase
1827 << ". Stage is: " << StageName(i) << tcu::TestLog::EndMessage; in Write()
2077 << ". Stage is: " << StageName(i) << tcu::TestLog::EndMessage; in Read()
4045 << ". Target is: " << EnumToString(targets[i]) << ". Stage is: " << StageName(m_stage) in Write()
4076 << ". Target is: " << EnumToString(targets[i]) << ". Stage is: " << StageName(m_stage) in Write()
4125 << ". Stage is: " << StageName(m_stage) << tcu::TestLog::EndMessage; in Write()
4520 << ". Stage is: " << StageName(stage) << tcu::TestLog::EndMessage; in Atomic()