Searched refs:BRW_OPCODE_SENDSC (Results 1 - 15 of 15) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/intel/common/ |
| H A D | intel_disasm.c | 37 opcode == BRW_OPCODE_SENDSC );
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/common/ |
| H A D | gen_disasm.c | 41 opcode == BRW_OPCODE_SENDSC );
|
| /xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/ |
| H A D | brw_eu_defines.h | 251 BRW_OPCODE_SENDSC = 52, /**< Gen9+ */ enumerator in enum:opcode
|
| H A D | brw_inst.h | 540 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC); 566 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC);
|
| H A D | brw_eu.c | 581 [BRW_OPCODE_SENDSC] = {
|
| H A D | brw_eu_validate.c | 98 case BRW_OPCODE_SENDSC: 110 case BRW_OPCODE_SENDSC:
|
| H A D | brw_disasm.c | 89 opcode == BRW_OPCODE_SENDSC; 96 opcode == BRW_OPCODE_SENDSC;
|
| H A D | 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) {
|
| H A D | 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/ |
| H A D | brw_eu.cpp | 667 { BRW_OPCODE_SENDSC, 52, "sendsc", 2, 1, GFX_GE(GFX9) & GFX_LT(GFX12) },
|
| H A D | brw_eu_validate.c | 99 case BRW_OPCODE_SENDSC: 115 case BRW_OPCODE_SENDSC:
|
| H A D | brw_eu_defines.h | 253 BRW_OPCODE_SENDSC, /**< Gfx9+ */ enumerator in enum:opcode
|
| H A D | 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 ||
|
| H A D | brw_disasm.c | 89 opcode == BRW_OPCODE_SENDSC; 99 opcode == BRW_OPCODE_SENDSC;
|
| H A D | brw_fs_generator.cpp | 346 devinfo->ver >= 12 ? BRW_OPCODE_SENDC : BRW_OPCODE_SENDSC);
|
Completed in 41 milliseconds