Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/third_party/vulkan_memory_allocator/include/
H A Dvk_mem_alloc.h10914 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
10955 const uint32_t m_Algorithm; variable
11067 uint32_t m_Algorithm; member
12327 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 …]
/aosp_15_r20/external/skia/vma_android/include/
H A Dvk_mem_alloc.h10890 uint32_t GetAlgorithm() const { return m_Algorithm; } in GetAlgorithm()
10931 const uint32_t m_Algorithm; variable
11041 uint32_t m_Algorithm; member
12288 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 …]
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A 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 …]