HomeSort by relevance Sort by last modified time
    Searched refs:tess_levels (Results 1 - 6 of 6) sorted by null

  /external/deqp/external/openglcts/modules/glesext/tessellation_shader/
esextcTessellationShaderIsolines.cpp 566 const glw::GLfloat tess_levels[] = { -1.0f, 4.0f, float(gl_max_tess_gen_level_value) * 0.5f, local
568 const unsigned int n_tess_levels = sizeof(tess_levels) / sizeof(tess_levels[0]);
570 m_irrelevant_tess_value_1 = tess_levels[0];
571 m_irrelevant_tess_value_2 = tess_levels[1];
590 float inner_tess_levels[2] = { tess_levels[other_tess_level_index],
591 tess_levels[other_tess_level_index] };
592 float outer_tess_levels[4] = { tess_levels[outer1_tess_level_index],
593 tess_levels[outer2_tess_level_index],
594 tess_levels[other_tess_level_index]
    [all...]
esextcTessellationShaderQuads.cpp 127 const glw::GLint tess_levels[] = { -gl_max_tess_gen_level_value / 2, -1, 1 }; local
128 const unsigned int n_tess_levels = sizeof(tess_levels) / sizeof(tess_levels[0]);
149 const glw::GLint tess_level = tess_levels[n_tess_level];
408 const glw::GLint tess_levels[] = { 2, gl_max_tess_gen_level_value / 2, gl_max_tess_gen_level_value }; local
412 const unsigned int n_tess_levels = sizeof(tess_levels) / sizeof(tess_levels[0]);
441 tess_levels[n_tess_level];
    [all...]
esextcTessellationShaderVertexSpacing.cpp 951 const _tessellation_levels& tess_levels = *tess_levels_set_iterator; local
    [all...]
esextcTessellationShaderTriangles.cpp 944 const glw::GLint tess_levels[] = { 2, gl_max_tess_gen_level_value / 2, gl_max_tess_gen_level_value }; local
945 const unsigned int n_tess_levels = sizeof(tess_levels) / sizeof(tess_levels[0]);
959 glw::GLint tess_level = tess_levels[n_tess_level];
    [all...]
esextcTessellationShaderTessellation.cpp 1291 const glw::GLfloat tess_levels[] = { 4.0f, 4.0f, 4.0f, 4.0f }; local
    [all...]
esextcTessellationShaderTCTE.cpp 792 const float tess_levels[] = /* as per shaders constructed by the test */ local
796 run.primitive_mode, tess_levels, tess_levels, TESSELLATION_SHADER_VERTEX_SPACING_EQUAL,
2319 const _tessellation_levels& tess_levels = *tessellation_levels_iterator; local
    [all...]

Completed in 723 milliseconds