Searched refs:gl_WorkGroupSize (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp29 * globals. Note that we can't rely on gl_WorkGroupSize or
58 gl_WorkGroupSize(NULL),
83 ir_rvalue *gl_WorkGroupSize; member in class:__anonaf8032d80110::lower_cs_derived_visitor
111 if (gl_WorkGroupSize != NULL)
118 WorkGroupSize = shader->symbols->get_variable("gl_WorkGroupSize");
120 gl_WorkGroupSize = new(shader) ir_dereference_variable(WorkGroupSize);
139 gl_WorkGroupSize = new(shader) ir_dereference_variable(
148 gl_WorkGroupSize = new(shader) ir_constant(glsl_type::uvec3_type, &data);
162 * gl_WorkGroupID * gl_WorkGroupSize + gl_LocalInvocationID
170 add(mul(gl_WorkGroupID, gl_WorkGroupSize
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp29 * globals. Note that we can't rely on gl_WorkGroupSize or
58 gl_WorkGroupSize(NULL),
83 ir_rvalue *gl_WorkGroupSize; member in class:__anon6d2953c50110::lower_cs_derived_visitor
111 if (gl_WorkGroupSize != NULL)
118 WorkGroupSize = shader->symbols->get_variable("gl_WorkGroupSize");
120 gl_WorkGroupSize = new(shader) ir_dereference_variable(WorkGroupSize);
139 gl_WorkGroupSize = new(shader) ir_dereference_variable(
148 gl_WorkGroupSize = new(shader) ir_constant(glsl_type::uvec3_type, &data);
162 * gl_WorkGroupID * gl_WorkGroupSize + gl_LocalInvocationID
170 add(mul(gl_WorkGroupID, gl_WorkGroupSize
[all...]

Completed in 2 milliseconds