Home
last modified time | relevance | path

Searched refs:stageNames (Results 1 - 7 of 7) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1766 void createDoubleCompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createDoubleCompareTestsInGroup() argument
1786 for (const auto& stageNamePair : *stageNames) in createDoubleCompareTestsInGroup()
1797 void createInt64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createInt64CompareTestsInGroup() argument
1809 for (const auto& stageNamePair : *stageNames) in createInt64CompareTestsInGroup()
1819 void createUint64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createUint64CompareTestsInGroup() argument
1831 for (const auto& stageNamePair : *stageNames) in createUint64CompareTestsInGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/spirv_assembly/
H A DvktSpvAsm64bitCompareTests.cpp1766 void createDoubleCompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createDoubleCompareTestsInGroup() argument
1786 for (const auto& stageNamePair : *stageNames) in createDoubleCompareTestsInGroup()
1797 void createInt64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createInt64CompareTestsInGroup() argument
1809 for (const auto& stageNamePair : *stageNames) in createInt64CompareTestsInGroup()
1819 void createUint64CompareTestsInGroup (tcu::TestCaseGroup* tests, const StageName* stageNames) in createUint64CompareTestsInGroup() argument
1831 for (const auto& stageNamePair : *stageNames) in createUint64CompareTestsInGroup()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fUniformLocationTests.cpp744 const char* stageNames[] = {"vertex", "fragment"};
800 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
829 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
857 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
1038 const string name = string(getDataTypeName(type)) + "_" + stageNames[stageNdx];
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp748 const char* stageNames[kStageCount] = in iterate() local
758 << " for the " << stageNames[stageIdx] << " shader:" in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineNoPositionTests.cpp722 const char* stageNames[kStageCount] = in iterate() local
732 << " for the " << stageNames[stageIdx] << " shader:" in iterate()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
H A DvktApiBufferMarkerTests.cpp1139 const char* stageNames[] = { "top_of_pipe", "bottom_of_pipe" }; in createBufferMarkerTestsInGroup() local
1143 tcu::TestCaseGroup* stageGroup = (new tcu::TestCaseGroup(testCtx, stageNames[stageNdx], "Buffer marker tests for a specific pipeline stage")); in createBufferMarkerTestsInGroup()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
H A DvktApiBufferMarkerTests.cpp1042 const char* stageNames[] = { "top_of_pipe", "bottom_of_pipe" };
1046 tcu::TestCaseGroup* stageGroup = (new tcu::TestCaseGroup(testCtx, stageNames[stageNdx], "Buffer marker tests for a specific pipeline stage"));

Completed in 12 milliseconds