Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
DBufferVariables_test.cpp30 resources->MaxShaderStorageBufferBindings = 8; in initResources()
39 getResources()->MaxShaderStorageBufferBindings = 8; in BufferVariablesMatchTest()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
DShaderLang.h539 int MaxShaderStorageBufferBindings; member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCompiler.cpp220 mResources.MaxShaderStorageBufferBindings = caps.maxShaderStorageBufferBindings; in Compiler()
/third_party/mesa3d/src/mesa/main/
Dconsts_exts.h559 GLuint MaxShaderStorageBufferBindings; member
Dbufferobj.c1784 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()
Dget.c2666 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()
Dcontext.c457 consts->MaxShaderStorageBufferBindings = 8; in _mesa_init_constants()
Duniforms.c1221 if (shaderStorageBlockBinding >= ctx->Const.MaxShaderStorageBufferBindings) { in _mesa_ShaderStorageBlockBinding()
1225 ctx->Const.MaxShaderStorageBufferBindings); in _mesa_ShaderStorageBlockBinding()
/third_party/mesa3d/src/compiler/glsl/
Dstandalone.cpp260 ctx->Const.MaxShaderStorageBufferBindings = 4; in initialize_context()
Dast_to_hir.cpp2999 max_index >= consts->MaxShaderStorageBufferBindings) { in apply_explicit_binding()
3003 consts->MaxShaderStorageBufferBindings); in apply_explicit_binding()
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DShaderLang.cpp304 resources->MaxShaderStorageBufferBindings = 4; in InitBuiltInResources()
DParseContext.cpp231 mMaxShaderStorageBufferBindings(resources.MaxShaderStorageBufferBindings), in TParseContext()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_extensions.c546 c->MaxShaderStorageBufferBindings = c->MaxCombinedShaderStorageBlocks; in st_init_limits()