Lines Matching defs:inloc
83 /* packed inloc is fixed up later: */
84 struct ir3_instruction *inloc = create_immed(block, n);
87 instr = ir3_BARY_F(block, inloc, 0, coord, 0);
90 instr = ir3_FLAT_B(block, inloc, 0, inloc, 0);
92 instr = ir3_LDLV(block, inloc, 0, create_immed(block, 1), 0);
97 instr = ir3_BARY_F(block, inloc, 0, ctx->ij[IJ_PERSP_PIXEL], 0);
3999 /* Initially we assign non-packed inloc's for varyings, as we don't really
4019 unsigned inloc = instr->srcs[0]->iim_val;
4020 unsigned i = inloc / 4;
4021 unsigned j = inloc % 4;
4029 unsigned inloc = instr->prefetch.input_offset + n;
4030 unsigned i = inloc / 4;
4031 unsigned j = inloc % 4;
4042 * Second Step: reassign varying inloc/slots:
4045 unsigned inloc = 0;
4058 so->inputs[i].inloc = inloc;
4087 inloc += maxcomp;
4092 * Third Step: reassign packed inloc's:
4098 unsigned inloc = instr->srcs[0]->iim_val;
4099 unsigned i = inloc / 4;
4100 unsigned j = inloc % 4;
4102 instr->srcs[0]->iim_val = so->inputs[i].inloc + j;
4106 instr->prefetch.input_offset = so->inputs[i].inloc + j;
4959 * offsets (inloc) have been assigned.