Searched refs:maxMemoryAllocationSize (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_device.c | 859 CORE_PROPERTY(maxMemoryAllocationSize); in vk_get_physical_device_core_1_1_property_ext()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 4566 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance3Properties.maxMemoryAllocationSize ); in operator ()() 5366 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan11Properties.maxMemoryAllocationSize ); in operator ()()
|
D | vulkan_hash.hpp | 8585 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/ |
D | limits.adoc | 1624 * [[{anchor-prefix}limits-maxMemoryAllocationSize]] 1625 pname:maxMemoryAllocationSize is the maximum size of a memory allocation 5019 | pname:maxMemoryAllocationSize | - | 2^30^ | min
|
D | memory.adoc | 1123 slink:VkPhysicalDeviceMaintenance3Properties::pname:maxMemoryAllocationSize.
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 6321 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 4345 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/ |
D | goldfish_vk_marshaling.cpp | 7652 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 5832 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/ |
D | vulkan_core.h | 5559 VkDeviceSize maxMemoryAllocationSize; member 5898 VkDeviceSize maxMemoryAllocationSize; member
|