Home
last modified time | relevance | path

Searched refs:VK_MAX_MEMORY_HEAPS (Results 1 - 22 of 22) sorted by relevance

/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
H A DvkQueryUtil.cpp264 if (properties.memoryHeapCount > VK_MAX_MEMORY_HEAPS) in getPhysicalDeviceMemoryProperties()
268 << ", max " << VK_MAX_MEMORY_HEAPS << ")"; in getPhysicalDeviceMemoryProperties()
/third_party/skia/third_party/vulkanmemoryallocator/include/
H A Dvk_mem_alloc.h2458 VmaStatInfo memoryHeap[VK_MAX_MEMORY_HEAPS];
7682 VMA_ATOMIC_UINT64 m_BlockBytes[VK_MAX_MEMORY_HEAPS];
7683 VMA_ATOMIC_UINT64 m_AllocationBytes[VK_MAX_MEMORY_HEAPS];
7688 uint64_t m_VulkanUsage[VK_MAX_MEMORY_HEAPS];
7689 uint64_t m_VulkanBudget[VK_MAX_MEMORY_HEAPS];
7690 uint64_t m_BlockBytesAtBudgetFetch[VK_MAX_MEMORY_HEAPS];
7695 for(uint32_t heapIndex = 0; heapIndex < VK_MAX_MEMORY_HEAPS; ++heapIndex) in VmaCurrentBudgetData()
16828 for(size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i)
17965 VmaBudget budget[VK_MAX_MEMORY_HEAPS];
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h121 #define VK_MAX_MEMORY_HEAPS 16U macro
1929 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
7322 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
7323 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/third_party/skia/include/third_party/vulkan/vulkan/
H A 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/vk-gl-cts/external/vulkancts/framework/vulkan/generated/vulkansc/
H A Dvulkan_json_data.hpp7604 for (unsigned int i = 0; i < VK_MAX_MEMORY_HEAPS; i++) { in print_VkPhysicalDeviceMemoryProperties()
7605 bool isCommaNeeded = (i+1) != VK_MAX_MEMORY_HEAPS; in print_VkPhysicalDeviceMemoryProperties()
7642 for (unsigned int i = 0; i < VK_MAX_MEMORY_HEAPS; i++) { in print_VkPhysicalDeviceMemoryProperties()
7643 bool isCommaNeeded = (i+1) != VK_MAX_MEMORY_HEAPS; in print_VkPhysicalDeviceMemoryProperties()
[all...]
/third_party/mesa3d/src/freedreno/vulkan/
H A Dtu_device.c1459 for (unsigned i = 1; i < VK_MAX_MEMORY_HEAPS; i++) { in tu_GetPhysicalDeviceMemoryProperties2()
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_private.h897 uint64_t allocated_memory_size[VK_MAX_MEMORY_HEAPS];
H A Dradv_device.c2782 for (uint32_t i = memory_properties->memoryHeapCount; i < VK_MAX_MEMORY_HEAPS; i++) { in radv_get_memory_budget_properties()
/third_party/mesa3d/src/intel/vulkan/
H A Danv_private.h1039 struct anv_memory_heap heaps[VK_MAX_MEMORY_HEAPS];
H A 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/virtio/venus-protocol/
H A 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/
H A DvktApiFeatureInfo.cpp2972 if (memProps->memoryHeapCount >= VK_MAX_MEMORY_HEAPS) in deviceMemoryProperties()
2974 log << TestLog::Message << "deviceMemoryProperties - HeapCount larger than " << (deUint32)VK_MAX_MEMORY_HEAPS << TestLog::EndMessage; in deviceMemoryProperties()
3278 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/
H A DvktApiFeatureInfo.cpp2997 if (memProps->memoryHeapCount >= VK_MAX_MEMORY_HEAPS) in deviceMemoryProperties()
2999 log << TestLog::Message << "deviceMemoryProperties - HeapCount larger than " << (deUint32)VK_MAX_MEMORY_HEAPS << TestLog::EndMessage; in deviceMemoryProperties()
3303 for (deUint32 i = memProps.memoryProperties.memoryHeapCount; i < VK_MAX_MEMORY_HEAPS; ++i) in deviceMemoryBudgetProperties()
/third_party/mesa3d/include/vulkan/
H A 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/skia/third_party/externals/swiftshader/include/vulkan/
H A 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];
H A Dvulkan_structs.hpp[all...]
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A 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/glfw/deps/glad/
H A Dvulkan.h180 #define VK_MAX_MEMORY_HEAPS 16 macro
4840 VkMemoryHeap memoryHeaps [ VK_MAX_MEMORY_HEAPS ];
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_core.h138 #define VK_MAX_MEMORY_HEAPS 16U macro
3163 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
14366 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
14367 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
H A Dvulkan_hash.hpp9680 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i )
9684 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i )
9747 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i )
H A Dvulkan_structs.hpp[all...]
H A Dvulkan.hpp6789 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxMemoryHeaps = VK_MAX_MEMORY_HEAPS;

Completed in 593 milliseconds