Searched refs:group_count_y (Results 1 – 5 of 5) sorted by relevance
49 const uint32_t group_count_y = _.GetOperandTypeId(inst, 1); in MeshShadingPass() local50 if (!_.IsUnsignedIntScalarType(group_count_y) || in MeshShadingPass()51 _.GetBitWidth(group_count_y) != 32) { in MeshShadingPass()
89 uint32_t group_count_y; member
3632 uint32_t group_count_y, in cmd_buffer_create_csd_job() argument3656 job->csd.wg_count[1] = group_count_y; in cmd_buffer_create_csd_job()3664 submit->cfg[1] |= group_count_y << V3D_CSD_CFG012_WG_COUNT_SHIFT; in cmd_buffer_create_csd_job()3670 const uint32_t num_wgs = group_count_x * group_count_y * group_count_z; in cmd_buffer_create_csd_job()3741 uint32_t group_count_y, in cmd_buffer_dispatch() argument3744 if (group_count_x == 0 || group_count_y == 0 || group_count_z == 0) in cmd_buffer_dispatch()3753 group_count_y, in cmd_buffer_dispatch()
3283 cmdbuf->state.sysvals.compute.group_count_y = groupCountY; in dzn_CmdDispatch()4406 cmdbuf->state.sysvals.compute.group_count_y = 0; in dzn_CmdDispatchIndirect()
2789 state->dispatch_info.grid[1] = cmd->u.dispatch.group_count_y; in handle_dispatch()2802 state->dispatch_info.grid[1] = cmd->u.dispatch_base.group_count_y; in handle_dispatch_base()