Searched refs:memoryHeap (Results 1 – 8 of 8) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiBufferTests.cpp | 233 const VkMemoryHeap memoryHeap = memoryProperties.memoryHeaps[memoryType.heapIndex]; in bufferCreateAndAllocTest() local 242 const VkDeviceSize availableBufferSize = getMaxBufferSize(memoryHeap.size, in bufferCreateAndAllocTest() 454 const VkMemoryHeap memoryHeap = memoryProperties.memoryHeaps[memoryType.heapIndex]; in bufferCreateAndAllocTest() local 463 const VkDeviceSize maxBufferSize = getMaxBufferSize(memoryHeap.size, in bufferCreateAndAllocTest()
|
/external/deqp/external/vulkancts/modules/vulkan/memory/ |
D | vktMemoryAllocationTests.cpp | 344 const VkMemoryHeap memoryHeap = m_memoryProperties.memoryHeaps[memoryType.heapIndex]; in iterate() local 348 …ize ? *m_config.memorySize : (VkDeviceSize) (*m_config.memoryPercentage * (float) memoryHeap.size); in iterate() 366 …g.memorySize ? memReqs.size : (VkDeviceSize)(*m_config.memoryPercentage * (float)memoryHeap.size)); in iterate() 383 log << TestLog::Message << "Memory heap: " << memoryHeap << TestLog::EndMessage; in iterate() 385 if (roundedUpAllocationSize * m_config.memoryAllocationCount > memoryHeap.size) in iterate()
|
D | vktMemoryMappingTests.cpp | 622 const VkMemoryHeap& memoryHeap = memoryProperties.memoryHeaps[memoryType.heapIndex]; in testMemoryMapping() local 635 while (memoryHeap.size <= 4 * max) in testMemoryMapping() 672 log << TestLog::Message << "MemoryHeap: " << memoryHeap << TestLog::EndMessage; in testMemoryMapping() 717 else if (memoryHeap.size <= 4 * allocationSize) in testMemoryMapping()
|
/external/angle/third_party/vulkan_memory_allocator/src/VmaReplay/ |
D | VmaReplay.cpp | 789 MemStatInfo memoryHeap[VK_MAX_MEMORY_HEAPS]; member 934 const MemStatInfo& info = m_PeakMemStats.memoryHeap[i]; in PrintMemStats() 1010 UpdateMemStatInfo(m_PeakMemStats.memoryHeap[i], currStats.memoryHeap[i]); in UpdateMemStats() 3012 PrintStatInfo(stats.memoryHeap[i]); in PrintStats()
|
/external/skqp/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 1316 VmaStatInfo memoryHeap[VK_MAX_MEMORY_HEAPS]; member 7088 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in AddStats() 7947 InitStatInfo(pStats->memoryHeap[i]); in CalculateStats() 7979 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in CalculateStats() 7988 VmaPostprocessCalcStatInfo(pStats->memoryHeap[i]); in CalculateStats() 8678 if(stats.memoryHeap[heapIndex].blockCount > 0) in vmaBuildStatsString() 8681 VmaPrintStatInfo(json, stats.memoryHeap[heapIndex]); in vmaBuildStatsString()
|
/external/vulkan-validation-layers/layers/ |
D | vk_mem_alloc.h | 1937 VmaStatInfo memoryHeap[VK_MAX_MEMORY_HEAPS]; member 12471 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in AddStats() 14796 InitStatInfo(pStats->memoryHeap[i]); in CalculateStats() 14828 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in CalculateStats() 14837 VmaPostprocessCalcStatInfo(pStats->memoryHeap[i]); in CalculateStats() 15609 if(stats.memoryHeap[heapIndex].blockCount > 0) in vmaBuildStatsString() 15612 VmaPrintStatInfo(json, stats.memoryHeap[heapIndex]); in vmaBuildStatsString()
|
/external/angle/third_party/vulkan_memory_allocator/src/ |
D | vk_mem_alloc.h | 2453 VmaStatInfo memoryHeap[VK_MAX_MEMORY_HEAPS]; member 13760 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in AddStats() 16522 InitStatInfo(pStats->memoryHeap[i]); in CalculateStats() 16554 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in CalculateStats() 16563 VmaPostprocessCalcStatInfo(pStats->memoryHeap[i]); in CalculateStats() 17678 if(stats.memoryHeap[heapIndex].blockCount > 0) in vmaBuildStatsString() 17681 VmaPrintStatInfo(json, stats.memoryHeap[heapIndex]); in vmaBuildStatsString()
|
/external/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2457 VmaStatInfo memoryHeap[VK_MAX_MEMORY_HEAPS]; member 13742 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in AddStats() 16493 InitStatInfo(pStats->memoryHeap[i]); in CalculateStats() 16525 VmaAddStatInfo(pStats->memoryHeap[memHeapIndex], allocationStatInfo); in CalculateStats() 16534 VmaPostprocessCalcStatInfo(pStats->memoryHeap[i]); in CalculateStats() 17649 if(stats.memoryHeap[heapIndex].blockCount > 0) in vmaBuildStatsString() 17652 VmaPrintStatInfo(json, stats.memoryHeap[heapIndex]); in vmaBuildStatsString()
|