Home
last modified time | relevance | path

Searched refs:m_MapCount (Results 1 – 3 of 3) sorted by relevance

/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h4940 m_MapCount(0), in VmaAllocation_T()
4951 …VMA_ASSERT((m_MapCount & ~MAP_COUNT_FLAG_PERSISTENT_MAP) == 0 && "Allocation was not unmapped befo… in ~VmaAllocation_T()
4972 m_MapCount = mapped ? MAP_COUNT_FLAG_PERSISTENT_MAP : 0; in InitBlockAllocation()
5013 m_MapCount = (pMappedData != VMA_NULL) ? MAP_COUNT_FLAG_PERSISTENT_MAP : 0; in InitDedicatedAllocation()
5035 bool IsPersistentMap() const { return (m_MapCount & MAP_COUNT_FLAG_PERSISTENT_MAP) != 0; } in IsPersistentMap()
5098 uint8_t m_MapCount; member
5734 …VMA_ASSERT(m_MapCount == 0 && "VkDeviceMemory block is being destroyed while it is still mapped."); in ~VmaDeviceMemoryBlock()
5786 uint32_t m_MapCount; variable
7197 uint32_t mapRefCount = m_MapCount & ~MAP_COUNT_FLAG_PERSISTENT_MAP; in ChangeBlockAllocation()
7267 if(m_MapCount != 0) in GetMappedData()
[all …]
/external/skia/vma_android/include/
Dvk_mem_alloc.h5909 uint32_t GetMapRefCount() const { return m_MapCount; } in GetMapRefCount()
5953 uint32_t m_MapCount; variable
6064 uint8_t m_MapCount; member
11712 m_MapCount(0), in VmaDeviceMemoryBlock()
11717 …VMA_ASSERT(m_MapCount == 0 && "VkDeviceMemory block is being destroyed while it is still mapped."); in ~VmaDeviceMemoryBlock()
11776 if (m_MapCount == 0) in PostFree()
11816 const uint32_t oldTotalMapCount = m_MapCount + m_MappingHysteresis.GetExtraMapping(); in Map()
11820 m_MapCount += count; in Map()
11843 m_MapCount = count; in Map()
11857 if (m_MapCount >= count) in Unmap()
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h5970 uint32_t GetMapRefCount() const { return m_MapCount; } in GetMapRefCount()
6014 uint32_t m_MapCount; variable
6125 uint8_t m_MapCount; member
11742 m_MapCount(0), in VmaDeviceMemoryBlock()
11747 …VMA_ASSERT(m_MapCount == 0 && "VkDeviceMemory block is being destroyed while it is still mapped."); in ~VmaDeviceMemoryBlock()
11815 if (m_MapCount == 0) in PostFree()
11855 const uint32_t oldTotalMapCount = m_MapCount + m_MappingHysteresis.GetExtraMapping(); in Map()
11859 m_MapCount += count; in Map()
11882 m_MapCount = count; in Map()
11896 if (m_MapCount >= count) in Unmap()
[all …]