Uses of Class
com.aparapi.device.Device.TYPE
-
Packages that use Device.TYPE Package Description com.aparapi.device Contains classes representing OpenCL-capable devices, and "virtual" (java) devices which execute kernels using java.com.aparapi.internal.kernel -
-
Uses of Device.TYPE in com.aparapi.device
Fields in com.aparapi.device declared as Device.TYPE Modifier and Type Field Description protected Device.TYPEDevice. typeMethods in com.aparapi.device that return Device.TYPE Modifier and Type Method Description Device.TYPEDevice. getType()static Device.TYPEDevice.TYPE. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Device.TYPE[]Device.TYPE. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.aparapi.device with parameters of type Device.TYPE Modifier and Type Method Description static DeviceDevice. first(Device.TYPE _type)Deprecated.static java.util.List<OpenCLDevice>OpenCLDevice. listDevices(Device.TYPE type)List OpenCLDevices of a given TYPE, or all OpenCLDevices if type == null.static OpenCLDeviceOpenCLDevice. select(OpenCLDevice.DeviceComparitor _deviceComparitor, Device.TYPE _type)voidDevice. setType(Device.TYPE type)Constructors in com.aparapi.device with parameters of type Device.TYPE Constructor Description JavaDevice(Device.TYPE _type, java.lang.String _name, long deviceId)OpenCLDevice(OpenCLPlatform _platform, long _deviceId, Device.TYPE _type)Minimal constructor -
Uses of Device.TYPE in com.aparapi.internal.kernel
Methods in com.aparapi.internal.kernel that return types with arguments of type Device.TYPE Modifier and Type Method Description protected java.util.List<Device.TYPE>KernelManager. getPreferredDeviceTypes()Methods in com.aparapi.internal.kernel with parameters of type Device.TYPE Modifier and Type Method Description static DeviceKernelManager.DeprecatedMethods. firstDevice(Device.TYPE _type)Deprecated.private static booleanKernelManager. selectLhsByType(Device.TYPE lhs, Device.TYPE rhs)
-