Lines Matching refs:group
2182 * declare local work-group size, the declarations must be identical;
2211 * variable local group size and a second compute shader
2212 * attached to the same program declares a fixed local group
2216 "variable local group size\n");
2222 enum gl_derivative_group group = shader->info.Comp.DerivativeGroup;
2223 if (group != DERIVATIVE_GROUP_NONE) {
2225 gl_prog->info.cs.derivative_group != group) {
2230 gl_prog->info.cs.derivative_group = group;
2241 "local group size\n");
2248 "local group size whose first dimension "
2254 "group size whose second dimension "
2263 "local group size whose total number of invocations "
2307 * Combine a group of shaders for a single stage to generate a linked shader