Home
last modified time | relevance | path

Searched refs:tescSource (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineInterfaceMatchingTests.cpp653 std::string tescSource = tescNeeded ? in initPrograms() local
719 DE_ASSERT(tescSource.empty() == teseSource.empty()); in initPrograms()
720 if (!tescSource.empty()) in initPrograms()
722 glslSources.add("tesc") << glu::TessellationControlSource(tescSource); in initPrograms()
DvktPipelineExtendedDynamicStateTests.cpp1262 std::ostringstream tescSource; in initPrograms() local
1396 tescSource in initPrograms()
1445 programCollection.glslSources.add("tesc") << glu::TessellationControlSource(tescSource.str()); in initPrograms()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp186 string vertSource, tescSource, teseSource, geomSource, fragSource; in makeGraphicsPipeline() local
209 tescSource = shaderSource; in makeGraphicsPipeline()
255 sources << glu::TessellationControlSource(tescSource); in makeGraphicsPipeline()
271 …binaries << spirvUtils::makeSpirV(log, glu::TessellationControlSource(tescSource), spirvUtils::SPI… in makeGraphicsPipeline()