Home
last modified time | relevance | path

Searched refs:max_tesselation_control_image_uniforms (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cShaderImageLoadStoreTests.cpp11574 GLint max_tesselation_control_image_uniforms = 0; in testCombinedShaderStages() local
11582 glGetIntegerv(GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS, &max_tesselation_control_image_uniforms); in testCombinedShaderStages()
11591 if (max_tesselation_control_image_uniforms) in testCombinedShaderStages()
11603 …ax_fragment_image_uniforms + max_geometry_image_uniforms + max_tesselation_control_image_uniforms + in testCombinedShaderStages()