Home
last modified time | relevance | path

Searched defs:tess_levels (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderQuads.cpp127 const glw::GLint tess_levels[] = {-gl_max_tess_gen_level_value / 2, -1, 1}; in initTest() local
409 …const glw::GLint tess_levels[] = {2, gl_max_tess_gen_level_value / 2, gl_max_tess_gen_level_value}; in initTest() local
H A DesextcTessellationShaderTriangles.cpp956 …const glw::GLint tess_levels[] = {2, gl_max_tess_gen_level_value / 2, gl_max_tess_gen_level_valu… in runTestIterations() local
H A DesextcTessellationShaderTCTE.cpp792 const float tess_levels[] = /* as per shaders constructed by the test */ in executeTestRun() local
2334 const _tessellation_levels &tess_levels = *tessellation_levels_iterator; in initTest() local
H A DesextcTessellationShaderIsolines.cpp567 const glw::GLfloat tess_levels[] = {-1.0f, 4.0f, float(gl_max_tess_gen_level_value) * 0.5f, in initTest() local
H A DesextcTessellationShaderVertexSpacing.cpp950 const _tessellation_levels &tess_levels = *tess_levels_set_iterator; in initTest() local
H A DesextcTessellationShaderTessellation.cpp1291 const glw::GLfloat tess_levels[] = {4.0f, 4.0f, 4.0f, 4.0f}; in initRun() local
/aosp_15_r20/external/mesa3d/src/amd/common/
H A Dac_nir_lower_tess_io_to_mem.c158 } tess_levels; typedef
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/
H A Dzink_types.h1905 float tess_levels[6]; member