From 41cce70584940ce765e7b11dd1b1d61bbcd78b30 Mon Sep 17 00:00:00 2001 From: Georg Lehmann Date: Wed, 4 Sep 2024 12:50:06 +0200 Subject: [PATCH] spirv: remove alu fddx/fddy from comment Reviewed-by: Alyssa Rosenzweig Reviewed-by: Rob Clark Part-of: --- src/compiler/spirv/nir_spirv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/spirv/nir_spirv.h b/src/compiler/spirv/nir_spirv.h index 6cb677634a3..7de81d7267f 100644 --- a/src/compiler/spirv/nir_spirv.h +++ b/src/compiler/spirv/nir_spirv.h @@ -76,7 +76,7 @@ struct spirv_to_nir_options { */ bool mediump_16bit_alu; - /* When mediump_16bit_alu is set, determines whether nir_op_fddx/fddy can be + /* When mediump_16bit_alu is set, determines whether ddx/ddy can be * performed in 16-bit math. */ bool mediump_16bit_derivatives;