Lines Matching refs:m_Algorithm
5838 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
5901 const uint32_t m_Algorithm; member
11283 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()
12406 VMA_ASSERT(m_Algorithm == 0); in IsBufferImageGranularityConflictPossible()