/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 262 if (properties.memoryHeapCount > VK_MAX_MEMORY_HEAPS) in getPhysicalDeviceMemoryProperties() 266 << ", max " << VK_MAX_MEMORY_HEAPS << ")"; in getPhysicalDeviceMemoryProperties()
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 2457 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/ |
D | memory.txt | 480 * 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
|
D | memory.adoc | 480 * 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/ |
D | vulkan_sc_core.h | 121 #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/ |
D | vulkan.h | 107 #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/ |
D | vulkan_core.h | 104 #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/ |
D | radv_private.h | 897 uint64_t allocated_memory_size[VK_MAX_MEMORY_HEAPS];
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkStructTypes.inl | 188 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS]; 4543 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS]; 4544 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
|
D | vkBasicTypes.inl | 16 #define VK_MAX_MEMORY_HEAPS (static_cast<size_t> (16)) macro
|
D | vkVulkan_c.inl | 1198 #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/ |
D | vulkan_core.h | 133 #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/ |
D | anv_private.h | 1039 struct anv_memory_heap heaps[VK_MAX_MEMORY_HEAPS];
|
D | anv_device.c | 2821 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/ |
D | tu_device.c | 1459 for (unsigned i = 1; i < VK_MAX_MEMORY_HEAPS; i++) { in tu_GetPhysicalDeviceMemoryProperties2()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_core.h | 134 #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/ |
D | vulkan_core.h | 134 #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/ |
D | vulkan_core.h | 134 #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/ |
D | vn_protocol_driver_device.h | 731 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/ |
D | vktApiFeatureInfo.cpp | 2997 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/ |
D | vktApiFeatureInfo.cpp | 2997 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/ |
D | vulkan_core.h | 137 #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/ |
D | vulkan_core.h | 137 #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];
|
D | vulkan_hash.hpp | 8162 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/ |
D | vulkan_core.h | 109 #define VK_MAX_MEMORY_HEAPS 16 macro 1905 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
|