Searched refs:gl_GlobalInvocationID (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp27 * For hardware that does not support the gl_GlobalInvocationID and
61 gl_GlobalInvocationID(NULL),
87 ir_variable *gl_GlobalInvocationID; member in class:__anonaf8032d80110::lower_cs_derived_visitor
156 if (gl_GlobalInvocationID != NULL)
161 /* gl_GlobalInvocationID =
164 gl_GlobalInvocationID = new(shader) ir_variable(
166 shader->ir->push_head(gl_GlobalInvocationID);
169 assign(gl_GlobalInvocationID,
211 ir->var = gl_GlobalInvocationID;
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp27 * For hardware that does not support the gl_GlobalInvocationID and
61 gl_GlobalInvocationID(NULL),
87 ir_variable *gl_GlobalInvocationID; member in class:__anon6d2953c50110::lower_cs_derived_visitor
156 if (gl_GlobalInvocationID != NULL)
161 /* gl_GlobalInvocationID =
164 gl_GlobalInvocationID = new(shader) ir_variable(
166 shader->ir->push_head(gl_GlobalInvocationID);
169 assign(gl_GlobalInvocationID,
211 ir->var = gl_GlobalInvocationID;
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D17.2.7.rst53 - glDispatchComputeGroupSizeARB : gl_GlobalInvocationID.x !=
H A D17.3.0.rst230 - glDispatchComputeGroupSizeARB : gl_GlobalInvocationID.x !=
H A D18.0.0.rst140 - glDispatchComputeGroupSizeARB : gl_GlobalInvocationID.x !=
/xsrc/external/mit/MesaLib/dist/docs/gallium/
H A Dscreen.rst560 gl_LocalInvocationIndex and gl_GlobalInvocationID. Otherwise, gallium frontends will

Completed in 24 milliseconds