Searched refs:BRW_OPCODE_SENDC (Results 1 – 8 of 8) sorted by relevance
71 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC && in clear_pad_bits()101 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC && in skip_bit()
1271 } else if (opcode != BRW_OPCODE_SEND && opcode != BRW_OPCODE_SENDC) { in brw_disassemble_inst()1360 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) { in brw_disassemble_inst()1643 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) in brw_disassemble_inst()
576 [BRW_OPCODE_SENDC] = {
333 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) { in brw_set_src0()583 if (opcode == BRW_OPCODE_SEND || opcode == BRW_OPCODE_SENDC) { in brw_set_message_descriptor()2348 insn = next_insn(p, BRW_OPCODE_SENDC); in brw_fb_WRITE()2396 brw_inst *insn = next_insn(p, BRW_OPCODE_SENDC); in gen9_fb_READ()
853 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC || in has_unmapped_bits()
900 BRW_OPCODE_SENDC = 50, enumerator
952 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDC); in generate_tex()
42 opcode == BRW_OPCODE_SENDC || in is_send()