LibreOffice Module opencl (master) 1
Public Member Functions | Public Attributes | List of all members
OpenCLDeviceInfo Struct Reference

#include <platforminfo.hxx>

Public Member Functions

 OpenCLDeviceInfo ()
 

Public Attributes

cl_device_id device
 
OUString maName
 
OUString maVendor
 
OUString maDriver
 
size_t mnMemory
 
size_t mnComputeUnits
 
size_t mnFrequency
 

Detailed Description

Definition at line 23 of file platforminfo.hxx.

Constructor & Destructor Documentation

◆ OpenCLDeviceInfo()

OpenCLDeviceInfo::OpenCLDeviceInfo ( )

Definition at line 14 of file platforminfo.cxx.

Member Data Documentation

◆ device

cl_device_id OpenCLDeviceInfo::device

Definition at line 25 of file platforminfo.hxx.

◆ maDriver

OUString OpenCLDeviceInfo::maDriver

Definition at line 28 of file platforminfo.hxx.

Referenced by operator<<().

◆ maName

OUString OpenCLDeviceInfo::maName

Definition at line 26 of file platforminfo.hxx.

Referenced by operator<<().

◆ maVendor

OUString OpenCLDeviceInfo::maVendor

Definition at line 27 of file platforminfo.hxx.

Referenced by operator<<().

◆ mnComputeUnits

size_t OpenCLDeviceInfo::mnComputeUnits

Definition at line 30 of file platforminfo.hxx.

◆ mnFrequency

size_t OpenCLDeviceInfo::mnFrequency

Definition at line 31 of file platforminfo.hxx.

◆ mnMemory

size_t OpenCLDeviceInfo::mnMemory

Definition at line 29 of file platforminfo.hxx.


The documentation for this struct was generated from the following files: