spirv: remove alu fddx/fddy from comment

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 12:50:06 +02:00 committed by Marge Bot
parent 403e2393e3
commit 41cce70584

View file

@ -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;