Searched refs:BRW_OPCODE_SENDS (Results 1 - 13 of 13) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_disasm.c36 opcode == BRW_OPCODE_SENDS ||
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_disasm.c40 opcode == BRW_OPCODE_SENDS ||
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_defines.h250 BRW_OPCODE_SENDS = 51, /**< Gen9+ */ enumerator in enum:opcode
H A Dbrw_inst.h539 assert(brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
565 assert(brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
H A Dbrw_eu.c578 [BRW_OPCODE_SENDS] = {
H A Dbrw_eu_validate.c97 case BRW_OPCODE_SENDS:
109 case BRW_OPCODE_SENDS:
H A Dbrw_eu_emit.c110 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
206 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
217 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
321 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
2622 send = next_insn(p, BRW_OPCODE_SENDS);
H A Dbrw_disasm.c88 opcode == BRW_OPCODE_SENDS ||
95 return opcode == BRW_OPCODE_SENDS ||
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp666 { BRW_OPCODE_SENDS, 51, "sends", 2, 1, GFX_GE(GFX9) & GFX_LT(GFX12) },
H A Dbrw_eu_emit.c126 } else if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
223 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
247 } else if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
352 if (brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
2823 send = next_insn(p, devinfo->ver >= 12 ? BRW_OPCODE_SEND : BRW_OPCODE_SENDS);
H A Dbrw_eu_validate.c98 case BRW_OPCODE_SENDS:
114 case BRW_OPCODE_SENDS:
H A Dbrw_eu_defines.h252 BRW_OPCODE_SENDS, /**< Gfx9+ */ enumerator in enum:opcode
H A Dbrw_disasm.c88 opcode == BRW_OPCODE_SENDS ||
98 return opcode == BRW_OPCODE_SENDS ||

Completed in 47 milliseconds