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 D | esextcTessellationShaderQuads.cpp | 127 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 D | esextcTessellationShaderTriangles.cpp | 956 …const glw::GLint tess_levels[] = {2, gl_max_tess_gen_level_value / 2, gl_max_tess_gen_level_valu… in runTestIterations() local
|
H A D | esextcTessellationShaderTCTE.cpp | 792 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 D | esextcTessellationShaderIsolines.cpp | 567 const glw::GLfloat tess_levels[] = {-1.0f, 4.0f, float(gl_max_tess_gen_level_value) * 0.5f, in initTest() local
|
H A D | esextcTessellationShaderVertexSpacing.cpp | 950 const _tessellation_levels &tess_levels = *tess_levels_set_iterator; in initTest() local
|
H A D | esextcTessellationShaderTessellation.cpp | 1291 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 D | ac_nir_lower_tess_io_to_mem.c | 158 } tess_levels; typedef
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_types.h | 1905 float tess_levels[6]; member
|