X-Git-Url: https://git.libre-soc.org/?p=mesa.git;a=blobdiff_plain;f=src%2Fgallium%2Fdrivers%2Fradeonsi%2Fsi_shader.h;h=653547617783534ca06afa580094e61f73bc6107;hp=59c1d76ddd18061a19e59d9e40e4e114ba02873f;hb=76cf43c4f88d263d7973da14136210f7c5b198ea;hpb=b5d5a93b87ab12b3c8e625f2586d8d398715d725 diff --git a/src/gallium/drivers/radeonsi/si_shader.h b/src/gallium/drivers/radeonsi/si_shader.h index 59c1d76ddd1..65354761778 100644 --- a/src/gallium/drivers/radeonsi/si_shader.h +++ b/src/gallium/drivers/radeonsi/si_shader.h @@ -355,8 +355,7 @@ struct si_shader_info { bool uses_linear_center; bool uses_linear_centroid; bool uses_linear_sample; - bool uses_persp_opcode_interp_sample; - bool uses_linear_opcode_interp_sample; + bool uses_interp_at_sample; bool uses_instanceid; bool uses_drawid; bool uses_primid;