Home
last modified time | relevance | path

Searched refs:gpuVirtualAddress (Results 1 – 9 of 9) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dmock_kmdaf_listener.h33 …LE hDevice, const D3DKMT_HANDLE hAllocation, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E… in notifyMapGpuVA()
38 notifyMapGpuVAParametrization.gpuVirtualAddress = gpuVirtualAddress; in notifyMapGpuVA()
42 …DKMT_HANDLE hAdapter, D3DKMT_HANDLE hDevice, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E… in notifyUnmapGpuVA()
46 notifyUnmapGpuVAParametrization.gpuVirtualAddress = gpuVirtualAddress; in notifyUnmapGpuVA()
99 D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress = 0; member
107 D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress = 0; member
H A Dwddm_kmdaf_listener_tests.cpp96 …puPtr), wddmWithKmDafMock->getKmDafListenerMock().notifyMapGpuVAParametrization.gpuVirtualAddress); in TEST_F()
108 …PUVA, wddmWithKmDafMock->getKmDafListenerMock().notifyUnmapGpuVAParametrization.gpuVirtualAddress); in TEST_F()
187 …puPtr), wddmWithKmDafMock->getKmDafListenerMock().notifyMapGpuVAParametrization.gpuVirtualAddress); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dkmdaf_listener.cpp24 …LE hDevice, const D3DKMT_HANDLE hAllocation, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E… in notifyMapGpuVA() argument
25 … KM_DAF_NOTIFY_MAP_GPUVA(ftrKmdDaf, hAdapter, hDevice, hAllocation, gpuVirtualAddress, pfnEscape); in notifyMapGpuVA()
28 …DKMT_HANDLE hAdapter, D3DKMT_HANDLE hDevice, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E… in notifyUnmapGpuVA() argument
29 KM_DAF_NOTIFY_UNMAP_GPUVA(ftrKmdDaf, hAdapter, hDevice, gpuVirtualAddress, pfnEscape); in notifyUnmapGpuVA()
H A Dkmdaf_listener_stub.cpp18 …LE hDevice, const D3DKMT_HANDLE hAllocation, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E… in notifyMapGpuVA() argument
21 …DKMT_HANDLE hAdapter, D3DKMT_HANDLE hDevice, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E… in notifyUnmapGpuVA() argument
H A Dkmdaf_listener.h21 …LE hDevice, const D3DKMT_HANDLE hAllocation, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E…
23 …DKMT_HANDLE hAdapter, D3DKMT_HANDLE hDevice, D3DGPU_VIRTUAL_ADDRESS gpuVirtualAddress, PFND3DKMT_E…
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/encoders/
H A Dwalker_partition_tests_xehp_and_later_2.cpp29 uint64_t gpuVirtualAddress = 0x8000123000; in HWCMDTEST_F() local
844 uint64_t gpuVirtualAddress = 0x8000123000; in HWCMDTEST_F() local
897 auto miAtomicAddress = gpuVirtualAddress + expectedCommandUsedSize; in HWCMDTEST_F()
975 EXPECT_EQ(gpuVirtualAddress, batchBufferStart->getBatchBufferStartAddress()); in HWCMDTEST_F()
1046 uint64_t gpuVirtualAddress = 0x8000123000; in HWCMDTEST_F() local
1099 auto miAtomicAddress = gpuVirtualAddress + expectedCommandUsedSize; in HWCMDTEST_F()
1258 uint64_t gpuVirtualAddress = 0x8000123000; in HWCMDTEST_F() local
1305 auto miAtomicAddress = gpuVirtualAddress + expectedCommandUsedSize; in HWCMDTEST_F()
1370 uint64_t gpuVirtualAddress = 0xFF0000; in HWCMDTEST_F() local
1435 uint64_t gpuVirtualAddress = 0xFF0000; in HWCMDTEST_F() local
[all …]
H A Dwalker_partition_tests_xehp_and_later_1.cpp16 uint64_t gpuVirtualAddress = 0x8000123000; in HWCMDTEST_F() local
67 auto miAtomicAddress = gpuVirtualAddress + expectedCommandUsedSize; in HWCMDTEST_F()
139 EXPECT_EQ(gpuVirtualAddress, batchBufferStart->getBatchBufferStartAddress()); in HWCMDTEST_F()
1030 uint64_t gpuVirtualAddress = 0x8000123000; in HWCMDTEST_F() local
1079 auto miAtomicAddress = gpuVirtualAddress + expectedCommandUsedSize; in HWCMDTEST_F()
1144 EXPECT_EQ(gpuVirtualAddress, batchBufferStart->getBatchBufferStartAddress()); in HWCMDTEST_F()
1279 uint64_t gpuVirtualAddress = 0x8000123000; in HWCMDTEST_F() local
1299 auto miAtomicAddress = gpuVirtualAddress + expectedCommandUsedSize; in HWCMDTEST_F()
1386 uint64_t gpuVirtualAddress = 0xFF0000; in HWCMDTEST_F() local
1473 uint64_t gpuVirtualAddress = 0xFF0000; in HWCMDTEST_F() local
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_memory_manager.cpp456 … auto gpuVirtualAddress = acquireGpuRange(alignedSize, rootDeviceIndex, HeapIndex::HEAP_STANDARD); in allocateGraphicsMemoryForNonSvmHostPtr() local
457 if (!gpuVirtualAddress) { in allocateGraphicsMemoryForNonSvmHostPtr()
463 releaseGpuRange(reinterpret_cast<void *>(gpuVirtualAddress), alignedSize, rootDeviceIndex); in allocateGraphicsMemoryForNonSvmHostPtr()
467 bo->setAddress(gpuVirtualAddress); in allocateGraphicsMemoryForNonSvmHostPtr()
475 … releaseGpuRange(reinterpret_cast<void *>(gpuVirtualAddress), alignedSize, rootDeviceIndex); in allocateGraphicsMemoryForNonSvmHostPtr()
481gpuVirtualAddress, allocationData.size, MemoryPool::System4KBPages); in allocateGraphicsMemoryForNonSvmHostPtr()
484 allocation->setReservedAddressRange(reinterpret_cast<void *>(gpuVirtualAddress), alignedSize); in allocateGraphicsMemoryForNonSvmHostPtr()
558 auto gpuVirtualAddress = gfxPartition->heapAllocate(allocatorToUse, realAllocationSize); in allocate32BitGraphicsMemoryImpl() local
559 if (!gpuVirtualAddress) { in allocate32BitGraphicsMemoryImpl()
567 gfxPartition->heapFree(allocatorToUse, gpuVirtualAddress, realAllocationSize); in allocate32BitGraphicsMemoryImpl()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dos_agnostic_memory_manager.cpp180 auto gpuVirtualAddress = gfxPartition->heapAllocate(heap, allocationSize); in allocate32BitGraphicsMemoryImpl() local
181 if (!gpuVirtualAddress) { in allocate32BitGraphicsMemoryImpl()
187 GmmHelper::canonize(gpuVirtualAddress + offset), allocationData.size, in allocate32BitGraphicsMemoryImpl()