Searched defs:GPUDevice (Results 1 – 3 of 3) sorted by relevance
39 struct GPU_EXPORT GPUDevice { struct44 uint32 vendor_id;48 uint32 device_id;52 bool active;58 std::string vendor_string;59 std::string device_string;
37 GPUInfo::GPUDevice::GPUDevice() in GPUDevice() function in gpu::GPUInfo::GPUDevice
5 class GPUDevice(object): class