Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeStateApiTests.cpp224 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()
H A Des31fSSBOLayoutCase.cpp1283 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/skia/third_party/externals/angle2/src/libANGLE/
H A DCaps.h302 GLint maxShaderStorageBufferBindings = 0; member
H A DCompiler.cpp220 mResources.MaxShaderStorageBufferBindings = caps.maxShaderStorageBufferBindings; in Compiler()
H A DCaps.cpp1126 caps.maxShaderStorageBufferBindings = 4; in GenerateMinimumCaps()
H A DvalidationES3.cpp2122 if (index >= static_cast<GLuint>(caps.maxShaderStorageBufferBindings)) in ValidateBindBufferCommon()
3177 if (index >= static_cast<GLuint>(caps.maxShaderStorageBufferBindings)) in ValidateIndexedStateQuery()
H A DContext.cpp503 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()
H A DState.cpp506 mShaderStorageBuffers.resize(mCaps.maxShaderStorageBufferBindings); in initialize()
/third_party/vk-gl-cts/framework/opengl/
H A DgluStateReset.cpp478 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/vk-gl-cts/external/openglcts/modules/gles31/
H A Des31cShaderStorageBufferObjectTests.cpp734 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/
H A Dgl4cES31CompatibilityShaderStorageBufferObjectTests.cpp737 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/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_caps_utils.cpp765 mNativeCaps.maxShaderStorageBufferBindings = LimitToInt(maxCombinedStorageBuffers); in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A Drenderer11_utils.cpp992 caps->maxShaderStorageBufferBindings = caps->maxCombinedShaderOutputResources; in SetUAVRelatedResourceLimits()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
H A Drenderergl_utils.cpp1173 caps->maxShaderStorageBufferBindings = in GenerateCaps()
H A DStateManagerGL.cpp170 rendererCaps.maxShaderStorageBufferBindings); in mLocalDirtyBits()

Completed in 70 milliseconds