Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcapabilities.adoc159 * pname:maxResourceSize is an upper bound on the total image size in
163 pname:maxResourceSize must: be at least 2^31^.
169 compare that size against pname:maxResourceSize.
Dresources.adoc1359 If the size of the resultant image would exceed pname:maxResourceSize, then
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp3058 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxResourceSize ); in operator ()()
Dvulkan_hash.hpp4376 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxResourceSize ); in operator ()()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_marshaling_guest.cpp514 vkStream->write((VkDeviceSize*)&forMarshaling->maxResourceSize, sizeof(VkDeviceSize)); in marshal_VkImageFormatProperties()
524 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxResourceSize, sizeof(VkDeviceSize)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling_guest.cpp420 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->maxResourceSize, sizeof(VkDeviceSize)); in reservedmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp569 vkStream->write((VkDeviceSize*)&forMarshaling->maxResourceSize, sizeof(VkDeviceSize)); in marshal_VkImageFormatProperties()
579 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxResourceSize, sizeof(VkDeviceSize)); in unmarshal_VkImageFormatProperties()
Dgoldfish_vk_reserved_marshaling.cpp441 memcpy((VkDeviceSize*)&forUnmarshaling->maxResourceSize, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkImageFormatProperties()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h2991 VkDeviceSize maxResourceSize; member
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/
DChangeLog.adoc12618 * Clarify that slink:VkImageFormatProperties::pname:maxResourceSize is