Home
last modified time | relevance | path

Searched refs:m_MemProps (Results 1 – 5 of 5) sorted by relevance

/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/
DVmaReplay.cpp1105 VkPhysicalDeviceMemoryProperties m_MemProps; member in ConfigurationParser
1130 ZeroMemory(&m_MemProps, sizeof(m_MemProps)); in ConfigurationParser()
1268 m_MemProps.memoryHeapCount = value; in Parse()
1273 m_MemProps.memoryTypeCount = value; in Parse()
1277 value < m_MemProps.memoryHeapCount) in Parse()
1280 StrRangeToUint(csvSplit.GetRange(4), m_MemProps.memoryHeaps[value].size)) in Parse()
1285 StrRangeToUint(csvSplit.GetRange(4), m_MemProps.memoryHeaps[value].flags)) in Parse()
1294 value < m_MemProps.memoryTypeCount) in Parse()
1297 StrRangeToUint(csvSplit.GetRange(4), m_MemProps.memoryTypes[value].heapIndex)) in Parse()
1302 … StrRangeToUint(csvSplit.GetRange(4), m_MemProps.memoryTypes[value].propertyFlags)) in Parse()
[all …]
/external/skqp/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h4394 VkPhysicalDeviceMemoryProperties m_MemProps; member
4423 uint32_t GetMemoryHeapCount() const { return m_MemProps.memoryHeapCount; } in GetMemoryHeapCount()
4424 uint32_t GetMemoryTypeCount() const { return m_MemProps.memoryTypeCount; } in GetMemoryTypeCount()
4428 VMA_ASSERT(memTypeIndex < m_MemProps.memoryTypeCount); in MemoryTypeIndexToHeapIndex()
4429 return m_MemProps.memoryTypes[memTypeIndex].heapIndex; in MemoryTypeIndexToHeapIndex()
7391 memset(&m_MemProps, 0, sizeof(m_MemProps)); in VmaAllocator_T()
7411 (*m_VulkanFunctions.vkGetPhysicalDeviceMemoryProperties)(m_PhysicalDevice, &m_MemProps); in VmaAllocator_T()
7424 if(limit < m_MemProps.memoryHeaps[heapIndex].size) in VmaAllocator_T()
7426 m_MemProps.memoryHeaps[heapIndex].size = limit; in VmaAllocator_T()
7539 const VkDeviceSize heapSize = m_MemProps.memoryHeaps[heapIndex].size; in CalcPreferredBlockSize()
[all …]
/external/angle/third_party/vulkan_memory_allocator/src/
Dvk_mem_alloc.h7702 VkPhysicalDeviceMemoryProperties m_MemProps; member
7736 uint32_t GetMemoryHeapCount() const { return m_MemProps.memoryHeapCount; } in GetMemoryHeapCount()
7737 uint32_t GetMemoryTypeCount() const { return m_MemProps.memoryTypeCount; } in GetMemoryTypeCount()
7741 VMA_ASSERT(memTypeIndex < m_MemProps.memoryTypeCount); in MemoryTypeIndexToHeapIndex()
7742 return m_MemProps.memoryTypes[memTypeIndex].heapIndex; in MemoryTypeIndexToHeapIndex()
7747 …return (m_MemProps.memoryTypes[memTypeIndex].propertyFlags & (VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT … in IsMemoryTypeNonCoherent()
12509 …(m_hAllocator->m_MemProps.memoryTypes[m_MemoryTypeIndex].propertyFlags & requiredMemFlags) == requ… in IsCorruptionDetectionEnabled()
13494 m_hAllocator->m_MemProps.memoryTypes[m_MemoryTypeIndex].propertyFlags; in Defragment()
14548 for(size_t i = m_hAllocator->m_MemProps.memoryTypeCount; i--; ) in ~VmaDefragmentationContext_T()
15575 memset(&m_MemProps, 0, sizeof(m_MemProps)); in VmaAllocator_T()
[all …]
/external/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7683 VkPhysicalDeviceMemoryProperties m_MemProps; member
7717 uint32_t GetMemoryHeapCount() const { return m_MemProps.memoryHeapCount; } in GetMemoryHeapCount()
7718 uint32_t GetMemoryTypeCount() const { return m_MemProps.memoryTypeCount; } in GetMemoryTypeCount()
7722 VMA_ASSERT(memTypeIndex < m_MemProps.memoryTypeCount); in MemoryTypeIndexToHeapIndex()
7723 return m_MemProps.memoryTypes[memTypeIndex].heapIndex; in MemoryTypeIndexToHeapIndex()
7728 …return (m_MemProps.memoryTypes[memTypeIndex].propertyFlags & (VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT … in IsMemoryTypeNonCoherent()
12491 …(m_hAllocator->m_MemProps.memoryTypes[m_MemoryTypeIndex].propertyFlags & requiredMemFlags) == requ… in IsCorruptionDetectionEnabled()
13476 m_hAllocator->m_MemProps.memoryTypes[m_MemoryTypeIndex].propertyFlags; in Defragment()
14530 for(size_t i = m_hAllocator->m_MemProps.memoryTypeCount; i--; ) in ~VmaDefragmentationContext_T()
15557 memset(&m_MemProps, 0, sizeof(m_MemProps)); in VmaAllocator_T()
[all …]
/external/vulkan-validation-layers/layers/
Dvk_mem_alloc.h6569 VkPhysicalDeviceMemoryProperties m_MemProps; member
6599 uint32_t GetMemoryHeapCount() const { return m_MemProps.memoryHeapCount; } in GetMemoryHeapCount()
6600 uint32_t GetMemoryTypeCount() const { return m_MemProps.memoryTypeCount; } in GetMemoryTypeCount()
6604 VMA_ASSERT(memTypeIndex < m_MemProps.memoryTypeCount); in MemoryTypeIndexToHeapIndex()
6605 return m_MemProps.memoryTypes[memTypeIndex].heapIndex; in MemoryTypeIndexToHeapIndex()
6610 …return (m_MemProps.memoryTypes[memTypeIndex].propertyFlags & (VK_MEMORY_PROPERTY_HOST_VISIBLE_BIT … in IsMemoryTypeNonCoherent()
11339 …(m_hAllocator->m_MemProps.memoryTypes[m_MemoryTypeIndex].propertyFlags & requiredMemFlags) == requ… in IsCorruptionDetectionEnabled()
12281 m_hAllocator->m_MemProps.memoryTypes[m_MemoryTypeIndex].propertyFlags; in Defragment()
13237 for(size_t i = m_hAllocator->m_MemProps.memoryTypeCount; i--; ) in ~VmaDefragmentationContext_T()
14028 memset(&m_MemProps, 0, sizeof(m_MemProps)); in VmaAllocator_T()
[all …]