Lines Matching defs:src
63 if (inst->src[i].file != ATTR)
66 unsigned slot = inst->src[i].nr + inst->src[i].offset / 16;
69 grf.swizzle = inst->src[i].swizzle;
70 grf.type = inst->src[i].type;
71 grf.abs = inst->src[i].abs;
72 grf.negate = inst->src[i].negate;
73 inst->src[i] = grf;
179 src_reg src = src_reg(ATTR, imm_offset, glsl_type::ivec4_type);
180 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
182 emit(MOV(get_nir_dest(instr->dest, BRW_REGISTER_TYPE_D), src));
197 src_reg src = src_reg(temp);
198 src.swizzle = BRW_SWZ_COMP_INPUT(first_component);
205 emit(MOV(dst, src));