Home
last modified time | relevance | path

Searched refs:BRW_SFID_MESSAGE_GATEWAY (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_disasm.c296 [BRW_SFID_MESSAGE_GATEWAY] = "gateway",
308 [BRW_SFID_MESSAGE_GATEWAY] = "gateway",
2232 case BRW_SFID_MESSAGE_GATEWAY: in brw_disassemble_inst()
Dbrw_eu_defines.h1290 BRW_SFID_MESSAGE_GATEWAY = 3, enumerator
Dbrw_fs_generator.cpp804 brw_inst_set_sfid(devinfo, insn, BRW_SFID_MESSAGE_GATEWAY); in generate_cs_terminate()
Dbrw_eu_emit.c3602 brw_inst_set_sfid(devinfo, inst, BRW_SFID_MESSAGE_GATEWAY); in brw_barrier()
/third_party/mesa3d/src/intel/tools/
Di965_gram.y1071 | GATEWAY { $$ = BRW_SFID_MESSAGE_GATEWAY; }