Searched refs:maxMemoryAllocationCount (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | memory.adoc | 1081 The <<limits-maxMemoryAllocationCount, pname:maxMemoryAllocationCount>> 1089 For historical reasons, if pname:maxMemoryAllocationCount is exceeded, some 1185 * [[VUID-vkAllocateMemory-maxMemoryAllocationCount-04101]] 1187 sname:VkPhysicalDeviceLimits::pname:maxMemoryAllocationCount device 1293 * slink:VkPhysicalDeviceMaintenance3Properties::pname:maxMemoryAllocationCount
|
D | limits.adoc | 104 * [[limits-maxMemoryAllocationCount]] pname:maxMemoryAllocationCount is 4452 | code:uint32_t | pname:maxMemoryAllocationCount | - 4874 | pname:maxMemoryAllocationCount | - | 4096 | min
|
D | devsandqueues.adoc | 1867 or equal to slink:VkPhysicalDeviceLimits::pname:maxMemoryAllocationCount
|
/hardware/google/gfxstream/scripts/print_gfx_logs/ |
D | vulkan_printer.py | 763 …maxMemoryAllocationCount = printer.write_int("maxMemoryAllocationCount", 4, indent, signed=False, …
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4410 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxMemoryAllocationCount ); in operator ()()
|
D | vulkan_hash.hpp | 8417 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxMemoryAllocationCount ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 754 vkStream->write((uint32_t*)&forMarshaling->maxMemoryAllocationCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 894 vkStream->read((uint32_t*)&forUnmarshaling->maxMemoryAllocationCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 660 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMemoryAllocationCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 817 vkStream->write((uint32_t*)&forMarshaling->maxMemoryAllocationCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceLimits() 957 vkStream->read((uint32_t*)&forUnmarshaling->maxMemoryAllocationCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceLimits()
|
D | goldfish_vk_reserved_marshaling.cpp | 651 memcpy((uint32_t*)&forUnmarshaling->maxMemoryAllocationCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 3083 uint32_t maxMemoryAllocationCount; member
|