Home
last modified time | relevance | path

Searched refs:outer_tess_level_uniform_location (Results 1 – 6 of 6) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTessellation.hpp309 glw::GLint outer_tess_level_uniform_location; member
325 outer_tess_level_uniform_location = -1; in _test_descriptor()
DesextcTessellationShaderUtils.cpp1277 glw::GLint outer_tess_level_uniform_location = -1; in initTessellationVertexCounterProgram() local
1280 outer_tess_level_uniform_location = m_gl.getUniformLocation(po_id, "outer_tess_level"); in initTessellationVertexCounterProgram()
1283 DE_ASSERT(outer_tess_level_uniform_location != -1); in initTessellationVertexCounterProgram()
1292 m_gl.uniform4fv(outer_tess_level_uniform_location, 1, /* count */ in initTessellationVertexCounterProgram()
1307 result_descriptor.tess_level_outer_uniform_location = outer_tess_level_uniform_location; in initTessellationVertexCounterProgram()
DesextcTessellationShaderVertexOrdering.cpp419 glw::GLint outer_tess_level_uniform_location = gl.getUniformLocation(po_id, "outer_tess_level"); in initTestIteration() local
423 DE_ASSERT(outer_tess_level_uniform_location != -1); in initTestIteration()
431 gl.uniform4fv(outer_tess_level_uniform_location, 1 /* count */, test_iteration.outer_tess_levels); in initTestIteration()
DesextcTessellationShaderInvariance.hpp112 glw::GLuint outer_tess_level_uniform_location; member
DesextcTessellationShaderTessellation.cpp1975 test.outer_tess_level_uniform_location = gl.getUniformLocation(test.po_id, "outer_tess_level"); in initTestDescriptor()
1978 DE_ASSERT(test.outer_tess_level_uniform_location != -1); in initTestDescriptor()
1988 gl.uniform4fv(test.outer_tess_level_uniform_location, 1, /* count */ in initTestDescriptor()
DesextcTessellationShaderInvariance.cpp490 program.outer_tess_level_uniform_location = in initTest()
582 gl.uniform4fv(program.outer_tess_level_uniform_location, 1, /* count */ in iterate()