Home
last modified time | relevance | path

Searched refs:maxMemoryAllocationCount (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dmemory.adoc1081 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
Dlimits.adoc104 * [[limits-maxMemoryAllocationCount]] pname:maxMemoryAllocationCount is
4452 | code:uint32_t | pname:maxMemoryAllocationCount | -
4874 | pname:maxMemoryAllocationCount | - | 4096 | min
Ddevsandqueues.adoc1867 or equal to slink:VkPhysicalDeviceLimits::pname:maxMemoryAllocationCount
/hardware/google/gfxstream/scripts/print_gfx_logs/
Dvulkan_printer.py763maxMemoryAllocationCount = printer.write_int("maxMemoryAllocationCount", 4, indent, signed=False, …
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4410 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxMemoryAllocationCount ); in operator ()()
Dvulkan_hash.hpp8417 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceLimits.maxMemoryAllocationCount ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp754 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()
Dgoldfish_vk_reserved_marshaling_guest.cpp660 memcpy(*ptr, (uint32_t*)&forMarshaling->maxMemoryAllocationCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp817 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()
Dgoldfish_vk_reserved_marshaling.cpp651 memcpy((uint32_t*)&forUnmarshaling->maxMemoryAllocationCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceLimits()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h3083 uint32_t maxMemoryAllocationCount; member