Home
last modified time | relevance | path

Searched refs:n_half_max_patch_vertices_mul_4 (Results 1 - 1 of 1) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderTCTE.cpp3829 glw::GLint n_half_max_patch_vertices_mul_4 = m_gl_max_patch_vertices_value / 2; in initTest() local
3832 if ((n_half_max_patch_vertices_mul_4 % 4) != 0) in initTest()
3835 n_half_max_patch_vertices_mul_4 += (4 - (m_gl_max_patch_vertices_value / 2) % 4); in initTest()
3853 n_half_max_patch_vertices_mul_4); in initTest()
3860 n_half_max_patch_vertices_mul_4); in initTest()

Completed in 6 milliseconds