Searched refs:BRW_OPCODE_SENDS (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_disasm.c | 37 opcode == BRW_OPCODE_SENDS || in is_send()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 124 sends { yylval.integer = BRW_OPCODE_SENDS; return SENDS; }
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_emit.c | 126 } else if (brw_inst_opcode(p->isa, inst) == BRW_OPCODE_SENDS || in brw_set_dest() 223 brw_inst_opcode(p->isa, inst) == BRW_OPCODE_SENDS || in brw_set_src0() 247 } else if (brw_inst_opcode(p->isa, inst) == BRW_OPCODE_SENDS || in brw_set_src0() 352 if (brw_inst_opcode(p->isa, inst) == BRW_OPCODE_SENDS || in brw_set_src1() 2826 send = next_insn(p, devinfo->ver >= 12 ? BRW_OPCODE_SEND : BRW_OPCODE_SENDS); in brw_send_indirect_split_message()
|
D | brw_eu_defines.h | 229 BRW_OPCODE_SENDS, /**< Gfx9+ */ enumerator
|
D | brw_eu.c | 671 { BRW_OPCODE_SENDS, 51, "sends", 2, 1, GFX_GE(GFX9) & GFX_LT(GFX12) },
|
D | brw_eu_validate.c | 98 case BRW_OPCODE_SENDS: in inst_is_send() 115 case BRW_OPCODE_SENDS: in inst_is_split_send()
|
D | brw_disasm.c | 88 opcode == BRW_OPCODE_SENDS || in is_send() 98 return opcode == BRW_OPCODE_SENDS || in is_split_send()
|