Home
last modified time | relevance | path

Searched defs:allocData (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/tools/GpuMemDumpVis/
H A DGpuMemDumpVis.py232allocData = {'Type': dedicatedAlloc['Type'], 'Size': int(dedicatedAlloc['Size']), 'Usage': int(ded… variable
246allocData = {'Type': dedicatedAlloc['Type'], 'Size': int(dedicatedAlloc['Size']), 'Usage': int(ded… variable
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/
H A DTests.cpp4590 AllocData allocData; in TestAllocationAlgorithmsCorrectness() local
4622 const AllocData& allocData = allocationsPerLevel[level][index]; in TestAllocationAlgorithmsCorrectness() local