Home
last modified time | relevance | path

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

/external/deqp/external/vulkancts/modules/vulkan/multiview/
DvktMultiViewRenderTests.cpp3503 std::ostringstream source_te; in initPrograms() local
3504 source_te << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
3518 …n.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms()
/external/deqp/external/vulkancts/modules/vulkan/query_pool/
DvktQueryPoolStatisticsTests.cpp2664 std::ostringstream source_te; in initPrograms() local
2665 source_te << glu::getGLSLVersionDeclaration(glu::GLSL_VERSION_450) << "\n" in initPrograms()
2678 …s.glslSources.add("tessellation_evaluation") << glu::TessellationEvaluationSource(source_te.str()); in initPrograms()