nir/info: Get rid of uses_interp_var_at_offset

We were using this briefly in the i965 driver to trigger recompiles but we
haven't been using it since we switched to the NIR y-transform lowering
pass.

Signed-off-by: Jason Ekstrand <jason@jlekstrand.net>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
This commit is contained in:
Jason Ekstrand
2016-06-01 18:29:09 -07:00
parent 56a178922f
commit 4d3b8318a7
3 changed files with 0 additions and 10 deletions

View File

@@ -1723,9 +1723,6 @@ typedef struct nir_shader_info {
/* Whether or not this shader ever uses textureGather() */
bool uses_texture_gather;
/** Whether or not this shader uses nir_intrinsic_interp_var_at_offset */
bool uses_interp_var_at_offset;
/* Whether or not this shader uses the gl_ClipDistance output */
bool uses_clip_distance_out;