Home | History | Annotate | Download | only in i965

Lines Matching refs:reg_size

84       reg.nr += suboffset / REG_SIZE;
85 reg.offset = suboffset % REG_SIZE;
91 reg.nr += suboffset / REG_SIZE;
92 reg.subnr = suboffset % REG_SIZE;
183 (r.file == UNIFORM ? 4 : REG_SIZE) + r.offset +
216 regions_overlap(byte_offset(t, 4 * REG_SIZE), dr / 2, s, ds);
428 return DIV_ROUND_UP(reg_offset(inst->dst) % REG_SIZE +
431 REG_SIZE);
443 const unsigned reg_size =
444 inst->src[i].file == UNIFORM || inst->src[i].file == IMM ? 4 : REG_SIZE;
445 return DIV_ROUND_UP(reg_offset(inst->src[i]) % reg_size +
448 reg_size);