Searched refs:maxResourceSize (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | capabilities.adoc | 159 * 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.
|
D | resources.adoc | 1359 If the size of the resultant image would exceed pname:maxResourceSize, then
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 3058 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxResourceSize ); in operator ()()
|
D | vulkan_hash.hpp | 4376 VULKAN_HPP_HASH_COMBINE( seed, imageFormatProperties.maxResourceSize ); in operator ()()
|
/hardware/google/gfxstream/guest/vulkan_enc/ |
D | goldfish_vk_marshaling_guest.cpp | 514 vkStream->write((VkDeviceSize*)&forMarshaling->maxResourceSize, sizeof(VkDeviceSize)); in marshal_VkImageFormatProperties() 524 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxResourceSize, sizeof(VkDeviceSize)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 420 memcpy(*ptr, (VkDeviceSize*)&forMarshaling->maxResourceSize, sizeof(VkDeviceSize)); in reservedmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_marshaling.cpp | 569 vkStream->write((VkDeviceSize*)&forMarshaling->maxResourceSize, sizeof(VkDeviceSize)); in marshal_VkImageFormatProperties() 579 vkStream->read((VkDeviceSize*)&forUnmarshaling->maxResourceSize, sizeof(VkDeviceSize)); in unmarshal_VkImageFormatProperties()
|
D | goldfish_vk_reserved_marshaling.cpp | 441 memcpy((VkDeviceSize*)&forUnmarshaling->maxResourceSize, *ptr, sizeof(VkDeviceSize)); in reservedunmarshal_VkImageFormatProperties()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 2991 VkDeviceSize maxResourceSize; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 12618 * Clarify that slink:VkImageFormatProperties::pname:maxResourceSize is
|