Home
last modified time | relevance | path

Searched defs:hsa_agent_dispatch_packet_s (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dhsa.h135 typedef struct hsa_agent_dispatch_packet_s { struct
136 uint16_t header;
137 uint16_t type;
138 uint32_t reserved0;
141 void *return_address;
143 void *return_address;
144 uint32_t reserved1;
146 uint32_t reserved1;
147 void *return_address;
149 uint64_t arg[4];
[all …]
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dhsa.h2988 typedef struct hsa_agent_dispatch_packet_s { struct
2993 uint16_t header;
2998 uint16_t type;
3003 uint32_t reserved0;
3006 void* return_address;
3011 void* return_address;
3015 uint32_t reserved1;
3017 uint32_t reserved1;
3018 void* return_address;
3024 uint64_t arg[4];
[all …]