Lines Matching refs:num_groups_x
70 * "An INVALID_VALUE error is generated if any of num_groups_x,
79 * "If any of num_groups_x, num_groups_y or num_groups_z is greater than
132 * "An INVALID_VALUE error is generated if any of num_groups_x,
306 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y,
316 num_groups_x, num_groups_y, num_groups_z);
318 info.grid[0] = num_groups_x;
325 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u)
342 _mesa_DispatchCompute_no_error(GLuint num_groups_x, GLuint num_groups_y,
345 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, true);
349 _mesa_DispatchCompute(GLuint num_groups_x,
353 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, false);
399 dispatch_compute_group_size(GLuint num_groups_x, GLuint num_groups_y,
410 num_groups_x, num_groups_y, num_groups_z,
414 info.grid[0] = num_groups_x;
426 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u)
437 _mesa_DispatchComputeGroupSizeARB_no_error(GLuint num_groups_x,
444 dispatch_compute_group_size(num_groups_x, num_groups_y, num_groups_z,
450 _mesa_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y,
454 dispatch_compute_group_size(num_groups_x, num_groups_y, num_groups_z,