Searched refs:MaxShaderStorageBufferBindings (Results 1 – 13 of 13) sorted by relevance
30 resources->MaxShaderStorageBufferBindings = 8; in initResources()39 getResources()->MaxShaderStorageBufferBindings = 8; in BufferVariablesMatchTest()
539 int MaxShaderStorageBufferBindings; member
220 mResources.MaxShaderStorageBufferBindings = caps.maxShaderStorageBufferBindings; in Compiler()
559 GLuint MaxShaderStorageBufferBindings; member
1784 if (index >= ctx->Const.MaxShaderStorageBufferBindings) { in bind_buffer_base_shader_storage_buffer()1904 for (j = 0; j < ctx->Const.MaxShaderStorageBufferBindings; j++) { in delete_buffers()4225 if (index >= ctx->Const.MaxShaderStorageBufferBindings) { in bind_buffer_range_shader_storage_buffer_err()4361 if (first + count > ctx->Const.MaxShaderStorageBufferBindings) { in error_check_bind_shader_storage_buffers()4366 ctx->Const.MaxShaderStorageBufferBindings); in error_check_bind_shader_storage_buffers()
2666 if (index >= ctx->Const.MaxShaderStorageBufferBindings) in find_value_indexed()2675 if (index >= ctx->Const.MaxShaderStorageBufferBindings) in find_value_indexed()2684 if (index >= ctx->Const.MaxShaderStorageBufferBindings) in find_value_indexed()
457 consts->MaxShaderStorageBufferBindings = 8; in _mesa_init_constants()
1221 if (shaderStorageBlockBinding >= ctx->Const.MaxShaderStorageBufferBindings) { in _mesa_ShaderStorageBlockBinding()1225 ctx->Const.MaxShaderStorageBufferBindings); in _mesa_ShaderStorageBlockBinding()
260 ctx->Const.MaxShaderStorageBufferBindings = 4; in initialize_context()
2999 max_index >= consts->MaxShaderStorageBufferBindings) { in apply_explicit_binding()3003 consts->MaxShaderStorageBufferBindings); in apply_explicit_binding()
304 resources->MaxShaderStorageBufferBindings = 4; in InitBuiltInResources()
231 mMaxShaderStorageBufferBindings(resources.MaxShaderStorageBufferBindings), in TParseContext()
546 c->MaxShaderStorageBufferBindings = c->MaxCombinedShaderStorageBlocks; in st_init_limits()