Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/gpu_shader5/
H A DesextcGPUShader5ImagesArrayIndexing.cpp77 glw::GLint max_compute_work_group_invocations_value = 0; in initTest() local
85 gl.getIntegerv(GL_MAX_COMPUTE_WORK_GROUP_INVOCATIONS, &max_compute_work_group_invocations_value); in initTest()
88 if (m_texture_width * m_texture_height > max_compute_work_group_invocations_value) in initTest()
90 m_texture_width = (max_compute_work_group_invocations_value / m_texture_height); in initTest()

Completed in 1 milliseconds