/third_party/vk-gl-cts/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 224 GLint maxShaderStorageBufferBindings = 0; in get_integeri_v() local 239 ctx.glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings); in get_integeri_v() 241 ctx.glGetIntegeri_v(GL_SHADER_STORAGE_BUFFER_BINDING, maxShaderStorageBufferBindings, &data); in get_integeri_v() 250 GLint maxShaderStorageBufferBindings = 0; in get_integer64i_v() local 265 ctx.glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings); in get_integer64i_v() 267 ctx.glGetInteger64i_v(GL_SHADER_STORAGE_BUFFER_START, maxShaderStorageBufferBindings, &data); in get_integer64i_v() 269 ctx.glGetInteger64i_v(GL_SHADER_STORAGE_BUFFER_SIZE, maxShaderStorageBufferBindings, &data); in get_integer64i_v()
|
D | es31fSSBOLayoutCase.cpp | 1283 glw::GLint maxShaderStorageBufferBindings; in generateComputeShader() local 1288 gl.getIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings); in generateComputeShader() 1311 if (bindingPoint > maxShaderStorageBufferBindings) in generateComputeShader()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | Compiler.cpp | 160 mResources.MaxShaderStorageBufferBindings = caps.maxShaderStorageBufferBindings; in Compiler()
|
D | Caps.h | 708 GLuint maxShaderStorageBufferBindings = 0; member
|
D | Caps.cpp | 1079 caps.maxShaderStorageBufferBindings = 4; in GenerateMinimumCaps()
|
D | validationES3.cpp | 1769 if (index >= caps.maxShaderStorageBufferBindings) in ValidateBindBufferCommon() 2684 if (index >= caps.maxShaderStorageBufferBindings) in ValidateIndexedStateQuery()
|
D | State.cpp | 390 mShaderStorageBuffers.resize(caps.maxShaderStorageBufferBindings); in initialize()
|
D | Context.cpp | 425 for (unsigned int i = 0; i < mState.mCaps.maxShaderStorageBufferBindings; i++) in initialize() 1754 *params = mState.mCaps.maxShaderStorageBufferBindings; in getIntegervImpl() 3425 LimitCap(&mState.mCaps.maxShaderStorageBufferBindings, in initCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | Caps.h | 302 GLint maxShaderStorageBufferBindings = 0; member
|
D | Compiler.cpp | 220 mResources.MaxShaderStorageBufferBindings = caps.maxShaderStorageBufferBindings; in Compiler()
|
D | Caps.cpp | 1126 caps.maxShaderStorageBufferBindings = 4; in GenerateMinimumCaps()
|
D | validationES3.cpp | 2122 if (index >= static_cast<GLuint>(caps.maxShaderStorageBufferBindings)) in ValidateBindBufferCommon() 3183 if (index >= static_cast<GLuint>(caps.maxShaderStorageBufferBindings)) in ValidateIndexedStateQuery()
|
D | Context.cpp | 503 for (int i = 0; i < mState.mCaps.maxShaderStorageBufferBindings; i++) in initializeDefaultResources() 1899 *params = mState.mCaps.maxShaderStorageBufferBindings; in getIntegervImpl() 3808 ANGLE_LIMIT_CAP(mState.mCaps.maxShaderStorageBufferBindings, in initCaps()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluStateReset.cpp | 478 int maxShaderStorageBufferBindings = 0; in resetStateES() local 479 gl.getIntegerv (GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings); in resetStateES() 482 for (int ndx = 0; ndx < maxShaderStorageBufferBindings; ndx++) in resetStateES()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 307 mNativeCaps.maxShaderStorageBufferBindings = maxCombinedStorageBuffers; in ensureCapsInitialized()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
D | vk_caps_utils.cpp | 765 mNativeCaps.maxShaderStorageBufferBindings = LimitToInt(maxCombinedStorageBuffers); in ensureCapsInitialized()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
D | es31cShaderStorageBufferObjectTests.cpp | 734 GLint maxShaderStorageBufferBindings = 0; in Run() local 735 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings); in Run() 743 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run() 754 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run() 780 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run() 851 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 737 GLint maxShaderStorageBufferBindings = 0; in Run() local 738 glGetIntegerv(GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, &maxShaderStorageBufferBindings); in Run() 743 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run() 754 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run() 779 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run() 850 for (GLint i = 0; i < maxShaderStorageBufferBindings; ++i) in Run()
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 1006 caps->maxShaderStorageBufferBindings = caps->maxCombinedShaderOutputResources; in SetUAVRelatedResourceLimits()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
D | renderer11_utils.cpp | 992 caps->maxShaderStorageBufferBindings = caps->maxCombinedShaderOutputResources; in SetUAVRelatedResourceLimits()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/ |
D | DisplayMtl.mm | 805 mNativeCaps.maxShaderStorageBufferBindings = 0;
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | StateManagerGL.cpp | 142 rendererCaps.maxShaderStorageBufferBindings);
|
D | renderergl_utils.cpp | 952 caps->maxShaderStorageBufferBindings = in GenerateCaps()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | renderergl_utils.cpp | 1173 caps->maxShaderStorageBufferBindings = in GenerateCaps()
|
D | StateManagerGL.cpp | 170 rendererCaps.maxShaderStorageBufferBindings);
|