Searched refs:tex_copy (Results 1 – 1 of 1) sorted by relevance
930 nir_tex_instr *tex_copy = nir_tex_instr_create(b->shader, tex->num_srcs + 1); in lower_tg4_offsets() local931 tex_copy->op = tex->op; in lower_tg4_offsets()932 tex_copy->coord_components = tex->coord_components; in lower_tg4_offsets()933 tex_copy->sampler_dim = tex->sampler_dim; in lower_tg4_offsets()934 tex_copy->is_array = tex->is_array; in lower_tg4_offsets()935 tex_copy->is_shadow = tex->is_shadow; in lower_tg4_offsets()936 tex_copy->is_new_style_shadow = tex->is_new_style_shadow; in lower_tg4_offsets()937 tex_copy->component = tex->component; in lower_tg4_offsets()938 tex_copy->dest_type = tex->dest_type; in lower_tg4_offsets()941 nir_src_copy(&tex_copy->src[j].src, &tex->src[j].src, tex_copy); in lower_tg4_offsets()[all …]