HomeSort by: relevance | last modified time | path
    Searched refs:BRW_OPCODE_SENDSC (Results 1 - 15 of 15) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/intel/common/
intel_disasm.c 37 opcode == BRW_OPCODE_SENDSC );
  /xsrc/external/mit/MesaLib.old/dist/src/intel/common/
gen_disasm.c 41 opcode == BRW_OPCODE_SENDSC );
  /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
brw_eu_defines.h 251 BRW_OPCODE_SENDSC = 52, /**< Gen9+ */
brw_inst.h 540 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC);
566 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC);
brw_eu.c 581 [BRW_OPCODE_SENDSC] = {
brw_eu_validate.c 98 case BRW_OPCODE_SENDSC:
110 case BRW_OPCODE_SENDSC:
brw_disasm.c 89 opcode == BRW_OPCODE_SENDSC;
96 opcode == BRW_OPCODE_SENDSC;
brw_eu_emit.c 111 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) {
brw_fs_generator.cpp 285 brw_inst_set_opcode(p->devinfo, brw_last_inst, BRW_OPCODE_SENDSC);
  /xsrc/external/mit/MesaLib/dist/src/intel/compiler/
brw_eu.cpp 667 { BRW_OPCODE_SENDSC, 52, "sendsc", 2, 1, GFX_GE(GFX9) & GFX_LT(GFX12) },
brw_eu_validate.c 99 case BRW_OPCODE_SENDSC:
115 case BRW_OPCODE_SENDSC:
brw_eu_defines.h 253 BRW_OPCODE_SENDSC, /**< Gfx9+ */
brw_eu_emit.c 127 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 ||
brw_disasm.c 89 opcode == BRW_OPCODE_SENDSC;
99 opcode == BRW_OPCODE_SENDSC;
brw_fs_generator.cpp 346 devinfo->ver >= 12 ? BRW_OPCODE_SENDC : BRW_OPCODE_SENDSC);

Completed in 22 milliseconds