Lines Matching refs:src
108 tex->src[0].src_type = nir_tex_src_coord;
109 tex->src[0].src = nir_src_for_ssa(tex_pos);
110 tex->src[1].src_type = nir_tex_src_texture_deref;
111 tex->src[1].src = nir_src_for_ssa(tex_deref);
112 tex->src[2].src_type = nir_tex_src_sampler_deref;
113 tex->src[2].src = nir_src_for_ssa(tex_deref);
156 tex->src[0].src_type = nir_tex_src_coord;
157 tex->src[0].src = nir_src_for_ssa(tex_pos);
158 tex->src[1].src_type = nir_tex_src_texture_deref;
159 tex->src[1].src = nir_src_for_ssa(tex_deref);
160 tex->src[2].src_type = nir_tex_src_sampler_deref;
161 tex->src[2].src = nir_src_for_ssa(tex_deref);
204 tex->src[0].src_type = nir_tex_src_coord;
205 tex->src[0].src = nir_src_for_ssa(tex_pos);
206 tex->src[1].src_type = nir_tex_src_texture_deref;
207 tex->src[1].src = nir_src_for_ssa(tex_deref);
208 tex->src[2].src_type = nir_tex_src_sampler_deref;
209 tex->src[2].src = nir_src_for_ssa(tex_deref);