Home
last modified time | relevance | path

Searched refs:memoryHeapCount (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/host/vulkan/
DVkEmulatedPhysicalDeviceMemoryTests.cpp74 Field("memoryHeapCount", &VkPhysicalDeviceMemoryProperties::memoryHeapCount,
75 Eq(expected.memoryHeapCount)),
95 .memoryHeapCount = 2, in TEST()
132 .memoryHeapCount = 2, in TEST()
171 .memoryHeapCount = 2, in TEST()
211 .memoryHeapCount = 2, in TEST()
243 .memoryHeapCount = 2, in TEST()
DVkEmulatedPhysicalDeviceMemory.cpp47 for (uint32_t i = 0; i < mHostMemoryProperties.memoryHeapCount; i++) { in EmulatedPhysicalDeviceMemoryProperties()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc524 * pname:memoryHeapCount is the number of valid elements in the
543 The number of memory heaps is given by pname:memoryHeapCount and is less
880 to, and must: be less than pname:memoryHeapCount from the
1003 slink:VkPhysicalDeviceMemoryProperties::pname:memoryHeapCount.
1005 slink:VkPhysicalDeviceMemoryProperties::pname:memoryHeapCount.
4394 pname:heapIndex must: be less than pname:memoryHeapCount
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4624 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeapCount ); in operator ()()
Dvulkan_hash.hpp8709 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeapCount ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp1029 vkStream->write((uint32_t*)&forMarshaling->memoryHeapCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMemoryProperties()
1044 vkStream->read((uint32_t*)&forUnmarshaling->memoryHeapCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp892 memcpy(*ptr, (uint32_t*)&forMarshaling->memoryHeapCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMemoryProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp1092 vkStream->write((uint32_t*)&forMarshaling->memoryHeapCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceMemoryProperties()
1106 vkStream->read((uint32_t*)&forUnmarshaling->memoryHeapCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceMemoryProperties()
Dgoldfish_vk_reserved_marshaling.cpp882 memcpy((uint32_t*)&forUnmarshaling->memoryHeapCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMemoryProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3185 uint32_t memoryHeapCount; member