Home
last modified time | relevance | path

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

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.hpp317 float inner_tess_level[2]; member
336 memset(inner_tess_level, 0, sizeof(inner_tess_level)); in _tessellation_vertex_counter_program()
384 …void initTessellationVertexCounterProgram(const float* inner_tess_level, const float* outer_tess_l…
DesextcTessellationShaderUtils.cpp1229 const float* inner_tess_level, const float* outer_tess_level, glw::GLint n_patch_vertices, in initTessellationVertexCounterProgram() argument
1289 inner_tess_level); in initTessellationVertexCounterProgram()
1297 …memcpy(result_descriptor.inner_tess_level, inner_tess_level, sizeof(result_descriptor.inner_tess_l… in initTessellationVertexCounterProgram()
DesextcTessellationShaderTCTE.cpp3565 glw::GLfloat inner_tess_level[] = { tessellation_level_combinations[n_combination * 6 + 0], in iterate() local
3575 TESSELLATION_SHADER_PRIMITIVE_MODE_QUADS, inner_tess_level, outer_tess_level, in iterate()
3587 inner_tess_level); in iterate()
3601 gl.patchParameterfv(GL_PATCH_DEFAULT_INNER_LEVEL, inner_tess_level); in iterate()
DesextcTessellationShaderTessellation.cpp1870 …ellation_primitive_mode primitive_mode, glw::GLint n_patch_vertices, const float* inner_tess_level, in initTestDescriptor() argument
1878 memcpy(test.tess_level_inner, inner_tess_level, sizeof(float) * 2 /* components */); in initTestDescriptor()