Lines Matching refs:num_groups_y

247 dispatch_compute(GLuint num_groups_x, GLuint num_groups_y,  in dispatch_compute()  argument
251 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in dispatch_compute()
257 num_groups_x, num_groups_y, num_groups_z); in dispatch_compute()
262 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u) in dispatch_compute()
269 _mesa_DispatchCompute_no_error(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchCompute_no_error() argument
272 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, true); in _mesa_DispatchCompute_no_error()
277 GLuint num_groups_y, in _mesa_DispatchCompute() argument
280 dispatch_compute(num_groups_x, num_groups_y, num_groups_z, false); in _mesa_DispatchCompute()
312 dispatch_compute_group_size(GLuint num_groups_x, GLuint num_groups_y, in dispatch_compute_group_size() argument
318 const GLuint num_groups[3] = { num_groups_x, num_groups_y, num_groups_z }; in dispatch_compute_group_size()
326 num_groups_x, num_groups_y, num_groups_z, in dispatch_compute_group_size()
333 if (num_groups_x == 0u || num_groups_y == 0u || num_groups_z == 0u) in dispatch_compute_group_size()
341 GLuint num_groups_y, in _mesa_DispatchComputeGroupSizeARB_no_error() argument
347 dispatch_compute_group_size(num_groups_x, num_groups_y, num_groups_z, in _mesa_DispatchComputeGroupSizeARB_no_error()
353 _mesa_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y, in _mesa_DispatchComputeGroupSizeARB() argument
357 dispatch_compute_group_size(num_groups_x, num_groups_y, num_groups_z, in _mesa_DispatchComputeGroupSizeARB()