mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-20 08:53:55 +08:00
feature: Add External Semaphore experimental [3/N]
Related-To: NEO-11488 Signed-off-by: Raiyan Latif <raiyan.latif@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
parent
263d84f0ed
commit
06c94d47f9
@@ -65,6 +65,7 @@ bool Gdi::getAllProcAddresses() {
|
||||
signalSynchronizationObjectFromCpu = gdiDll->getProcAddress("D3DKMTSignalSynchronizationObjectFromCpu");
|
||||
waitForSynchronizationObjectFromGpu = gdiDll->getProcAddress("D3DKMTWaitForSynchronizationObjectFromGpu");
|
||||
signalSynchronizationObjectFromGpu = gdiDll->getProcAddress("D3DKMTSignalSynchronizationObjectFromGpu");
|
||||
openSyncObjectFromNtHandle2 = gdiDll->getProcAddress("D3DKMTOpenSyncObjectFromNtHandle2");
|
||||
createPagingQueue = gdiDll->getProcAddress("D3DKMTCreatePagingQueue");
|
||||
destroyPagingQueue = gdiDll->getProcAddress("D3DKMTDestroyPagingQueue");
|
||||
lock2 = gdiDll->getProcAddress("D3DKMTLock2");
|
||||
|
||||
Reference in New Issue
Block a user