OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MaxComputeVariableGroupInvocations
(Results
1 - 15
of
15
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
compute.c
167
* 32-bit, since
MaxComputeVariableGroupInvocations
is also 32-bit.
171
if (total_invocations > ctx->Const.
MaxComputeVariableGroupInvocations
) {
177
ctx->Const.
MaxComputeVariableGroupInvocations
);
context.c
663
consts->
MaxComputeVariableGroupInvocations
= 512;
mtypes.h
4212
GLuint
MaxComputeVariableGroupInvocations
;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
compute.c
168
if (total_invocations > ctx->Const.
MaxComputeVariableGroupInvocations
) {
173
ctx->Const.
MaxComputeVariableGroupInvocations
);
context.c
750
consts->
MaxComputeVariableGroupInvocations
= 512;
mtypes.h
4075
GLuint
MaxComputeVariableGroupInvocations
;
/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
standalone_scaffolding.cpp
259
ctx->Const.
MaxComputeVariableGroupInvocations
= 512;
standalone.cpp
145
ctx->Const.
MaxComputeVariableGroupInvocations
= 512;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
standalone_scaffolding.cpp
259
ctx->Const.
MaxComputeVariableGroupInvocations
= 512;
standalone.cpp
155
ctx->Const.
MaxComputeVariableGroupInvocations
= 512;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/
brw_context.c
871
ctx->Const.
MaxComputeVariableGroupInvocations
= max_invocations;
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_extensions.c
1691
consts->
MaxComputeVariableGroupInvocations
=
/xsrc/external/mit/MesaLib/src/mesa/
get_hash.h
652
{ GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB, CONTEXT_INT(Const.
MaxComputeVariableGroupInvocations
), extra_ARB_compute_variable_group_size },
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_extensions.c
1519
consts->
MaxComputeVariableGroupInvocations
=
/xsrc/external/mit/MesaLib.old/src/mesa/
get_hash.h
646
{ GL_MAX_COMPUTE_VARIABLE_GROUP_INVOCATIONS_ARB, CONTEXT_INT(Const.
MaxComputeVariableGroupInvocations
), extra_ARB_compute_variable_group_size },
Completed in 43 milliseconds
Indexes created Wed Jul 29 00:25:28 UTC 2026