Searched refs:vs_out_tex_coord (Results 1 – 1 of 1) sorted by relevance
3824 nir_variable *vs_out_tex_coord = in get_blit_vs() local3826 vs_out_tex_coord->data.location = VARYING_SLOT_VAR0; in get_blit_vs()3827 vs_out_tex_coord->data.interpolation = INTERP_MODE_SMOOTH; in get_blit_vs()3833 nir_store_var(&b, vs_out_tex_coord, tex_coord, 0xf); in get_blit_vs()