nir: remove nir_op_is_derivative

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:
Georg Lehmann
2024-09-04 13:22:10 +02:00
committed by Marge Bot
parent f9d2aad7a3
commit dbf63a0788
9 changed files with 5 additions and 62 deletions
-1
View File
@@ -150,7 +150,6 @@ def type_base_type(type_):
_2src_commutative = "2src_commutative "
associative = "associative "
selection = "selection "
derivative = "derivative "
# global dictionary of opcodes
opcodes = {}