diff options
Diffstat (limited to 'src/glsl/nir/nir_opcodes.h')
-rw-r--r-- | src/glsl/nir/nir_opcodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/glsl/nir/nir_opcodes.h b/src/glsl/nir/nir_opcodes.h index bee4bd106b9..9a7a2ab5c30 100644 --- a/src/glsl/nir/nir_opcodes.h +++ b/src/glsl/nir/nir_opcodes.h @@ -111,6 +111,10 @@ UNOP(fcos_reduced, nir_type_float) /*@{*/ UNOP(fddx, nir_type_float) UNOP(fddy, nir_type_float) +UNOP(fddx_fine, nir_type_float) +UNOP(fddy_fine, nir_type_float) +UNOP(fddx_coarse, nir_type_float) +UNOP(fddy_coarse, nir_type_float) /*@}*/ /** |