radeonsi: add workaround for issue 2647
[mesa.git] / src / amd / llvm / ac_shader_abi.h
index 18f85a7911cd216a1ec44115c13473f63ddcdf14..ea3717413d2d49415dd9327534aee339417c6358 100644 (file)
@@ -186,6 +186,9 @@ struct ac_shader_abi {
 
        /* Whether bounds checks are required */
        bool robust_buffer_access;
+
+       /* Check for Inf interpolation coeff */
+       bool kill_ps_if_inf_interp;
 };
 
 #endif /* AC_SHADER_ABI_H */