Searched refs:compacted_imm (Results 1 – 1 of 1) sorted by relevance
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_compact.c | 1844 unsigned compacted_imm = 0; in try_compact_instruction() local 1851 compacted_imm = compact_immediate(devinfo, type, in try_compact_instruction() 1853 if (compacted_imm == -1) in try_compact_instruction() 1879 if (!set_src1_index(c, &temp, src, is_immediate, compacted_imm)) in try_compact_instruction() 1889 brw_compact_inst_set_src1_reg_nr(devinfo, &temp, compacted_imm >> 4); in try_compact_instruction() 1910 brw_compact_inst_set_src1_reg_nr(devinfo, &temp, compacted_imm & 0xff); in try_compact_instruction()
|