Lines Matching refs:ins
70 mir_foreach_instr_global(ctx, ins) {
71 if (ins->type == TAG_TEXTURE_4)
72 ins->dest = find_or_allocate_temp(ctx, map, ins->dest);
75 mir_foreach_instr_global(ctx, ins) {
76 if (ins->type != TAG_TEXTURE_4)
77 ins->dest = find_or_allocate_temp(ctx, map, ins->dest);
79 for (unsigned i = 0; i < ARRAY_SIZE(ins->src); ++i)
80 ins->src[i] = find_or_allocate_temp(ctx, map, ins->src[i]);