Searched refs:msg_ctrl (Results 1 - 2 of 2) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_disasm.c | 2116 format(file, " (bti %u, msg_ctrl %u, msg_type %u, write_commit %u)", 2312 unsigned msg_ctrl = brw_dp_desc_msg_control(devinfo, imm_desc); local in function:brw_disassemble_inst 2313 assert(dp_oword_block_rw[msg_ctrl & 7]); 2315 dp_oword_block_rw[msg_ctrl & 7], (msg_ctrl >> 3) & 3); 2333 unsigned msg_ctrl = brw_dp_desc_msg_control(devinfo, imm_desc); local in function:brw_disassemble_inst 2346 format(file, "SIMD%d,", (msg_ctrl & (1 << 4)) ? 8 : 16); 2353 control(file, "atomic op", aop, msg_ctrl & 0xf, &space); 2363 simd_modes[msg_ctrl >> 4], msg_ctrl [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_disasm.c | 1928 unsigned msg_ctrl = brw_dp_desc_msg_control(devinfo, imm_desc); local in function:brw_disassemble_inst 1941 format(file, "SIMD%d,", (msg_ctrl & (1 << 4)) ? 8 : 16); 1947 control(file, "atomic op", aop, msg_ctrl & 0xf, &space); 1957 simd_modes[msg_ctrl >> 4], msg_ctrl & 0xf); 1962 format(file, "SIMD%d,", (msg_ctrl & (1 << 4)) ? 8 : 16); 1963 control(file, "atomic float op", aop_float, msg_ctrl & 0xf, 1967 format(file, "0x%x", msg_ctrl);
|
Completed in 6 milliseconds