Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderUtils.cpp1282 glw::GLint outer_tess_level_uniform_location = -1; in initTessellationVertexCounterProgram() local
1285 outer_tess_level_uniform_location = m_gl.getUniformLocation(po_id, "outer_tess_level"); in initTessellationVertexCounterProgram()
1288 DE_ASSERT(outer_tess_level_uniform_location != -1); in initTessellationVertexCounterProgram()
1297 m_gl.uniform4fv(outer_tess_level_uniform_location, 1, /* count */ in initTessellationVertexCounterProgram()
1312 result_descriptor.tess_level_outer_uniform_location = outer_tess_level_uniform_location; in initTessellationVertexCounterProgram()
H A DesextcTessellationShaderTessellation.hpp309 glw::GLint outer_tess_level_uniform_location; member
325 outer_tess_level_uniform_location = -1; in _test_descriptor()
H A DesextcTessellationShaderVertexOrdering.cpp420 glw::GLint outer_tess_level_uniform_location = gl.getUniformLocation(po_id, "outer_tess_level"); in initTestIteration() local
424 DE_ASSERT(outer_tess_level_uniform_location != -1); in initTestIteration()
432 … gl.uniform4fv(outer_tess_level_uniform_location, 1 /* count */, test_iteration.outer_tess_levels); in initTestIteration()
H A DesextcTessellationShaderInvariance.hpp112 glw::GLuint outer_tess_level_uniform_location; member
H A DesextcTessellationShaderTessellation.cpp1982 … test.outer_tess_level_uniform_location = gl.getUniformLocation(test.po_id, "outer_tess_level"); in initTestDescriptor()
1985 DE_ASSERT(test.outer_tess_level_uniform_location != -1); in initTestDescriptor()
1995 gl.uniform4fv(test.outer_tess_level_uniform_location, 1, /* count */ in initTestDescriptor()
H A DesextcTessellationShaderInvariance.cpp489 program.outer_tess_level_uniform_location = in initTest()
581 gl.uniform4fv(program.outer_tess_level_uniform_location, 1, /* count */ in iterate()