Searched refs:BRW_OPCODE_SENDC (Results 1 – 9 of 9) sorted by relevance
70 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC && in clear_pad_bits()133 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC && in skip_bit()
242 BRW_OPCODE_SENDC = 50, enumerator
1494 } else if (opcode != BRW_OPCODE_SEND && opcode != BRW_OPCODE_SENDC) { in brw_disassemble_inst()1583 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) { in brw_disassemble_inst()1866 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) in brw_disassemble_inst()
548 [BRW_OPCODE_SENDC] = {
179 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) { in brw_set_src0()391 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) { in brw_set_message_descriptor()2276 insn = next_insn(p, BRW_OPCODE_SENDC); in brw_fb_WRITE()2324 brw_inst *insn = next_insn(p, BRW_OPCODE_SENDC); in gen9_fb_READ()
84 case BRW_OPCODE_SENDC: in inst_is_send()
853 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC || in has_unmapped_bits()
1047 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDC); in generate_tex()
41 opcode == BRW_OPCODE_SENDC || in is_send()