Lines Matching defs:src
120 fs_reg *xs = a->src;
121 fs_reg *ys = b->src;
205 create_copy_instr(const fs_builder &bld, fs_inst *inst, fs_reg src, bool negate)
213 assert(src.file == VGRF);
217 payload[i] = src;
218 src.offset += REG_SIZE;
221 src.type = inst->src[i].type;
222 payload[i] = src;
223 src = offset(src, bld, 1);
228 assert(src.file == VGRF);
233 payload[i] = src;
234 src = offset(src, bld, 1);
238 copy = bld.MOV(inst->dst, src);
241 copy->src[0].negate = negate;
276 inst->src[0].file == IMM &&
277 inst->src[0].type == BRW_REGISTER_TYPE_VF)) {
348 fs_reg *src_reg = &entry->generator->src[i];
354 entry->generator->src[i],