Home
last modified time | relevance | path

Searched refs:GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS (Results 1 - 25 of 31) sorted by relevance

12

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cLimitsTests.cpp147 { "max_compute_texture_image_units", GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16, 0, "gl_MaxComputeTextureImageUnits" }, in init()
H A Dgl4cMultiBindTests.cpp3729 gl.getIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &max_textures); in iterate()
4217 gl.getIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &max_textures); in iterate()
H A Dgl4cComputeShaderTests.cpp2348 if (!Check(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16)) in Run()
2406 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, p); in Run()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fShaderBuiltinConstantTests.cpp342 { "gl_MaxComputeTextureImageUnits", getInteger<GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS> }, in init()
H A Des31fNegativeComputeTests.cpp222 const int limit = getResourceLimit(ctx, GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS) + 1; in exceed_texture_image_units_limit()
240 log << tcu::TestLog::Message << "Possible link error is generated if compute shader exceeds GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS." << tcu::TestLog::EndMessage; in exceed_texture_image_units_limit()
864 { exceed_texture_image_units_limit, "exceed_texture_image_units_limit", "Link error when shader exceeds GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS" }, in getNegativeComputeTestFunctions()
H A Des31fIntegerStateQueryTests.cpp836 FOR_EACH_VERIFIER(new MinimumValueCase(m_context, (std::string() + "max_compute_texture_image_units_" + verifierSuffix).c_str(), "Test MAX_COMPUTE_TEXTURE_IMAGE_UNITS", GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16, verifier)) in init()
H A Des31fProgramInterfaceQueryTestCase.cpp2576 { GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, usage.numSamplers },
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
H A DEGLPrintEGLinfoTest.cpp254 QUERY_AND_LOG_CAPABILITY(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, stream); in LogGles31Capabilities()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Dfunctionsgl_enums.h1200 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
H A Drenderergl_utils.cpp1202 QuerySingleGLInt(functions, GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS); in GenerateCaps()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cLayoutBindingTests.cpp2013 gl().getIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &units); in maxArraySize()
H A Des31cComputeShaderTests.cpp2335 if (!Check(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, 16)) in Run()
2383 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, p); in Run()
/third_party/mesa3d/include/GLES3/
H A Dgl31.h1211 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
H A Dgl32.h1211 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
/third_party/openGLES/api/GLES3/
H A Dgl31.h1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
H A Dgl32.h1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A Dqueryutils.cpp3813 case GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS: in GetQueryParameterInfo()
H A DContext.cpp1849 case GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS: in getIntegervImpl()
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl31.h1213 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
H A Dgl32.h1213 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl31.h1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
H A Dgl32.h1192 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DGLSLTest.cpp10879 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &maxTextureImageUnits);
11016 glGetIntegerv(GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS, &maxTextureImageUnits);
/third_party/mesa3d/include/GL/
H A Dglcorearb.h2239 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro
/third_party/openGLES/api/GL/
H A Dglcorearb.h2220 #define GL_MAX_COMPUTE_TEXTURE_IMAGE_UNITS 0x91BC macro

Completed in 174 milliseconds

12