Home
last modified time | relevance | path

Searched refs:source_tc (Results 1 - 4 of 4) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4222 std::ostringstream source_tc; in initPrograms() local
4223 source_tc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
4244 programCollection.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/multiview/
H A DvktMultiViewRenderTests.cpp4607 std::ostringstream source_tc; in initPrograms() local
4608 source_tc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
4629 programCollection.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3393 std::ostringstream source_tc; in initPrograms() local
3394 source_tc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
3414 sourceCollections.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/query_pool/
H A DvktQueryPoolStatisticsTests.cpp3379 std::ostringstream source_tc; in initPrograms() local
3380 source_tc << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
3400 sourceCollections.glslSources.add("tessellation_control") << glu::TessellationControlSource(source_tc.str()); in initPrograms()

Completed in 36 milliseconds