Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_maintenance4.adoc36 * Add a new <<limits-maxBufferSize, pname:maxBufferSize>>
/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_device.c1015 CORE_PROPERTY(maxBufferSize); in vk_get_physical_device_core_1_3_property_ext()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc1657 * [[{anchor-prefix}limits-maxBufferSize]] pname:maxBufferSize is the
4566 | basetype:VkDeviceSize | pname:maxBufferSize | `<<features-maintenance4,…
5022 | pname:maxBufferSize | - | 2^30^ | min
Dresources.adoc282 slink:VkPhysicalDeviceMaintenance4Properties::pname:maxBufferSize
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp4590 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance4Properties.maxBufferSize ); in operator ()()
5575 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxBufferSize ); in operator ()()
Dvulkan_hash.hpp8609 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceMaintenance4Properties.maxBufferSize ); in operator ()()
10817 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceVulkan13Properties.maxBufferSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp8728 vkStream->write((VkDeviceSize*)&forMarshaling->maxBufferSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceVulkan13Properties()
8841 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxBufferSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceVulkan13Properties()
10739 vkStream->write((VkDeviceSize*)&forMarshaling->maxBufferSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceMaintenance4Properties()
10751 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxBufferSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceMaintenance4Properties()
Dgoldfish_vk_reserved_marshaling_guest.cpp6054 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->maxBufferSize, sizeof(VkDeviceSize)); in reservedmarshal_VkPhysicalDeviceVulkan13Properties()
7256 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->maxBufferSize, sizeof(VkDeviceSize)); in reservedmarshal_VkPhysicalDeviceMaintenance4Properties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp10710 vkStream->write((VkDeviceSize*)&forMarshaling->maxBufferSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceVulkan13Properties()
10835 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxBufferSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceVulkan13Properties()
13326 vkStream->write((VkDeviceSize*)&forMarshaling->maxBufferSize, sizeof(VkDeviceSize)); in marshal_VkPhysicalDeviceMaintenance4Properties()
13350 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxBufferSize, sizeof(VkDeviceSize)); in unmarshal_VkPhysicalDeviceMaintenance4Properties()
Dgoldfish_vk_reserved_marshaling.cpp8331 memcpy((VkDeviceSize*)&forUnmarshaling->maxBufferSize, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkPhysicalDeviceVulkan13Properties()
10245 memcpy((VkDeviceSize*)&forUnmarshaling->maxBufferSize, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkPhysicalDeviceMaintenance4Properties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h6867 VkDeviceSize maxBufferSize; member
7315 VkDeviceSize maxBufferSize; member