Home
last modified time | relevance | path

Searched refs:makeResident (Results 1 – 25 of 160) sorted by relevance

1234567

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/unit_test/os_interface/
H A Daub_memory_operations_handler_tests.cpp17 …auto result = memoryOperationsInterface->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&all… in TEST_F()
25 …auto result = memoryOperationsInterface->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&all… in TEST_F()
42 …auto result = memoryOperationsInterface->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&all… in TEST_F()
54 memoryOperationsInterface->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&allocPtr, 1)); in TEST_F()
68 memoryOperationsInterface->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&allocPtr, 1)); in TEST_F()
83 memoryOperationsInterface->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&allocPtr, 1)); in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dsurface.h19 virtual void makeResident(CommandStreamReceiver &csr) = 0;
30 void makeResident(CommandStreamReceiver &csr) override{}; in makeResident() function
50 void makeResident(CommandStreamReceiver &csr) override { in makeResident() function
102 void makeResident(CommandStreamReceiver &csr) override { in makeResident() function
103 csr.makeResident(*gfxAllocation); in makeResident()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/windows/
H A Dwddm_residency_handler_tests.cpp60 …EXPECT_EQ(wddmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&alloc… in TEST_F()
67 …EXPECT_EQ(wddmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&alloc… in TEST_F()
72 …EXPECT_EQ(wddmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(alloca… in TEST_F()
78 …EXPECT_EQ(wddmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&alloc… in TEST_F()
86 …EXPECT_EQ(wddmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&alloc… in TEST_F()
92 …EXPECT_EQ(wddmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(alloca… in TEST_F()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/os_interface/linux/
H A Ddrm_command_stream_tests_2.cpp123 csr->makeResident(*allocation); in HWTEST_TEMPLATED_F()
124 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
204 csr->makeResident(*allocation); in HWTEST_TEMPLATED_F()
224 csr->makeResident(*allocation1); in HWTEST_TEMPLATED_F()
225 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
245 csr->makeResident(*allocation); in HWTEST_TEMPLATED_F()
252 csr->makeResident(*allocation); in HWTEST_TEMPLATED_F()
272 csr->makeResident(*allocation); in HWTEST_TEMPLATED_F()
273 csr->makeResident(*allocation); in HWTEST_TEMPLATED_F()
369 csr->makeResident(*allocation); in HWTEST_TEMPLATED_F()
[all …]
H A Ddrm_residency_handler_tests.cpp33 …EXPECT_EQ(drmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&alloca… in TEST_F()
41 …EXPECT_EQ(drmMemoryOperationsHandler->makeResident(nullptr, ArrayRef<GraphicsAllocation *>(&alloca… in TEST_F()
H A Ddrm_command_stream_tests_1.cpp79 csr->makeResident(graphicsAllocation); in HWTEST_TEMPLATED_F()
94 csr->makeResident(graphicsAllocation); in HWTEST_TEMPLATED_F()
95 csr->makeResident(graphicsAllocation); in HWTEST_TEMPLATED_F()
110 csr->makeResident(graphicsAllocation); in HWTEST_TEMPLATED_F()
126 csr->makeResident(graphicsAllocation); in HWTEST_TEMPLATED_F()
226 csr->makeResident(*allocation1); in HWTEST_TEMPLATED_F()
227 csr->makeResident(*allocation2); in HWTEST_TEMPLATED_F()
450 csr->makeResident(allocation); in HWTEST_TEMPLATED_F()
451 csr->makeResident(allocation2); in HWTEST_TEMPLATED_F()
484 csr->makeResident(allocation); in HWTEST_TEMPLATED_F()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dcsr_deps.cpp14 void CsrDependencies::makeResident(CommandStreamReceiver &commandStreamReceiver) const { in makeResident() function in NEO::CsrDependencies
16 timestampPacketContainer->makeResident(commandStreamReceiver); in makeResident()
H A Dtask_information.cpp166 surface->makeResident(commandStreamReceiver); in submit()
174 printfHandler.get()->makeResident(commandStreamReceiver); in submit()
203 scheduler.makeResident(commandStreamReceiver); in submit()
484 event->getTimestampPacketNodes()->makeResident(commandStreamReceiver); in makeTimestampPacketsResident()
490 currentTimestampPacketNodes->makeResident(commandStreamReceiver); in makeTimestampPacketsResident()
493 timestampPacketDependencies->cacheFlushNodes.makeResident(commandStreamReceiver); in makeTimestampPacketsResident()
494 timestampPacketDependencies->previousEnqueueNodes.makeResident(commandStreamReceiver); in makeTimestampPacketsResident()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/command_stream/
H A Dexperimental_command_buffer.cpp64 commandStreamReceiver->makeResident(*currentStream->getGraphicsAllocation()); in makeResidentAllocations()
65 commandStreamReceiver->makeResident(*timestamps); in makeResidentAllocations()
66 commandStreamReceiver->makeResident(*experimentalAllocation); in makeResidentAllocations()
H A Dcsr_deps.cpp14 void CsrDependencies::makeResident(CommandStreamReceiver &commandStreamReceiver) const { in makeResident() function in NEO::CsrDependencies
16 timestampPacketContainer->makeResident(commandStreamReceiver); in makeResident()
H A Dcommand_stream_receiver_hw_base.inl499 this->makeResident(*dshAllocation);
501 this->makeResident(*iohAllocation);
502 this->makeResident(*sshAllocation);
505 this->makeResident(*tagAllocation);
518 makeResident(*debugSurface);
1096 makeResident(*tagAllocation);
1163 makeResident(*tagAllocation);
1183 makeResident(*eventAlloc);
1212 makeResident(*tagAllocation);
1236 makeResident(*eventAlloc);
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_memory_operations_handler.h21 …MemoryOperationsStatus makeResident(Device *device, ArrayRef<GraphicsAllocation *> gfxAllocations)… in makeResident() function
31 MOCK_METHOD(MemoryOperationsStatus, makeResident,
47 …MemoryOperationsStatus makeResident(Device *device, ArrayRef<GraphicsAllocation *> gfxAllocations)… in makeResident() function
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/memory_manager/
H A Dmem_obj_surface.h25 void makeResident(CommandStreamReceiver &csr) override { in makeResident() function
27 csr.makeResident(*memObj->getGraphicsAllocation(csr.getRootDeviceIndex())); in makeResident()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/program/
H A Dsync_buffer_handler.cpp25 void SyncBufferHandler::makeResident(CommandStreamReceiver &csr) { in makeResident() function in NEO::SyncBufferHandler
26 csr.makeResident(*graphicsAllocation); in makeResident()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/command_queue/
H A Denqueue_common.h312 csrDeps.makeResident(computeCommandStreamReceiver); in enqueueHandler()
691 scheduler.makeResident(getGpgpuCommandStreamReceiver()); in processDeviceEnqueue()
769 printfHandler->makeResident(getGpgpuCommandStreamReceiver()); in enqueueNonBlocked()
777 timestampPacketContainer->makeResident(getGpgpuCommandStreamReceiver()); in enqueueNonBlocked()
785 surface->makeResident(getGpgpuCommandStreamReceiver()); in enqueueNonBlocked()
805 kernel->makeResident(getGpgpuCommandStreamReceiver()); in enqueueNonBlocked()
898 dispatchFlags.csrDependencies.makeResident(getGpgpuCommandStreamReceiver()); in enqueueNonBlocked()
1066 csrDeps.makeResident(getGpgpuCommandStreamReceiver()); in enqueueCommandWithoutKernel()
1076 timestampPacketContainer->makeResident(getGpgpuCommandStreamReceiver()); in enqueueCommandWithoutKernel()
1082 surface->makeResident(getGpgpuCommandStreamReceiver()); in enqueueCommandWithoutKernel()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/
H A Dwddm_memory_operations_handler.h23 …MemoryOperationsStatus makeResident(Device *device, ArrayRef<GraphicsAllocation *> gfxAllocations)…
28 return makeResident(nullptr, gfxAllocations); in makeResidentWithinOsContext()
H A Dgdi_interface.cpp75 makeResident = gdiDll->getProcAddress("D3DKMTMakeResident"); in getAllProcAddresses()
96 && makeResident && evict){ in getAllProcAddresses()
H A Dwddm_residency_allocations_container.cpp69 while (!(madeResident = wddm->makeResident(handles, count, false, nullptr, size))) { in makeResidentResources()
73 if (!wddm->makeResident(handles, count, false, nullptr, size)) { in makeResidentResources()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/helpers/
H A Dtimestamp_packet.cpp39 void TimestampPacketContainer::makeResident(CommandStreamReceiver &commandStreamReceiver) { in makeResident() function in TimestampPacketContainer
41 commandStreamReceiver.makeResident(*node->getBaseGraphicsAllocation()); in makeResident()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/program/
H A Dblock_kernel_manager.cpp52 commandStreamReceiver.makeResident(*surface); in makeInternalAllocationsResident()
56 commandStreamReceiver.makeResident(*surface); in makeInternalAllocationsResident()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/windows/wddm/
H A Dwddm.cpp380 D3DDDI_MAKERESIDENT makeResident = {}; in makeResident() local
386 makeResident.AllocationList = handles; in makeResident()
387 makeResident.hPagingQueue = pagingQueue; in makeResident()
388 makeResident.NumAllocations = count; in makeResident()
389 makeResident.PriorityList = &priority; in makeResident()
390 makeResident.Flags.CantTrimFurther = cantTrimFurther ? 1 : 0; in makeResident()
391 makeResident.Flags.MustSucceed = cantTrimFurther ? 1 : 0; in makeResident()
393 status = getGdi()->makeResident(&makeResident); in makeResident()
396 updatePagingFenceValue(makeResident.PagingFenceValue); in makeResident()
403 perfLogResidencyTrimRequired(residencyLogger.get(), makeResident.NumBytesToTrim); in makeResident()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/level_zero/core/source/cmdqueue/
H A Dcmdqueue_hw.inl285 csr->makeResident(*globalFenceAllocation);
290 csr->makeResident(*workPartitionAllocation);
296 csr->makeResident(*tagsManager->getBXMLHeapAllocation());
297 csr->makeResident(*tagsManager->getSWTagHeapAllocation());
305 …csr->makeResident(*device->getL0Debugger()->getSbaTrackingBuffer(csr->getOsContext().getContextId(…
344 csr->makeResident(*csr->getPreemptionAllocation());
349 csr->makeResident(*sipIsa);
354 csr->makeResident(*device->getDebugSurface());
430 csr->makeResident(fence->getAllocation());
453 csr->makeResident(*csr->getTagAllocation());
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/mocks/
H A Dmock_kernel.cpp54 void MockKernel::makeResident(CommandStreamReceiver &commandStreamReceiver) { in makeResident() function in NEO::MockKernel
56 Kernel::makeResident(commandStreamReceiver); in makeResident()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/os_interface/
H A Daub_memory_operations_handler.cpp24 MemoryOperationsStatus AubMemoryOperationsHandler::makeResident(Device *device, ArrayRef<GraphicsAl… in makeResident() function in NEO::AubMemoryOperationsHandler
60 return makeResident(nullptr, gfxAllocations); in makeResidentWithinOsContext()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/aub_tests/command_stream/
H A Daub_mi_atomic_tests.cpp69 csr->makeResident(*deviceSurface); in flushStream()
70 csr->makeResident(*systemSurface); in flushStream()

1234567