Home
last modified time | relevance | path

Searched refs:group_count_y (Results 1 – 5 of 5) sorted by relevance

/third_party/spirv-tools/source/val/
Dvalidate_mesh_shading.cpp49 const uint32_t group_count_y = _.GetOperandTypeId(inst, 1); in MeshShadingPass() local
50 if (!_.IsUnsignedIntScalarType(group_count_y) || in MeshShadingPass()
51 _.GetBitWidth(group_count_y) != 32) { in MeshShadingPass()
/third_party/mesa3d/src/microsoft/spirv_to_dxil/
Dspirv_to_dxil.h89 uint32_t group_count_y; member
/third_party/mesa3d/src/broadcom/vulkan/
Dv3dv_cmd_buffer.c3632 uint32_t group_count_y, in cmd_buffer_create_csd_job() argument
3656 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() argument
3744 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()
/third_party/mesa3d/src/microsoft/vulkan/
Ddzn_cmd_buffer.c3283 cmdbuf->state.sysvals.compute.group_count_y = groupCountY; in dzn_CmdDispatch()
4406 cmdbuf->state.sysvals.compute.group_count_y = 0; in dzn_CmdDispatchIndirect()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c2789 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()