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

/xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp114 ir_variable *WorkGroupSize; local in function:lower_cs_derived_visitor::find_sysvals
116 WorkGroupSize = shader->symbols->get_variable("gl_LocalGroupSizeARB");
118 WorkGroupSize = shader->symbols->get_variable("gl_WorkGroupSize");
119 if (WorkGroupSize)
120 gl_WorkGroupSize = new(shader) ir_dereference_variable(WorkGroupSize);
137 if (!WorkGroupSize) {
/xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
H A Dlower_cs_derived.cpp114 ir_variable *WorkGroupSize; local in function:lower_cs_derived_visitor::find_sysvals
116 WorkGroupSize = shader->symbols->get_variable("gl_LocalGroupSizeARB");
118 WorkGroupSize = shader->symbols->get_variable("gl_WorkGroupSize");
119 if (WorkGroupSize)
120 gl_WorkGroupSize = new(shader) ir_dereference_variable(WorkGroupSize);
137 if (!WorkGroupSize) {

Completed in 3 milliseconds