Lines Matching defs:count
175 unsigned count = 0;
196 tex->src[count].src_type = nir_tex_src_texture_offset;
198 tex->src[count].src_type = nir_tex_src_sampler_offset;
199 nir_instr_rewrite_src(&tex->instr, &tex->src[count].src,
204 if (count != i) {
205 assert(count < i);
206 tex->src[count].src_type = tex->src[i].src_type;
207 nir_instr_move_src(&tex->instr, &tex->src[count].src,
211 count++;
213 tex->num_srcs = count;