Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_disasm.c296 [BRW_SFID_MESSAGE_GATEWAY] = "gateway",
308 [BRW_SFID_MESSAGE_GATEWAY] = "gateway",
2013 case BRW_SFID_MESSAGE_GATEWAY: in brw_disassemble_inst()
Dbrw_eu_defines.h1218 BRW_SFID_MESSAGE_GATEWAY = 3, enumerator
Dbrw_eu_emit.c3582 brw_inst_set_sfid(devinfo, inst, BRW_SFID_MESSAGE_GATEWAY); in brw_barrier()
/external/igt-gpu-tools/assembler/
Dbrw_disasm.c289 [BRW_SFID_MESSAGE_GATEWAY] = "gateway",
300 [BRW_SFID_MESSAGE_GATEWAY] = "gateway",
Dbrw_defines.h868 BRW_SFID_MESSAGE_GATEWAY = 3, enumerator
Dgram.y1615 GEN(&$$)->bits2.send_gen5.sfid = BRW_SFID_MESSAGE_GATEWAY;
1618 GEN(&$$)->bits3.generic.msg_target = BRW_SFID_MESSAGE_GATEWAY;
/external/mesa3d/src/intel/tools/
Di965_gram.y1061 | GATEWAY { $$ = BRW_SFID_MESSAGE_GATEWAY; }