Searched defs:memTypeIndex (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/ |
H A D | vk_mem_alloc.h | 14155 for(uint32_t memTypeIndex = 0; memTypeIndex < GetMemoryTypeCount(); ++memTypeIndex) in VmaAllocator_T() local 14198 for(size_t memTypeIndex = GetMemoryTypeCount(); memTypeIndex--; ) in ~VmaAllocator_T() local 14475 VkDeviceSize VmaAllocator_T::CalcPreferredBlockSize(uint32_t memTypeIndex) in CalcPreferredBlockSize() 14492 uint32_t memTypeIndex, in AllocateMemoryOfType() 14635 uint32_t memTypeIndex, in AllocateDedicatedMemory() 14781 uint32_t memTypeIndex, in AllocateDedicatedMemoryPage() 14919 for(uint32_t memTypeIndex = 0, memTypeBit = 1; in FindMemoryTypeIndex() local 14952 uint32_t memTypeIndex, in CalcMemTypeParams() 15095 uint32_t memTypeIndex = UINT32_MAX; in AllocateMemory() local 15166 const uint32_t memTypeIndex = allocation->GetMemoryTypeIndex(); in FreeMemory() local [all …]
|
/aosp_15_r20/external/skia/vma_android/include/ |
H A D | vk_mem_alloc.h | 14108 for(uint32_t memTypeIndex = 0; memTypeIndex < GetMemoryTypeCount(); ++memTypeIndex) in VmaAllocator_T() local 14151 for(size_t memTypeIndex = GetMemoryTypeCount(); memTypeIndex--; ) in ~VmaAllocator_T() local 14408 VkDeviceSize VmaAllocator_T::CalcPreferredBlockSize(uint32_t memTypeIndex) in CalcPreferredBlockSize() 14425 uint32_t memTypeIndex, in AllocateMemoryOfType() 14567 uint32_t memTypeIndex, in AllocateDedicatedMemory() 14713 uint32_t memTypeIndex, in AllocateDedicatedMemoryPage() 14851 for(uint32_t memTypeIndex = 0, memTypeBit = 1; in FindMemoryTypeIndex() local 14884 uint32_t memTypeIndex, in CalcMemTypeParams() 15027 uint32_t memTypeIndex = UINT32_MAX; in AllocateMemory() local 15098 const uint32_t memTypeIndex = allocation->GetMemoryTypeIndex(); in FreeMemory() local [all …]
|
/aosp_15_r20/external/vulkan-validation-layers/layers/ |
H A D | vk_mem_alloc.h | 3592 for(Iterator memTypeIndex = beg; memTypeIndex < centerValue; ++memTypeIndex) in VmaQuickSortPartition() local 12457 const uint32_t memTypeIndex = m_MemoryTypeIndex; in AddStats() local 13331 const uint32_t memTypeIndex = hAlloc->GetMemoryTypeIndex(); in AddAllocations() local 13374 for(uint32_t memTypeIndex = 0; in Defragment() local 14073 for(uint32_t memTypeIndex = 0; memTypeIndex < GetMemoryTypeCount(); ++memTypeIndex) in VmaAllocator_T() local 14231 VkDeviceSize VmaAllocator_T::CalcPreferredBlockSize(uint32_t memTypeIndex) in CalcPreferredBlockSize() 14246 uint32_t memTypeIndex, in AllocateMemoryOfType() 14354 uint32_t memTypeIndex, in AllocateDedicatedMemory() 14454 uint32_t memTypeIndex, in AllocateDedicatedMemoryPage() 14632 uint32_t memTypeIndex = UINT32_MAX; in AllocateMemory() local [all …]
|
/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/src/ |
H A D | Tests.cpp | 1844 uint32_t memTypeIndex = UINT32_MAX; in TestDefragmentationSimple() local 2264 uint32_t memTypeIndex = UINT32_MAX; in TestDefragmentationAlgorithms() local 3721 uint32_t memTypeIndex = UINT32_MAX; in TestPoolsAndAllocationParameters() local 5155 uint32_t memTypeIndex; in TestPool_SameSize() local 6195 uint32_t memTypeIndex = UINT_MAX; in TestDeviceCoherentMemory() local 6472 uint32_t memTypeIndex = UINT32_MAX; in TestMapping() local 6623 volatile uint32_t memTypeIndex = UINT32_MAX; in TestMappingMultithreaded() local
|