OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxShaderStorageBufferBindings
(Results
1 - 20
of
20
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
standalone.cpp
261
ctx->Const.
MaxShaderStorageBufferBindings
= 4;
ast_to_hir.cpp
2985
max_index >= ctx->Const.
MaxShaderStorageBufferBindings
) {
2989
ctx->Const.
MaxShaderStorageBufferBindings
);
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
standalone.cpp
271
ctx->Const.
MaxShaderStorageBufferBindings
= 4;
ast_to_hir.cpp
2916
max_index >= ctx->Const.
MaxShaderStorageBufferBindings
) {
2920
ctx->Const.
MaxShaderStorageBufferBindings
);
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
bufferobj.c
1539
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
) {
1659
for (j = 0; j < ctx->Const.
MaxShaderStorageBufferBindings
; j++) {
3996
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
) {
4132
if (first + count > ctx->Const.
MaxShaderStorageBufferBindings
) {
4137
ctx->Const.
MaxShaderStorageBufferBindings
);
uniforms.c
1218
if (shaderStorageBlockBinding >= ctx->Const.
MaxShaderStorageBufferBindings
) {
1222
ctx->Const.
MaxShaderStorageBufferBindings
);
context.c
519
consts->
MaxShaderStorageBufferBindings
= 8;
get.c
2638
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
)
2647
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
)
2656
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
)
mtypes.h
3880
GLuint
MaxShaderStorageBufferBindings
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
bufferobj.c
1422
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
) {
1542
for (j = 0; j < ctx->Const.
MaxShaderStorageBufferBindings
; j++) {
3544
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
) {
3680
if (first + count > ctx->Const.
MaxShaderStorageBufferBindings
) {
3685
ctx->Const.
MaxShaderStorageBufferBindings
);
uniforms.c
1213
if (shaderStorageBlockBinding >= ctx->Const.
MaxShaderStorageBufferBindings
) {
1217
ctx->Const.
MaxShaderStorageBufferBindings
);
context.c
608
consts->
MaxShaderStorageBufferBindings
= 8;
get.c
2511
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
)
2519
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
)
2528
if (index >= ctx->Const.
MaxShaderStorageBufferBindings
)
mtypes.h
3744
GLuint
MaxShaderStorageBufferBindings
;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.c
595
ctx->Const.
MaxShaderStorageBufferBindings
= num_stages * BRW_MAX_SSBO;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c
571
c->
MaxShaderStorageBufferBindings
= c->MaxCombinedShaderStorageBlocks;
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
368
{ GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, CONTEXT_INT(Const.
MaxShaderStorageBufferBindings
), extra_ARB_shader_storage_buffer_object_es31 },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/
brw_context.c
533
ctx->Const.
MaxShaderStorageBufferBindings
= num_stages * BRW_MAX_SSBO;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c
500
c->
MaxShaderStorageBufferBindings
= c->MaxCombinedShaderStorageBlocks;
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
362
{ GL_MAX_SHADER_STORAGE_BUFFER_BINDINGS, CONTEXT_INT(Const.
MaxShaderStorageBufferBindings
), extra_ARB_shader_storage_buffer_object_es31 },
Completed in 74 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026