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:
@@ -150,7 +150,6 @@ def type_base_type(type_):
|
||||
_2src_commutative = "2src_commutative "
|
||||
associative = "associative "
|
||||
selection = "selection "
|
||||
derivative = "derivative "
|
||||
|
||||
# global dictionary of opcodes
|
||||
opcodes = {}
|
||||
|
||||
Reference in New Issue
Block a user