Searched refs:m_MapCount (Results 1 – 3 of 3) sorted by relevance
4940 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; member5734 …VMA_ASSERT(m_MapCount == 0 && "VkDeviceMemory block is being destroyed while it is still mapped."); in ~VmaDeviceMemoryBlock()5786 uint32_t m_MapCount; variable7197 uint32_t mapRefCount = m_MapCount & ~MAP_COUNT_FLAG_PERSISTENT_MAP; in ChangeBlockAllocation()7267 if(m_MapCount != 0) in GetMappedData()[all …]
5909 uint32_t GetMapRefCount() const { return m_MapCount; } in GetMapRefCount()5953 uint32_t m_MapCount; variable6064 uint8_t m_MapCount; member11712 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 …]
5970 uint32_t GetMapRefCount() const { return m_MapCount; } in GetMapRefCount()6014 uint32_t m_MapCount; variable6125 uint8_t m_MapCount; member11742 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 …]