Home
last modified time | relevance | path

Searched refs:VK_MAX_MEMORY_HEAPS (Results 1 – 25 of 28) sorted by relevance

12

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp262 if (properties.memoryHeapCount > VK_MAX_MEMORY_HEAPS) in getPhysicalDeviceMemoryProperties()
266 << ", max " << VK_MAX_MEMORY_HEAPS << ")"; in getPhysicalDeviceMemoryProperties()
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h2457 VmaStatInfo memoryHeap[VK_MAX_MEMORY_HEAPS];
7613 VMA_ATOMIC_UINT64 m_BlockBytes[VK_MAX_MEMORY_HEAPS];
7614 VMA_ATOMIC_UINT64 m_AllocationBytes[VK_MAX_MEMORY_HEAPS];
7619 uint64_t m_VulkanUsage[VK_MAX_MEMORY_HEAPS];
7620 uint64_t m_VulkanBudget[VK_MAX_MEMORY_HEAPS];
7621 uint64_t m_BlockBytesAtBudgetFetch[VK_MAX_MEMORY_HEAPS];
7626 for(uint32_t heapIndex = 0; heapIndex < VK_MAX_MEMORY_HEAPS; ++heapIndex) in VmaCurrentBudgetData()
16492 for(size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i) in CalculateStats()
17608 VmaBudget budget[VK_MAX_MEMORY_HEAPS]; in vmaBuildStatsString()
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dmemory.txt480 * pname:memoryHeaps is an array of ename:VK_MAX_MEMORY_HEAPS
498 than or equal to ename:VK_MAX_MEMORY_HEAPS.
701 [open,refpage='VK_MAX_MEMORY_HEAPS',desc='Length of an array of memory heaps',type='consts']
703 ename:VK_MAX_MEMORY_HEAPS is the length of an array of slink:VkMemoryHeap
707 include::{generated}/api/enums/VK_MAX_MEMORY_HEAPS.txt[]
915 * pname:heapBudget is an array of ename:VK_MAX_MEMORY_HEAPS
922 * pname:heapUsage is an array of ename:VK_MAX_MEMORY_HEAPS
Dmemory.adoc480 * pname:memoryHeaps is an array of ename:VK_MAX_MEMORY_HEAPS
498 than or equal to ename:VK_MAX_MEMORY_HEAPS.
701 [open,refpage='VK_MAX_MEMORY_HEAPS',desc='Length of an array of memory heaps',type='consts']
703 ename:VK_MAX_MEMORY_HEAPS is the length of an array of slink:VkMemoryHeap
707 include::{generated}/api/enums/VK_MAX_MEMORY_HEAPS.adoc[]
915 * pname:heapBudget is an array of ename:VK_MAX_MEMORY_HEAPS
922 * pname:heapUsage is an array of ename:VK_MAX_MEMORY_HEAPS
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h121 #define VK_MAX_MEMORY_HEAPS 16U macro
1909 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
7293 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
7294 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/flutter/glfw/deps/vulkan/
Dvulkan.h107 #define VK_MAX_MEMORY_HEAPS 16 macro
1411 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h104 #define VK_MAX_MEMORY_HEAPS 16 macro
2109 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
9237 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
9238 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/mesa3d/src/amd/vulkan/
Dradv_private.h897 uint64_t allocated_memory_size[VK_MAX_MEMORY_HEAPS];
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkStructTypes.inl188 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
4543 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
4544 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
DvkBasicTypes.inl16 #define VK_MAX_MEMORY_HEAPS (static_cast<size_t> (16)) macro
DvkVulkan_c.inl1198 #define VK_MAX_MEMORY_HEAPS 16U macro
4118 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
14033 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
14034 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h133 #define VK_MAX_MEMORY_HEAPS 16U macro
2656 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
10982 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
10983 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/mesa3d/src/intel/vulkan/
Danv_private.h1039 struct anv_memory_heap heaps[VK_MAX_MEMORY_HEAPS];
Danv_device.c2821 for (uint32_t i = device->memory.heap_count; i < VK_MAX_MEMORY_HEAPS; i++) { in anv_get_memory_budget()
/third_party/mesa3d/src/freedreno/vulkan/
Dtu_device.c1459 for (unsigned i = 1; i < VK_MAX_MEMORY_HEAPS; i++) { in tu_GetPhysicalDeviceMemoryProperties2()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan_core.h134 #define VK_MAX_MEMORY_HEAPS 16U macro
2749 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
11387 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
11388 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/
Dvulkan_core.h134 #define VK_MAX_MEMORY_HEAPS 16U macro
2805 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
11555 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
11556 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
Dvulkan_core.h134 #define VK_MAX_MEMORY_HEAPS 16U macro
2798 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
11547 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
11548 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_device.h731 size += vn_sizeof_array_size(VK_MAX_MEMORY_HEAPS); in vn_sizeof_VkPhysicalDeviceMemoryProperties()
732 for (uint32_t i = 0; i < VK_MAX_MEMORY_HEAPS; i++) in vn_sizeof_VkPhysicalDeviceMemoryProperties()
748 const uint32_t iter_count = vn_decode_array_size(dec, VK_MAX_MEMORY_HEAPS); in vn_decode_VkPhysicalDeviceMemoryProperties()
763 size += vn_sizeof_array_size(VK_MAX_MEMORY_HEAPS); in vn_sizeof_VkPhysicalDeviceMemoryProperties_partial()
764 for (uint32_t i = 0; i < VK_MAX_MEMORY_HEAPS; i++) in vn_sizeof_VkPhysicalDeviceMemoryProperties_partial()
777 vn_encode_array_size(enc, VK_MAX_MEMORY_HEAPS); in vn_encode_VkPhysicalDeviceMemoryProperties_partial()
778 for (uint32_t i = 0; i < VK_MAX_MEMORY_HEAPS; i++) in vn_encode_VkPhysicalDeviceMemoryProperties_partial()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiFeatureInfo.cpp2997 if (memProps->memoryHeapCount >= VK_MAX_MEMORY_HEAPS) in deviceMemoryProperties()
2999 … << "deviceMemoryProperties - HeapCount larger than " << (deUint32)VK_MAX_MEMORY_HEAPS << TestLog:… in deviceMemoryProperties()
3303 for (deUint32 i = memProps.memoryProperties.memoryHeapCount; i < VK_MAX_MEMORY_HEAPS; ++i) in deviceMemoryBudgetProperties()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiFeatureInfo.cpp2997 if (memProps->memoryHeapCount >= VK_MAX_MEMORY_HEAPS) in deviceMemoryProperties()
2999 … << "deviceMemoryProperties - HeapCount larger than " << (deUint32)VK_MAX_MEMORY_HEAPS << TestLog:… in deviceMemoryProperties()
3303 for (deUint32 i = memProps.memoryProperties.memoryHeapCount; i < VK_MAX_MEMORY_HEAPS; ++i) in deviceMemoryBudgetProperties()
/third_party/mesa3d/include/vulkan/
Dvulkan_core.h137 #define VK_MAX_MEMORY_HEAPS 16U macro
3013 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
12457 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
12458 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/vulkan-headers/include/vulkan/
Dvulkan_core.h137 #define VK_MAX_MEMORY_HEAPS 16U macro
3122 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
12585 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
12586 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
Dvulkan_hash.hpp8162 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
8166 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
8200 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
/third_party/flutter/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h109 #define VK_MAX_MEMORY_HEAPS 16 macro
1905 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];

12