Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp800 glw::GLint stageQuery; in isImageSupportedForStageOnDevice() local
811 stageQuery = GL_MAX_VERTEX_IMAGE_UNIFORMS; in isImageSupportedForStageOnDevice()
814 stageQuery = GL_MAX_TESS_CONTROL_IMAGE_UNIFORMS; in isImageSupportedForStageOnDevice()
817 stageQuery = GL_MAX_TESS_EVALUATION_IMAGE_UNIFORMS; in isImageSupportedForStageOnDevice()
820 stageQuery = GL_MAX_GEOMETRY_IMAGE_UNIFORMS; in isImageSupportedForStageOnDevice()
824 int numImages = context.getDeqpContext().getContextInfo().getInt(stageQuery); in isImageSupportedForStageOnDevice()

Completed in 4 milliseconds