Lines Matching refs:temp
1823 brw_compact_inst temp;
1829 memset(&temp, 0, sizeof(temp));
1830 if (brw_try_compact_3src_instruction(devinfo, &temp, src)) {
1831 *dst = temp;
1860 memset(&temp, 0, sizeof(temp));
1863 brw_compact_inst_set_##field(devinfo, &temp, brw_inst_##field(devinfo, src))
1865 brw_compact_inst_set_##field##_reg_nr(devinfo, &temp, \
1871 if (!set_control_index(c, &temp, src))
1873 if (!set_datatype_index(c, &temp, src, is_immediate))
1875 if (!set_subreg_index(c, &temp, src, is_immediate))
1877 if (!set_src0_index(c, &temp, src))
1879 if (!set_src1_index(c, &temp, src, is_immediate, compacted_imm))
1889 brw_compact_inst_set_src1_reg_nr(devinfo, &temp, compacted_imm >> 4);
1910 brw_compact_inst_set_src1_reg_nr(devinfo, &temp, compacted_imm & 0xff);
1915 brw_compact_inst_set_cmpt_control(devinfo, &temp, true);
1920 *dst = temp;