Lines Matching refs:src
100 const src_reg *xs = a->src;
101 const src_reg *ys = b->src;
195 inst->src[0].file == IMM &&
196 inst->src[0].type == BRW_REGISTER_TYPE_VF)) {
275 src_reg *src = &entry->generator->src[i];
280 if (inst->dst.file == entry->generator->src[i].file &&
281 inst->dst.nr == entry->generator->src[i].nr) {
290 if (src->file == VGRF) {
291 if (live.var_range_end(var_from_reg(alloc, dst_reg(*src)), 8) < ip) {