Home
last modified time | relevance | path

Searched refs:tessEvalSource (Results 1 – 4 of 4) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
Des31fNegativeShaderStorageTests.cpp211 const std::string tessEvalSource = genCommonSource(ctx, GL_TESS_EVALUATION_SHADER); in block_number_limits() local
250 << glu::TessellationEvaluationSource(tessEvalSource); in block_number_limits()
Des31fNegativeTessellationTests.cpp302 …glu::TessellationEvaluationSource tessEvalSource(tcu::StringTemplate(tessEvalShaderSource).special… in invalid_program_state() local
308 …ogram tessEvalProgram (rc, glu::ProgramSources() << glu::ProgramSeparable(true) << tessEvalSource); in invalid_program_state()
Des31fNegativeComputeTests.cpp828 …const glu::TessellationEvaluationSource tessEvalSource (tcu::StringTemplate(genBuiltInSource(glu::… in invalid_write_built_in_constants() local
835 …m (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tessEvalSource); in invalid_write_built_in_constants()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp1707 ShaderSource tessEvalSource(glu::SHADERTYPE_TESSELLATION_EVALUATION, m_commonTessEval); in iterate() local
1709 sources << tessEvalSource; in iterate()
1711 tessEvalBinary = spirvUtils::makeSpirV(m_context.getTestContext().getLog(), tessEvalSource); in iterate()