Home
last modified time | relevance | path

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

/external/deqp/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.cpp273 …glu::TessellationEvaluationSource tessEvalSource(tcu::StringTemplate(tessEvalShaderSource).special… in invalid_program_state() local
279 …m (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tessEvalSource); in invalid_program_state()
Des31fNegativeComputeTests.cpp826 …const glu::TessellationEvaluationSource tessEvalSource (tcu::StringTemplate(genBuiltInSource(glu::… in invalid_write_built_in_constants() local
833 …m (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << tessEvalSource); in invalid_write_built_in_constants()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGlSpirvTests.cpp2141 ShaderSource tessEvalSource(glu::SHADERTYPE_TESSELLATION_EVALUATION, m_commonTessEval); in iterate() local
2143 sources << tessEvalSource; in iterate()
2146 tessEvalBinary = glslangUtils::makeSpirV(m_context.getTestContext().getLog(), tessEvalSource); in iterate()