Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c859 CORE_PROPERTY(maxMemoryAllocationSize); in vk_get_physical_device_core_1_1_property_ext()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4566 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxMemoryAllocationSize ); in operator ()()
5366 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMemoryAllocationSize ); in operator ()()
Dvulkan_hash.hpp8585 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxMemoryAllocationSize ); in operator ()()
10608 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMemoryAllocationSize ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1624 * [[{anchor-prefix}limits-maxMemoryAllocationSize]]
1625 pname:maxMemoryAllocationSize is the maximum size of a memory allocation
5019 | pname:maxMemoryAllocationSize | - | 2^30^ | min
Dmemory.adoc1123 slink:VkPhysicalDeviceMaintenance3Properties::pname:maxMemoryAllocationSize.
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp6321 vkStream->write((VkDeviceSize*)&forMarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceMaintenance3Properties()
6334 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceMaintenance3Properties()
6459 vkStream->write((VkDeviceSize*)&forMarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceVulkan11Properties()
6489 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp4345 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in reservedmarshal_VkPhysicalDeviceMaintenance3Properties()
4461 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in reservedmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp7652 vkStream->write((VkDeviceSize*)&forMarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceMaintenance3Properties()
7677 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceMaintenance3Properties()
7837 vkStream->write((VkDeviceSize*)&forMarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceVulkan11Properties()
7879 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxMemoryAllocationSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceVulkan11Properties()
Dgoldfish_vk_reserved_marshaling.cpp5832 memcpy((VkDeviceSize*)&forUnmarshaling->maxMemoryAllocationSize, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkPhysicalDeviceMaintenance3Properties()
6004 memcpy((VkDeviceSize*)&forUnmarshaling->maxMemoryAllocationSize, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkPhysicalDeviceVulkan11Properties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h5559 VkDeviceSize maxMemoryAllocationSize; member
5898 VkDeviceSize maxMemoryAllocationSize; member