Searched refs:BRW_OPCODE_SENDSC (Results 1 – 8 of 8) sorted by relevance
/third_party/mesa3d/src/intel/common/ |
D | intel_disasm.c | 37 opcode == BRW_OPCODE_SENDSC ); in is_send()
|
/third_party/mesa3d/src/intel/tools/ |
D | i965_lex.l | 125 sendsc { yylval.integer = BRW_OPCODE_SENDSC; return SENDSC; }
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_eu_validate.c | 99 case BRW_OPCODE_SENDSC: in inst_is_send() 115 case BRW_OPCODE_SENDSC: in inst_is_split_send()
|
D | brw_eu.cpp | 667 { BRW_OPCODE_SENDSC, 52, "sendsc", 2, 1, GFX_GE(GFX9) & GFX_LT(GFX12) },
|
D | brw_eu_defines.h | 253 BRW_OPCODE_SENDSC, /**< Gfx9+ */ enumerator
|
D | brw_eu_emit.c | 127 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) { in brw_set_dest() 224 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC)) { in brw_set_src0() 248 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC) { in brw_set_src0() 353 brw_inst_opcode(devinfo, inst) == BRW_OPCODE_SENDSC || in brw_set_src1()
|
D | brw_disasm.c | 89 opcode == BRW_OPCODE_SENDSC; in is_send() 99 opcode == BRW_OPCODE_SENDSC; in is_split_send()
|
D | brw_fs_generator.cpp | 346 devinfo->ver >= 12 ? BRW_OPCODE_SENDC : BRW_OPCODE_SENDSC); in generate_send()
|