Home
last modified time | relevance | path

Searched refs:requestedTypesMask (Results 1 – 2 of 2) sorted by relevance

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dunified_memory_manager.h146 uint32_t requestedTypesMask);
147 …rnalAllocationsResident(CommandStreamReceiver &commandStreamReceiver, uint32_t requestedTypesMask);
H A Dunified_memory_manager.cpp75 uint32_t requestedTypesMask) { in addInternalAllocationsToResidencyContainer() argument
82 if (!(allocation.second.memoryType & requestedTypesMask) || in addInternalAllocationsToResidencyContainer()
94 …nalAllocationsResident(CommandStreamReceiver &commandStreamReceiver, uint32_t requestedTypesMask) { in makeInternalAllocationsResident() argument
97 if (allocation.second.memoryType & requestedTypesMask) { in makeInternalAllocationsResident()