diff --git a/src/amd/llvm/ac_shader_abi.h b/src/amd/llvm/ac_shader_abi.h index 390d694bf74..6ddbc7f9c0e 100644 --- a/src/amd/llvm/ac_shader_abi.h +++ b/src/amd/llvm/ac_shader_abi.h @@ -128,6 +128,9 @@ struct ac_shader_abi { /* Whether to detect divergent textures/samplers index and apply * waterfall to avoid incorrect rendering. */ bool use_waterfall_for_divergent_tex_samplers; + + /* Number of all interpolated inputs */ + unsigned num_interp; }; #endif /* AC_SHADER_ABI_H */