Home
last modified time | relevance | path

Searched refs:setGpuBaseAddress (Results 1 – 10 of 10) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/indirect_heap/
H A Dindirect_heap_tests.cpp100 graphicsAllocation.setGpuBaseAddress(4096u); in TEST_F()
109 graphicsAllocation.setGpuBaseAddress(4096u); in TEST_F()
118 graphicsAllocation.setGpuBaseAddress(4096u); in TEST_F()
127 graphicsAllocation.setGpuBaseAddress(4096u); in TEST_F()
136 graphicsAllocation.setGpuBaseAddress(4096u); in TEST_F()
145 graphicsAllocation.setGpuBaseAddress(4096u); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/helpers/
H A Ddirty_state_helpers_tests.cpp118 firstHeapAllocation.setGpuBaseAddress(commonBase); in TEST()
119 secondHeapAllocation.setGpuBaseAddress(commonBase); in TEST()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dos_agnostic_memory_manager.cpp191 memAlloc->setGpuBaseAddress(GmmHelper::canonize(gfxPartition->getHeapBase(heap))); in allocate32BitGraphicsMemoryImpl()
217 memoryAllocation->setGpuBaseAddress(GmmHelper::canonize(gfxPartition->getHeapBase(heap))); in allocate32BitGraphicsMemoryImpl()
424 memoryAllocation->setGpuBaseAddress(GmmHelper::canonize(gfxPartition->getHeapBase(heap))); in createMemoryAllocation()
H A Dgraphics_allocation.h146 void setGpuBaseAddress(uint64_t baseAddress) { in setGpuBaseAddress() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/linux/
H A Ddrm_memory_manager.cpp575 … allocation->setGpuBaseAddress(GmmHelper::canonize(gfxPartition->getHeapBase(allocatorToUse))); in allocate32BitGraphicsMemoryImpl()
612 allocation->setGpuBaseAddress(GmmHelper::canonize(gfxPartition->getHeapBase(allocatorToUse))); in allocate32BitGraphicsMemoryImpl()
683 …drmAllocation->setGpuBaseAddress(GmmHelper::canonize(getExternalHeapBaseAddress(properties.rootDev… in createGraphicsAllocationFromSharedHandle()
1337 …allocation->setGpuBaseAddress(GmmHelper::canonize(getInternalHeapBaseAddress(allocationData.rootDe… in allocateGraphicsMemoryInDevicePool()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mem_obj/
H A Dbuffer_set_arg_tests.cpp189 buffer->getGraphicsAllocation(pClDevice->getRootDeviceIndex())->setGpuBaseAddress(gpuBase); in TEST_F()
H A Dimage_set_arg_tests.cpp333 graphicsAllocation->setGpuBaseAddress(12345u); in HWTEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dwddm_memory_manager.cpp377 wddmAllocation->setGpuBaseAddress(GmmHelper::canonize(baseAddress)); in allocate32BitGraphicsMemoryImpl()
415 …allocation->setGpuBaseAddress(GmmHelper::canonize(getExternalHeapBaseAddress(allocation->getRootDe… in createAllocationFromHandle()
1055 …wddmAllocation->setGpuBaseAddress(GmmHelper::canonize(getInternalHeapBaseAddress(wddmAllocation->g… in allocateGraphicsMemoryInDevicePool()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/cmdqueue/
H A Dtest_cmdqueue_1.cpp486 baseAllocation.setGpuBaseAddress(0x123000); in HWTEST2_F()
527 baseAllocation.setGpuBaseAddress(0x123000); in HWTEST2_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/test/unit_tests/sources/memory/
H A Dtest_memory.cpp1746 alloc->setGpuBaseAddress(0xabcd); in createGraphicsAllocationFromSharedHandle()