Home
last modified time | relevance | path

Searched refs:source_tc (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3479 std::ostringstream source_tc; in initPrograms() local
3480 source_tc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
3501 …lection.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp2641 std::ostringstream source_tc; in initPrograms() local
2642 source_tc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
2662 …ections.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()