Home
last modified time | relevance | path

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

/external/skia/vma_android/include/
Dvk_mem_alloc.h10928 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
10969 const uint32_t m_Algorithm; variable
11079 uint32_t m_Algorithm; member
12326 m_Algorithm(algorithm), in VmaBlockVector()
12394 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()
12472 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()
12484 if (m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
12756 if (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
12913 m_Algorithm, in CreateBlock()
12994 m_Algorithm = info.flags & VMA_DEFRAGMENTATION_FLAG_ALGORITHM_MASK; in VmaDefragmentationContext_T()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h5838 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()
[all …]
/external/angle/third_party/vulkan_memory_allocator/include/
Dvk_mem_alloc.h5767 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
5837 const uint32_t m_Algorithm; member
11540 m_Algorithm(algorithm), in VmaBlockVector()
11605 (m_Algorithm == 0 || m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) && in IsCorruptionDetectionEnabled()
11696 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT && m_MaxBlockCount > 1) in AllocatePage()
11703 (m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT || m_MaxBlockCount > 1)) in AllocatePage()
11739 if(m_Algorithm == VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in AllocatePage()
12146 if(m_Algorithm != VMA_POOL_CREATE_LINEAR_ALGORITHM_BIT) in IncrementallySortBlocks()
12284 m_Algorithm); in CreateBlock()
12578 if(m_Algorithm != 0) in PrintDetailedMap()
[all …]