Searched refs:BRW_OPCODE_SENDS (Results 1 - 13 of 13) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_disasm.c | 36 opcode == BRW_OPCODE_SENDS ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_disasm.c | 40 opcode == BRW_OPCODE_SENDS ||
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu_defines.h | 250 BRW_OPCODE_SENDS = 51, /**< Gen9+ */ enumerator in enum:opcode
|
| H A D | brw_inst.h | 539 assert(brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS || 565 assert(brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDS ||
|
| H A D | brw_eu.c | 578 [BRW_OPCODE_SENDS] = {
|
| H A D | brw_eu_validate.c | 97 case BRW_OPCODE_SENDS: 109 case BRW_OPCODE_SENDS:
|
| H A D | brw_eu_emit.c | 110 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 D | brw_disasm.c | 88 opcode == BRW_OPCODE_SENDS || 95 return opcode == BRW_OPCODE_SENDS ||
|
| /xsrc/external/mit/MesaLib/dist/src/intel/compiler/ |
| H A D | brw_eu.cpp | 666 { BRW_OPCODE_SENDS, 51, "sends", 2, 1, GFX_GE(GFX9) & GFX_LT(GFX12) },
|
| H A D | brw_eu_emit.c | 126 } 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 D | brw_eu_validate.c | 98 case BRW_OPCODE_SENDS: 114 case BRW_OPCODE_SENDS:
|
| H A D | brw_eu_defines.h | 252 BRW_OPCODE_SENDS, /**< Gfx9+ */ enumerator in enum:opcode
|
| H A D | brw_disasm.c | 88 opcode == BRW_OPCODE_SENDS || 98 return opcode == BRW_OPCODE_SENDS ||
|
Completed in 47 milliseconds