Home
last modified time | relevance | path

Searched refs:MaxShaderStorageBufferBindings (Results 1 – 14 of 14) sorted by relevance

/external/angle/src/tests/compiler_tests/
DBufferVariables_test.cpp30 resources->MaxShaderStorageBufferBindings = 8; in initResources()
39 getResources()->MaxShaderStorageBufferBindings = 8; in BufferVariablesMatchTest()
/external/angle/include/GLSLANG/
DShaderLang.h521 int MaxShaderStorageBufferBindings; member
/external/angle/src/libANGLE/
DCompiler.cpp171 mResources.MaxShaderStorageBufferBindings = caps.maxShaderStorageBufferBindings; in Compiler()
/external/angle/src/compiler/translator/
DShaderLang.cpp246 resources->MaxShaderStorageBufferBindings = 4; in InitBuiltInResources()
DParseContext.cpp214 mMaxShaderStorageBufferBindings(resources.MaxShaderStorageBufferBindings), in TParseContext()
/external/mesa3d/src/mesa/main/
Dbufferobj.c1412 if (index >= ctx->Const.MaxShaderStorageBufferBindings) { in bind_buffer_base_shader_storage_buffer()
1530 for (j = 0; j < ctx->Const.MaxShaderStorageBufferBindings; j++) { in delete_buffers()
3843 if (index >= ctx->Const.MaxShaderStorageBufferBindings) { in bind_buffer_range_shader_storage_buffer_err()
3979 if (first + count > ctx->Const.MaxShaderStorageBufferBindings) { in error_check_bind_shader_storage_buffers()
3984 ctx->Const.MaxShaderStorageBufferBindings); in error_check_bind_shader_storage_buffers()
Dget.c2623 if (index >= ctx->Const.MaxShaderStorageBufferBindings) in find_value_indexed()
2632 if (index >= ctx->Const.MaxShaderStorageBufferBindings) in find_value_indexed()
2641 if (index >= ctx->Const.MaxShaderStorageBufferBindings) in find_value_indexed()
Duniforms.c1211 if (shaderStorageBlockBinding >= ctx->Const.MaxShaderStorageBufferBindings) { in _mesa_ShaderStorageBlockBinding()
1215 ctx->Const.MaxShaderStorageBufferBindings); in _mesa_ShaderStorageBlockBinding()
Dcontext.c600 consts->MaxShaderStorageBufferBindings = 8; in _mesa_init_constants()
Dmtypes.h3804 GLuint MaxShaderStorageBufferBindings; member
/external/mesa3d/src/compiler/glsl/
Dstandalone.cpp261 ctx->Const.MaxShaderStorageBufferBindings = 4; in initialize_context()
Dast_to_hir.cpp2921 max_index >= ctx->Const.MaxShaderStorageBufferBindings) { in apply_explicit_binding()
2925 ctx->Const.MaxShaderStorageBufferBindings); in apply_explicit_binding()
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_context.c551 ctx->Const.MaxShaderStorageBufferBindings = num_stages * BRW_MAX_SSBO; in brw_initialize_context_constants()
/external/mesa3d/src/mesa/state_tracker/
Dst_extensions.c520 c->MaxShaderStorageBufferBindings = c->MaxCombinedShaderStorageBlocks; in st_init_limits()