Example #1
0
 public static extern void Hash(IntPtr instance, ref Structs.DeviceCL device, StringBuilder errorMessage);
Example #2
0
 public static extern void ReleaseDeviceObjects(IntPtr instance, ref Structs.DeviceCL device, StringBuilder errorMessage);
Example #3
0
 public static extern void PushTarget(IntPtr instance, Structs.DeviceCL device, IntPtr target, StringBuilder errorMessage);
Example #4
0
 public static extern void PushMessage(IntPtr instance, Structs.DeviceCL device, IntPtr message, StringBuilder errorMessage);
Example #5
0
 public static extern void GetDeviceCurrentMemoryClock(Structs.DeviceCL device, ref int memoryClock, StringBuilder errorMessage);
Example #6
0
 public static extern void GetDeviceCurrentUtilizationPercent(Structs.DeviceCL device, ref int utilization, StringBuilder errorMessage);
Example #7
0
 public static extern void GetDeviceCurrentFanTachometerRPM(Structs.DeviceCL device, ref int tachometerRPM, StringBuilder errorMessage);
Example #8
0
 public static extern void GetDeviceCurrentTemperature(Structs.DeviceCL device, ref int temperature, StringBuilder errorMessage);
Example #9
0
 public static extern void GetDeviceSettingFanLevelPercent(Structs.DeviceCL device, ref int fanLevel, StringBuilder errorMessage);
Example #10
0
 public static extern void GetDeviceSettingThermalLimit(Structs.DeviceCL device, ref int thermalLimit, StringBuilder errorMessage);
Example #11
0
 public static extern void GetDeviceSettingPowerLimit(Structs.DeviceCL device, ref int powerLimit, StringBuilder errorMessage);
Example #12
0
 public static extern void GetDeviceSettingMaxCoreClock(Structs.DeviceCL device, ref int coreClock, StringBuilder errorMessage);
Example #13
0
 public static extern void InitializeDevice(IntPtr instance, ref Structs.DeviceCL device, bool isKingMaing, StringBuilder errorMessage);