X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Famd%2Fllvm%2Fac_shader_abi.h;h=ea3717413d2d49415dd9327534aee339417c6358;hp=18f85a7911cd216a1ec44115c13473f63ddcdf14;hb=64662dd5baeec19a618156b52df7a7e7adba94cf;hpb=7983d97174de10670fce5a422ce6c1cb5e783b88 diff --git a/src/amd/llvm/ac_shader_abi.h b/src/amd/llvm/ac_shader_abi.h index 18f85a7911c..ea3717413d2 100644 --- a/src/amd/llvm/ac_shader_abi.h +++ b/src/amd/llvm/ac_shader_abi.h @@ -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 */