Searched refs:BRW_OPCODE_SENDSC (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/intel/common/
H A Dintel_disasm.c37 opcode == BRW_OPCODE_SENDSC );
/xsrc/external/mit/MesaLib.old/dist/src/intel/common/
H A Dgen_disasm.c41 opcode == BRW_OPCODE_SENDSC );
/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_defines.h251 BRW_OPCODE_SENDSC = 52, /**< Gen9+ */ enumerator in enum:opcode
H A Dbrw_inst.h540 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC);
566 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC);
H A Dbrw_eu.c581 [BRW_OPCODE_SENDSC] = {
H A Dbrw_eu_validate.c98 case BRW_OPCODE_SENDSC:
110 case BRW_OPCODE_SENDSC:
H A Dbrw_disasm.c89 opcode == BRW_OPCODE_SENDSC;
96 opcode == BRW_OPCODE_SENDSC;
H A Dbrw_eu_emit.c111 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
207 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC)) {
218 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
322 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
H A Dbrw_fs_generator.cpp285 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDSC);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu.cpp667 { BRW_OPCODE_SENDSC, 52, "sendsc", 2, 1, GFX_GE(GFX9) & GFX_LT(GFX12) },
H A Dbrw_eu_validate.c99 case BRW_OPCODE_SENDSC:
115 case BRW_OPCODE_SENDSC:
H A Dbrw_eu_defines.h253 BRW_OPCODE_SENDSC, /**< Gfx9+ */ enumerator in enum:opcode
H A Dbrw_eu_emit.c127 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
224 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC)) {
248 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) {
353 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC ||
H A Dbrw_disasm.c89 opcode == BRW_OPCODE_SENDSC;
99 opcode == BRW_OPCODE_SENDSC;
H A Dbrw_fs_generator.cpp346 devinfo->ver >= 12 ? BRW_OPCODE_SENDC : BRW_OPCODE_SENDSC);

Completed in 40 milliseconds