Home
last modified time | relevance | path

Searched refs:MemoryAllocation (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/test/common/mocks/
H A Dmock_graphics_allocation.h18 class MockGraphicsAllocation : public MemoryAllocation {
20 using MemoryAllocation::allocationOffset;
21 using MemoryAllocation::aubInfo;
22 using MemoryAllocation::gpuAddress;
23 using MemoryAllocation::MemoryAllocation;
24 using MemoryAllocation::memoryPool;
25 using MemoryAllocation::objectNotResident;
26 using MemoryAllocation::objectNotUsed;
27 using MemoryAllocation::size;
28 using MemoryAllocation::usageInfos;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/cc/trees/
H A Dmanaged_memory_policy.cc15 using gpu::MemoryAllocation;
19 priority_cutoff_when_visible(MemoryAllocation::CUTOFF_ALLOW_EVERYTHING), in ManagedMemoryPolicy()
23 const gpu::MemoryAllocation& allocation) in ManagedMemoryPolicy()
30 MemoryAllocation::PriorityCutoff priority_cutoff_when_visible, in ManagedMemoryPolicy()
49 gpu::MemoryAllocation::PriorityCutoff priority_cutoff) { in PriorityCutoffToTileMemoryLimitPolicy()
51 case MemoryAllocation::CUTOFF_ALLOW_NOTHING: in PriorityCutoffToTileMemoryLimitPolicy()
53 case MemoryAllocation::CUTOFF_ALLOW_REQUIRED_ONLY: in PriorityCutoffToTileMemoryLimitPolicy()
55 case MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE: in PriorityCutoffToTileMemoryLimitPolicy()
57 case MemoryAllocation::CUTOFF_ALLOW_EVERYTHING: in PriorityCutoffToTileMemoryLimitPolicy()
H A Dmanaged_memory_policy.h24 explicit ManagedMemoryPolicy(const gpu::MemoryAllocation& allocation);
27 gpu::MemoryAllocation::PriorityCutoff priority_cutoff_when_visible,
33 gpu::MemoryAllocation::PriorityCutoff priority_cutoff_when_visible;
37 gpu::MemoryAllocation::PriorityCutoff priority_cutoff);
/dports/www/chromium-legacy/chromium-88.0.4324.182/cc/trees/
H A Dmanaged_memory_policy.cc15 using gpu::MemoryAllocation;
19 priority_cutoff_when_visible(MemoryAllocation::CUTOFF_ALLOW_EVERYTHING), in ManagedMemoryPolicy()
23 const gpu::MemoryAllocation& allocation) in ManagedMemoryPolicy()
30 MemoryAllocation::PriorityCutoff priority_cutoff_when_visible, in ManagedMemoryPolicy()
49 gpu::MemoryAllocation::PriorityCutoff priority_cutoff) { in PriorityCutoffToTileMemoryLimitPolicy()
51 case MemoryAllocation::CUTOFF_ALLOW_NOTHING: in PriorityCutoffToTileMemoryLimitPolicy()
53 case MemoryAllocation::CUTOFF_ALLOW_REQUIRED_ONLY: in PriorityCutoffToTileMemoryLimitPolicy()
55 case MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE: in PriorityCutoffToTileMemoryLimitPolicy()
57 case MemoryAllocation::CUTOFF_ALLOW_EVERYTHING: in PriorityCutoffToTileMemoryLimitPolicy()
H A Dmanaged_memory_policy.h24 explicit ManagedMemoryPolicy(const gpu::MemoryAllocation& allocation);
27 gpu::MemoryAllocation::PriorityCutoff priority_cutoff_when_visible,
33 gpu::MemoryAllocation::PriorityCutoff priority_cutoff_when_visible;
37 gpu::MemoryAllocation::PriorityCutoff priority_cutoff);
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/shared/source/memory_manager/
H A Dos_agnostic_memory_manager.h15 class MemoryAllocation : public GraphicsAllocation {
21MemoryAllocation(uint32_t rootDeviceIndex, AllocationType allocationType, void *cpuPtrIn, uint64_t… in MemoryAllocation() function
23 …: MemoryAllocation(rootDeviceIndex, 1, allocationType, cpuPtrIn, gpuAddress, baseAddress, sizeIn, … in MemoryAllocation()
25MemoryAllocation(uint32_t rootDeviceIndex, size_t numGmms, AllocationType allocationType, void *cp… in MemoryAllocation() function
30MemoryAllocation(uint32_t rootDeviceIndex, AllocationType allocationType, void *cpuPtrIn, size_t s… in MemoryAllocation() function
31 …: MemoryAllocation(rootDeviceIndex, 1, allocationType, cpuPtrIn, sizeIn, sharedHandleIn, pool, max… in MemoryAllocation()
33MemoryAllocation(uint32_t rootDeviceIndex, size_t numGmms, AllocationType allocationType, void *cp… in MemoryAllocation() function
37MemoryAllocation(uint32_t rootDeviceIndex, AllocationType allocationType, void *driverAllocatedCpu… in MemoryAllocation() function
39 …: MemoryAllocation(rootDeviceIndex, 1, allocationType, driverAllocatedCpuPointer, pMem, gpuAddress… in MemoryAllocation()
42MemoryAllocation(uint32_t rootDeviceIndex, size_t numGmms, AllocationType allocationType, void *dr… in MemoryAllocation() function
[all …]
H A Dos_agnostic_memory_manager.cpp63 MemoryAllocation *memoryAllocation = nullptr; in allocateGraphicsMemoryWithAlignment()
143 …auto memoryAllocation = static_cast<MemoryAllocation *>(allocateGraphicsMemoryWithAlignment(alloca… in allocateGraphicsMemoryWithGpuVa()
158 …static_cast<MemoryAllocation *>(memoryAllocation)->overrideMemoryPool(MemoryPool::System64KBPages); in allocateGraphicsMemory64kb()
185 MemoryAllocation *memAlloc = new MemoryAllocation( in allocate32BitGraphicsMemoryImpl()
210 MemoryAllocation *memoryAllocation = nullptr; in allocate32BitGraphicsMemoryImpl()
279 auto memoryAllocation = static_cast<MemoryAllocation *>(gfxAllocation); in freeGraphicsMemoryImpl()
409 …return new MemoryAllocation(rootDeviceIndex, allocationType, driverAllocatedCpuPointer, pMem, gpuA… in createMemoryAllocation()
445 MemoryAllocation *allocation = nullptr; in allocateGraphicsMemoryInDevicePool()
461 …allocation = static_cast<MemoryAllocation *>(allocate32BitGraphicsMemoryImpl(adjustedAllocationDat… in allocateGraphicsMemoryInDevicePool()
504 …allocation = new MemoryAllocation(allocationData.rootDeviceIndex, numHandles, allocationData.type,… in allocateGraphicsMemoryInDevicePool()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/common/
H A Dgpu_memory_allocation.h15 struct MemoryAllocation { struct
35 MemoryAllocation() in MemoryAllocation() argument
40 MemoryAllocation(uint64_t bytes_limit_when_visible) in MemoryAllocation() argument
44 bool Equals(const MemoryAllocation& other) const { in Equals() argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/common/
H A Dgpu_memory_allocation.h15 struct MemoryAllocation { struct
35 MemoryAllocation() in MemoryAllocation() argument
40 MemoryAllocation(uint64_t bytes_limit_when_visible) in MemoryAllocation() function
44 bool Equals(const MemoryAllocation& other) const { in Equals() argument
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/
H A Dresourcemoninterface.h48 struct MemoryAllocation struct
55 MemoryAllocation() : in MemoryAllocation() argument
84 virtual MemoryAllocation MemoryLoad()=0;
87 virtual MemoryAllocation EndMeasureMemoryLoad()=0;
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmbeddedPkg/Ebl/
H A DHob.c152 …(Hob.MemoryAllocation->AllocDescriptor.MemoryType < EfiMaxMemoryType) ? gMemMapType[Hob.MemoryAllo… in EblHobCmd()
153 &Hob.MemoryAllocation->AllocDescriptor.Name, in EblHobCmd()
154 Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress, in EblHobCmd()
155 Hob.MemoryAllocation->AllocDescriptor.MemoryLength in EblHobCmd()
157 … if (CompareGuid (&gEfiHobMemoryAllocModuleGuid, &Hob.MemoryAllocation->AllocDescriptor.Name)) { in EblHobCmd()
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/test/unit_test/kernel/
H A Dsubstitute_kernel_heap_tests.cpp33 auto firstAllocationId = static_cast<MemoryAllocation *>(firstAllocation)->id; in TEST_F()
44 auto secondAllocationId = static_cast<MemoryAllocation *>(secondAllocation)->id; in TEST_F()
64 auto firstAllocationId = static_cast<MemoryAllocation *>(firstAllocation)->id; in TEST_F()
74 auto secondAllocationId = static_cast<MemoryAllocation *>(secondAllocation)->id; in TEST_F()
94 auto firstAllocationId = static_cast<MemoryAllocation *>(firstAllocation)->id; in TEST_F()
104 auto secondAllocationId = static_cast<MemoryAllocation *>(secondAllocation)->id; in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/widget/compositing/
H A Dlayer_tree_settings_unittest.cc18 EXPECT_EQ(gpu::MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE, in TEST()
26 EXPECT_EQ(gpu::MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE, in TEST()
32 EXPECT_EQ(gpu::MemoryAllocation::CUTOFF_ALLOW_NICE_TO_HAVE, in TEST()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c77 while (Hob.Raw != NULL && Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress != Memory) { in InternalAllocatePages()
82 Hob.MemoryAllocation->AllocDescriptor.MemoryType = EfiReservedMemoryType; in InternalAllocatePages()
290 if (Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress == Memory) { in InternalAllocateAlignedPages()
302 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength; in InternalAllocateAlignedPages()
308 Hob.MemoryAllocation->AllocDescriptor.MemoryLength = HobLength; in InternalAllocateAlignedPages()
309 Hob.MemoryAllocation->AllocDescriptor.MemoryType = EfiConventionalMemory; in InternalAllocateAlignedPages()
312 HobBaseAddress = Hob.MemoryAllocation->AllocDescriptor.MemoryBaseAddress; in InternalAllocateAlignedPages()
313 HobMemoryType = Hob.MemoryAllocation->AllocDescriptor.MemoryType; in InternalAllocateAlignedPages()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/sysutils/edk2/edk2-edk2-stable202102/MdePkg/Library/PeiHobLib/
H A DPeiHobLib.inf41 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
42 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
43 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DPeiHobLibFramework.inf43 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
44 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
45 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/IntelFrameworkPkg/Library/PeiHobLibFramework/
H A DPeiHobLibFramework.inf43 …gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Stac…
44 …gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspS…
45 …gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation Modu…

12345678910>>...13