Searched refs:m_Algorithm (Results 1 – 3 of 3) sorted by relevance
10914 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()10955 const uint32_t m_Algorithm; variable11067 uint32_t m_Algorithm; member12327 m_Algorithm(algorithm), in VmaBlockVector()12395 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()12473 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()12485 if (m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()12757 if (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()12914 m_Algorithm, in CreateBlock()12997 m_Algorithm = info.flags & VMA_DEFRAGMENTATION_FLAG_ALGORITHM_MASK; in VmaDefragmentationContext_T()[all …]
10890 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()10931 const uint32_t m_Algorithm; variable11041 uint32_t m_Algorithm; member12288 m_Algorithm(algorithm), in VmaBlockVector()12356 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()12434 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()12446 if (m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()12718 if (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()12875 m_Algorithm, in CreateBlock()12956 m_Algorithm = info.flags & VMA_DEFRAGMENTATION_FLAG_ALGORITHM_MASK; in VmaDefragmentationContext_T()[all …]
5838 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()5901 const uint32_t m_Algorithm; member11283 m_Algorithm(algorithm), in VmaBlockVector()11409 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()11416 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()11452 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()11859 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()11970 m_Algorithm); in CreateBlock()12242 if(m_Algorithm != 0) in PrintDetailedMap()12245 json.WriteString(VmaAlgorithmToStr(m_Algorithm)); in PrintDetailedMap()[all …]