2014-07-29 11:16:00 +03:00
|
|
|
HSAKMT_1
|
|
|
|
|
{
|
|
|
|
|
global:
|
|
|
|
|
hsaKmtOpenKFD;
|
|
|
|
|
hsaKmtCloseKFD;
|
|
|
|
|
hsaKmtGetVersion;
|
|
|
|
|
hsaKmtAcquireSystemProperties;
|
|
|
|
|
hsaKmtReleaseSystemProperties;
|
|
|
|
|
hsaKmtGetNodeProperties;
|
|
|
|
|
hsaKmtGetNodeMemoryProperties;
|
|
|
|
|
hsaKmtGetNodeCacheProperties;
|
|
|
|
|
hsaKmtGetNodeIoLinkProperties;
|
|
|
|
|
hsaKmtCreateEvent;
|
|
|
|
|
hsaKmtDestroyEvent;
|
|
|
|
|
hsaKmtSetEvent;
|
|
|
|
|
hsaKmtResetEvent;
|
|
|
|
|
hsaKmtQueryEventState;
|
|
|
|
|
hsaKmtWaitOnEvent;
|
|
|
|
|
hsaKmtWaitOnMultipleEvents;
|
|
|
|
|
hsaKmtCreateQueue;
|
|
|
|
|
hsaKmtUpdateQueue;
|
|
|
|
|
hsaKmtDestroyQueue;
|
2015-06-23 15:25:38 +08:00
|
|
|
hsaKmtSetQueueCUMask;
|
2014-07-29 11:16:00 +03:00
|
|
|
hsaKmtSetMemoryPolicy;
|
|
|
|
|
hsaKmtAllocMemory;
|
|
|
|
|
hsaKmtFreeMemory;
|
|
|
|
|
hsaKmtRegisterMemory;
|
2016-01-07 16:28:20 -05:00
|
|
|
hsaKmtRegisterMemoryToNodes;
|
2016-03-05 01:12:40 -05:00
|
|
|
hsaKmtRegisterGraphicsHandleToNodes;
|
2016-11-22 14:35:35 -05:00
|
|
|
hsaKmtShareMemory;
|
|
|
|
|
hsaKmtRegisterSharedHandle;
|
|
|
|
|
hsaKmtRegisterSharedHandleToNodes;
|
2017-01-27 18:10:24 -05:00
|
|
|
hsaKmtProcessVMRead;
|
|
|
|
|
hsaKmtProcessVMWrite;
|
2014-07-29 11:16:00 +03:00
|
|
|
hsaKmtDeregisterMemory;
|
|
|
|
|
hsaKmtMapMemoryToGPU;
|
2016-01-28 15:33:56 +02:00
|
|
|
hsaKmtMapMemoryToGPUNodes;
|
2014-07-29 11:16:00 +03:00
|
|
|
hsaKmtUnmapMemoryToGPU;
|
|
|
|
|
hsaKmtDbgRegister;
|
|
|
|
|
hsaKmtDbgUnregister;
|
|
|
|
|
hsaKmtDbgWavefrontControl;
|
|
|
|
|
hsaKmtDbgAddressWatch;
|
|
|
|
|
hsaKmtGetClockCounters;
|
|
|
|
|
hsaKmtPmcGetCounterProperties;
|
|
|
|
|
hsaKmtPmcRegisterTrace;
|
|
|
|
|
hsaKmtPmcUnregisterTrace;
|
|
|
|
|
hsaKmtPmcAcquireTraceAccess;
|
|
|
|
|
hsaKmtPmcReleaseTraceAccess;
|
|
|
|
|
hsaKmtPmcStartTrace;
|
|
|
|
|
hsaKmtPmcQueryTrace;
|
|
|
|
|
hsaKmtPmcStopTrace;
|
2014-10-20 08:48:28 +03:00
|
|
|
hsaKmtMapGraphicHandle;
|
|
|
|
|
hsaKmtUnmapGraphicHandle;
|
2016-02-29 10:49:36 -05:00
|
|
|
hsaKmtSetTrapHandler;
|
2016-08-18 16:30:55 -04:00
|
|
|
hsaKmtGetTileConfig;
|
2016-09-01 23:25:42 -04:00
|
|
|
hsaKmtQueryPointerInfo;
|
|
|
|
|
hsaKmtSetMemoryUserData;
|
2017-05-25 14:51:30 -04:00
|
|
|
hsaKmtGetQueueInfo;
|
2018-07-13 14:05:27 -04:00
|
|
|
hsaKmtEnableDebugTrap;
|
|
|
|
|
hsaKmtDisableDebugTrap;
|
|
|
|
|
hsaKmtSetDebugTrapData2;
|
|
|
|
|
hsaKmtSetWaveLaunchTrapOverride;
|
|
|
|
|
hsaKmtSetWaveLaunchMode;
|
2018-11-06 08:06:40 -05:00
|
|
|
hsaKmtNodeSuspend;
|
|
|
|
|
hsaKmtNodeResume;
|
2014-07-29 11:16:00 +03:00
|
|
|
|
|
|
|
|
local: *;
|
|
|
|
|
};
|
|
|
|
|
|