Lines Matching refs:num_groups_y
14305 GLuint num_groups_y; member
14315 const GLuint num_groups_y = cmd->num_groups_y; in _mesa_unmarshal_DispatchComputeGroupSizeARB() local
14320 …CALL_DispatchComputeGroupSizeARB(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_grou… in _mesa_unmarshal_DispatchComputeGroupSizeARB()
14323 _mesa_marshal_DispatchComputeGroupSizeARB(GLuint num_groups_x, GLuint num_groups_y, GLuint num_grou… in _mesa_marshal_DispatchComputeGroupSizeARB() argument
14332 cmd->num_groups_y = num_groups_y; in _mesa_marshal_DispatchComputeGroupSizeARB()
14343 …CALL_DispatchComputeGroupSizeARB(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_grou… in _mesa_marshal_DispatchComputeGroupSizeARB()
28232 GLuint num_groups_y; member
28239 const GLuint num_groups_y = cmd->num_groups_y; in _mesa_unmarshal_DispatchCompute() local
28241 CALL_DispatchCompute(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_groups_z)); in _mesa_unmarshal_DispatchCompute()
28244 _mesa_marshal_DispatchCompute(GLuint num_groups_x, GLuint num_groups_y, GLuint num_groups_z) in _mesa_marshal_DispatchCompute() argument
28253 cmd->num_groups_y = num_groups_y; in _mesa_marshal_DispatchCompute()
28261 CALL_DispatchCompute(ctx->CurrentServerDispatch, (num_groups_x, num_groups_y, num_groups_z)); in _mesa_marshal_DispatchCompute()