Home
last modified time | relevance | path

Searched refs:brw_compact_inst (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu_compact.c674 brw_compact_inst *dst, brw_inst *src) in set_control_index()
702 set_datatype_index(const struct gen_device_info *devinfo, brw_compact_inst *dst, in set_datatype_index()
723 set_subreg_index(const struct gen_device_info *devinfo, brw_compact_inst *dst, in set_subreg_index()
759 brw_compact_inst *dst, brw_inst *src) in set_src0_index()
773 set_src1_index(const struct gen_device_info *devinfo, brw_compact_inst *dst, in set_src1_index()
794 brw_compact_inst *dst, brw_inst *src) in set_3src_control_index()
817 brw_compact_inst *dst, brw_inst *src) in set_3src_source_index()
904 brw_compact_inst *dst, brw_inst *src) in brw_try_compact_3src_instruction()
965 brw_compact_inst *dst, brw_inst *src) in brw_try_compact_instruction()
967 brw_compact_inst temp; in brw_try_compact_instruction()
[all …]
Dtest_eu_compact.c34 brw_compact_inst dst; in test_compact_instruction()
46 brw_compact_inst unchanged; in test_compact_instruction()
Dbrw_inst.h751 } brw_compact_inst; typedef
759 brw_compact_inst_bits(const brw_compact_inst *inst, unsigned high, unsigned low) in brw_compact_inst_bits()
772 brw_compact_inst_set_bits(brw_compact_inst *inst, unsigned high, unsigned low, in brw_compact_inst_set_bits()
786 brw_compact_inst *inst, unsigned v) \
794 const brw_compact_inst *inst) \
Dbrw_eu.h541 brw_inst *dst, brw_compact_inst *src);
543 brw_compact_inst *dst, brw_inst *src);
Dbrw_eu.c382 brw_compact_inst *compacted = (void *)insn; in brw_disassemble()
/external/mesa3d/src/intel/tools/
Ddisasm.c64 brw_compact_inst *compacted = (void *)insn; in gen_disasm_disassemble()