Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemoryTests.cpp60 for (uint32_t i = 0; i < VK_MAX_MEMORY_HEAPS; i++) {
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc526 * pname:memoryHeaps is an array of ename:VK_MAX_MEMORY_HEAPS
544 than or equal to ename:VK_MAX_MEMORY_HEAPS.
747 [open,refpage='VK_MAX_MEMORY_HEAPS',desc='Length of an array of memory heaps',type='consts']
749 ename:VK_MAX_MEMORY_HEAPS is the length of an array of slink:VkMemoryHeap
753 include::{generated}/api/enums/VK_MAX_MEMORY_HEAPS.adoc[]
987 * pname:heapBudget is an array of ename:VK_MAX_MEMORY_HEAPS
994 * pname:heapUsage is an array of ename:VK_MAX_MEMORY_HEAPS
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4602 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
4606 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
4625 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
Dvulkan_hash.hpp8650 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
8654 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
8710 for ( size_t i = 0; i < VK_MAX_MEMORY_HEAPS; ++i ) in operator ()()
Dvulkansc.hpp3731 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxMemoryHeaps = VK_MAX_MEMORY_HEAPS;
Dvulkan.hpp6182 VULKAN_HPP_CONSTEXPR_INLINE uint32_t MaxMemoryHeaps = VK_MAX_MEMORY_HEAPS;
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h138 #define VK_MAX_MEMORY_HEAPS 16U macro
3186 VkMemoryHeap memoryHeaps[VK_MAX_MEMORY_HEAPS];
13606 VkDeviceSize heapBudget[VK_MAX_MEMORY_HEAPS];
13607 VkDeviceSize heapUsage[VK_MAX_MEMORY_HEAPS];
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp392 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in transform_tohost_VkPhysicalDeviceMemoryProperties()
406 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in transform_fromhost_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_counting_guest.cpp578 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in count_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_marshaling_guest.cpp1030 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in marshal_VkPhysicalDeviceMemoryProperties()
1045 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in unmarshal_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_deepcopy_guest.cpp371 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in deepcopy_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp894 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in reservedmarshal_VkPhysicalDeviceMemoryProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp393 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in transform_tohost_VkPhysicalDeviceMemoryProperties()
407 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in transform_fromhost_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_deepcopy.cpp371 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in deepcopy_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_marshaling.cpp1093 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in marshal_VkPhysicalDeviceMemoryProperties()
1107 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in unmarshal_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_reserved_marshaling.cpp884 for (uint32_t i = 0; i < (uint32_t)VK_MAX_MEMORY_HEAPS; ++i) { in reservedunmarshal_VkPhysicalDeviceMemoryProperties()