Home
last modified time | relevance | path

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

/external/llvm-project/parallel-libs/acxxel/
Dopencl_acxxel.cpp27 struct FullDeviceID { struct
28 cl_platform_id PlatformID;
29 cl_device_id DeviceID;
31 FullDeviceID(cl_platform_id PlatformID, cl_device_id DeviceID) in FullDeviceID() function