• Home
  • Raw
  • Download

Lines Matching refs:dw0

349 	 dst->dw0.control_index = i;  in set_control_index()
368 dst->dw0.data_type_index = i; in set_datatype_index()
388 dst->dw0.sub_reg_index = i; in set_subreg_index()
421 dst->dw0.src0_index = compacted & 0x3; in set_src0_index()
477 temp.dw0.opcode = src->header.opcode; in brw_try_compact_instruction()
478 temp.dw0.debug_control = src->header.debug_control; in brw_try_compact_instruction()
485 temp.dw0.acc_wr_control = src->header.acc_wr_control; in brw_try_compact_instruction()
486 temp.dw0.conditionalmod = src->header.destreg__conditionalmod; in brw_try_compact_instruction()
488 temp.dw0.flag_subreg_nr = src->bits2.da1.flag_subreg_nr; in brw_try_compact_instruction()
489 temp.dw0.cmpt_ctrl = 1; in brw_try_compact_instruction()
509 uint32_t uncompacted = control_index_table[src->dw0.control_index]; in set_uncompacted_control()
522 uint32_t uncompacted = datatype_table[src->dw0.data_type_index]; in set_uncompacted_datatype()
534 uint32_t uncompacted = subreg_table[src->dw0.sub_reg_index]; in set_uncompacted_subreg()
545 uint32_t compacted = src->dw0.src0_index | src->dw1.src0_index << 2; in set_uncompacted_src0()
567 dst->header.opcode = src->dw0.opcode; in brw_uncompact_instruction()
568 dst->header.debug_control = src->dw0.debug_control; in brw_uncompact_instruction()
573 dst->header.acc_wr_control = src->dw0.acc_wr_control; in brw_uncompact_instruction()
574 dst->header.destreg__conditionalmod = src->dw0.conditionalmod; in brw_uncompact_instruction()
576 dst->bits2.da1.flag_subreg_nr = src->dw0.flag_subreg_nr; in brw_uncompact_instruction()
723 align->dw0.opcode = BRW_OPCODE_NOP; in brw_compact_instructions()
724 align->dw0.cmpt_ctrl = 1; in brw_compact_instructions()
786 align->dw0.opcode = BRW_OPCODE_NOP; in brw_compact_instructions()
787 align->dw0.cmpt_ctrl = 1; in brw_compact_instructions()