Searched refs:BRW_OPCODE_SENDC (Results 1 - 25 of 25) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_disasm.c35 opcode == BRW_OPCODE_SENDC ||
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_disasm.c39 opcode == BRW_OPCODE_SENDC ||
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dtest_eu_compact.cpp70 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC &&
133 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC &&
H A Dbrw_eu_defines.h249 BRW_OPCODE_SENDC = 50, enumerator in enum:opcode
H A Dbrw_inst.h532 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC) {
559 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC) {
H A Dbrw_eu.c575 [BRW_OPCODE_SENDC] = {
H A Dbrw_eu_emit.c205 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC ||
425 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC);
2293 insn = next_insn(p, BRW_OPCODE_SENDC);
2339 brw_inst *insn = next_insn(p, BRW_OPCODE_SENDC);
H A Dbrw_fs_generator.cpp290 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDC);
2105 brw_memory_fence(p, dst, src[0], BRW_OPCODE_SENDC, false);
H A Dbrw_eu_compact.c888 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC ||
H A Dbrw_eu_validate.c96 case BRW_OPCODE_SENDC:
H A Dbrw_disasm.c87 opcode == BRW_OPCODE_SENDC ||
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dtest_eu_compact.cpp96 brw_inst_opcode(devinfo, inst) != BRW_OPCODE_SENDC &&
159 brw_inst_opcode(devinfo, src) != BRW_OPCODE_SENDC &&
H A Dbrw_eu.cpp663 { BRW_OPCODE_SENDC, 50, "sendc", 1, 1, GFX_LT(GFX12) },
665 { BRW_OPCODE_SENDC, 50, "sendc", 2, 1, GFX_GE(GFX12) },
H A Dbrw_eu_defines.h251 BRW_OPCODE_SENDC, enumerator in enum:opcode
1231 opcode == BRW_OPCODE_SENDC ||
H A Dbrw_eu_emit.c114 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) {
222 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC ||
236 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC)) {
356 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC))) {
460 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDC);
2472 insn = next_insn(p, BRW_OPCODE_SENDC);
2512 brw_inst *insn = next_insn(p, BRW_OPCODE_SENDC);
H A Dbrw_fs_generator.cpp346 devinfo->ver >= 12 ? BRW_OPCODE_SENDC : BRW_OPCODE_SENDSC);
351 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDC);
2469 BRW_OPCODE_SENDC : BRW_OPCODE_SEND;
H A Dbrw_eu_validate.c97 case BRW_OPCODE_SENDC:
H A Dbrw_disasm.c87 opcode == BRW_OPCODE_SENDC ||
H A Dbrw_eu_compact.c1443 if ((brw_inst_opcode(devinfo, src) == BRW_OPCODE_SENDC ||
/xsrc/external/mit/xf86-video-intel/dist/src/sna/brw/
H A Dbrw_disasm.c72 [BRW_OPCODE_SENDC] = { .name = "sendc", .nsrc = 1, .ndst = 1 },
868 inst->header.opcode != BRW_OPCODE_SENDC)
902 inst->header.opcode == BRW_OPCODE_SENDC) {
1096 inst->header.opcode == BRW_OPCODE_SENDC)
H A Dbrw_eu.h183 BRW_OPCODE_SENDC = 50, enumerator in enum:opcode
H A Dbrw_eu_emit.c1758 insn = brw_next_insn(p, BRW_OPCODE_SENDC);
/xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/brw/
H A Dbrw_disasm.c72 [BRW_OPCODE_SENDC] = { .name = "sendc", .nsrc = 1, .ndst = 1 },
868 inst->header.opcode != BRW_OPCODE_SENDC)
902 inst->header.opcode == BRW_OPCODE_SENDC) {
1096 inst->header.opcode == BRW_OPCODE_SENDC)
H A Dbrw_eu.h183 BRW_OPCODE_SENDC = 50, enumerator in enum:opcode
H A Dbrw_eu_emit.c1758 insn = brw_next_insn(p, BRW_OPCODE_SENDC);

Completed in 71 milliseconds