mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-17 17:50:29 +01:00
anv: Remove a '#if GFX_VER >= 30' block inside of a else of '#if GFX_VERx10 >= 125'
Removing deadcode. Reviewed-by: Lucas Fryzek <lfryzek@igalia.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/34988>
This commit is contained in:
parent
37b42ef648
commit
cb6f96a1e8
1 changed files with 0 additions and 3 deletions
|
|
@ -705,9 +705,6 @@ genX(emit_simple_shader_dispatch)(struct anv_simple_shader *state,
|
|||
.ThreadPreemptionDisable = true,
|
||||
#endif
|
||||
.NumberofThreadsinGPGPUThreadGroup = dispatch.threads,
|
||||
#if GFX_VER >= 30
|
||||
.RegistersPerThread = ptl_register_blocks(prog_data->base.grf_used),
|
||||
#endif
|
||||
};
|
||||
GENX(INTERFACE_DESCRIPTOR_DATA_pack)(batch, iface_desc_state.map, &iface_desc);
|
||||
anv_batch_emit(batch, GENX(MEDIA_INTERFACE_DESCRIPTOR_LOAD), mid) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue