Lines Matching refs:temp
678 src_reg temp = src_reg(this, glsl_type::dvec4_type);
679 src_reg temp_float = retype(temp, BRW_REGISTER_TYPE_F);
692 shuffle_64bit_data(dst_reg(packed_consts), temp, false);
834 src_reg temp = src;
856 temp = src_reg(bld.vgrf(BRW_REGISTER_TYPE_D));
858 bld.ASR(dst_reg(temp), src, brw_imm_d(31));
859 bld.XOR(dst_reg(temp), temp, src);
863 retype(temp, BRW_REGISTER_TYPE_UD));
893 dst_reg temp = dst_reg(this, glsl_type::dvec4_type);
894 emit(MOV(temp, src));
896 emit(op, temp2, src_reg(temp));
1476 dst_reg temp = dst_reg(this, glsl_type::dvec4_type);
1477 emit(CMP(temp, op[0], op[1], conditional_mod));
1479 emit(VEC4_OPCODE_PICK_LOW_32BIT, result, src_reg(temp));
1716 dst_reg temp = bld.vgrf(BRW_REGISTER_TYPE_D);
1730 bld.AND(temp, src, negated_src);
1731 emit_find_msb_using_lzd(bld, dst, src_reg(temp), false);
2045 src_reg temp(this, glsl_type::uint_type);
2046 emit(ADD(dst_reg(temp), src, brw_imm_ud(texture)));
2047 texture_reg = emit_uniformize(temp);
2054 src_reg temp(this, glsl_type::uint_type);
2055 emit(ADD(dst_reg(temp), src, brw_imm_ud(sampler)));
2056 sampler_reg = emit_uniformize(temp);