mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
ir3: remove alu fddx/fddy check
Reviewed-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Reviewed-by: Rob Clark <robdclark@chromium.org> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/31014>
This commit is contained in:
parent
6cb6bc7133
commit
403e2393e3
1 changed files with 0 additions and 8 deletions
|
|
@ -14,14 +14,6 @@ ir3_supports_vectorized_nir_op(nir_op op)
|
|||
*/
|
||||
case nir_op_b2b1:
|
||||
|
||||
/* dsx/dsy don't seem to support repeat. */
|
||||
case nir_op_fddx:
|
||||
case nir_op_fddx_coarse:
|
||||
case nir_op_fddx_fine:
|
||||
case nir_op_fddy:
|
||||
case nir_op_fddy_coarse:
|
||||
case nir_op_fddy_fine:
|
||||
|
||||
/* dp2acc/dp4acc don't seem to support repeat. */
|
||||
case nir_op_udot_4x8_uadd:
|
||||
case nir_op_udot_4x8_uadd_sat:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue