Searched refs:memoryHeapCount (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/host/vulkan/ |
D | VkEmulatedPhysicalDeviceMemoryTests.cpp | 74 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()
|
D | VkEmulatedPhysicalDeviceMemory.cpp | 47 for (uint32_t i = 0; i < mHostMemoryProperties.memoryHeapCount; i++) { in EmulatedPhysicalDeviceMemoryProperties()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 524 * 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/ |
D | vulkansc_hash.hpp | 4624 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeapCount ); in operator ()()
|
D | vulkan_hash.hpp | 8709 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMemoryProperties.memoryHeapCount ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 1029 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 892 memcpy(*ptr, (uint32_t*)&forMarshaling->memoryHeapCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceMemoryProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 1092 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 882 memcpy((uint32_t*)&forUnmarshaling->memoryHeapCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceMemoryProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3185 uint32_t memoryHeapCount; member
|