| 57 | } DeviceChip; |
| 58 | |
| 59 | typedef struct DeviceIdent { |
| 60 | DeviceVendor vendor; |
| 61 | DeviceFamily family; |
| 62 | DeviceChip chip; |
| 63 | } DeviceIdent; |
| 64 | |
| 65 | typedef struct DeviceHwInfo { |
| 66 | unsigned int wavefront; |
nothing calls this directly
no outgoing calls
no test coverage detected