Home
last modified time | relevance | path

Searched refs:obtainGpuAddress (Results 1 – 3 of 3) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_memory_manager_local_memory.cpp64 obtainGpuAddress(allocationData, bo.get(), gpuAddress); in createAllocWithAlignment()
H A Ddrm_memory_manager.h103 …void obtainGpuAddress(const AllocationData &allocationData, BufferObject *bo, uint64_t gpuAddress);
H A Ddrm_memory_manager.cpp339 obtainGpuAddress(allocationData, bo.get(), gpuAddress); in createAllocWithAlignmentFromUserptr()
355 void DrmMemoryManager::obtainGpuAddress(const AllocationData &allocationData, BufferObject *bo, uin… in obtainGpuAddress() function in NEO::DrmMemoryManager