Searched refs:stageNames (Results 1 – 4 of 4) sorted by relevance
1766 void createDoubleCompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createDoubleCompareTestsInGroup() argument1786 for (const auto& stageNamePair : *stageNames) in createDoubleCompareTestsInGroup()1797 void createInt64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createInt64CompareTestsInGroup() argument1809 for (const auto& stageNamePair : *stageNames) in createInt64CompareTestsInGroup()1819 void createUint64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createUint64CompareTestsInGroup() argument1831 for (const auto& stageNamePair : *stageNames) in createUint64CompareTestsInGroup()
744 const char* stageNames[] = {"vertex", "fragment"}; in init() local800 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()829 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()857 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()1038 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx]; in init()
703 const char* stageNames[kStageCount] = in iterate() local713 << " for the " << stageNames[stageIdx] << " shader:" in iterate()
1051 const char* stageNames[] = { "top_of_pipe", "bottom_of_pipe" }; in createBufferMarkerTestsInGroup() local1055 …tcu::TestCaseGroup* stageGroup = (new tcu::TestCaseGroup(testCtx, stageNames[stageNdx], "Buffer ma… in createBufferMarkerTestsInGroup()