Searched refs:msg_ctrl (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/intel/compiler/ |
D | brw_disasm.c | 1766 unsigned msg_ctrl = brw_inst_dp_msg_control(devinfo, inst); in brw_disassemble_inst() local 1779 format(file, "SIMD%d,", (msg_ctrl & (1 << 4)) ? 8 : 16); in brw_disassemble_inst() 1784 control(file, "atomic op", aop, msg_ctrl & 0xf, &space); in brw_disassemble_inst() 1792 simd_modes[msg_ctrl >> 4], msg_ctrl & 0xf); in brw_disassemble_inst() 1796 format(file, "0x%x", msg_ctrl); in brw_disassemble_inst()
|