Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc56 uint32_t copySrcLayoutCount;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3711 * pname:copySrcLayoutCount is an integer related to the number of image
3752 pname:copySrcLayoutCount.
3753 Otherwise, pname:copySrcLayoutCount must: be set by the user to the number
3757 If the value of pname:copySrcLayoutCount is less than the number of image
3758 layouts that are supported, at most pname:copySrcLayoutCount values will be
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp8457 memcpy(*ptr, (uint32_t*)&forMarshaling->copySrcLayoutCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8466 forMarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8467 *ptr += forMarshaling->copySrcLayoutCount * sizeof(VkImageLayout); in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_marshaling_guest.cpp12564 vkStream->write((uint32_t*)&forMarshaling->copySrcLayoutCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12570 forMarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12594 vkStream->read((uint32_t*)&forUnmarshaling->copySrcLayoutCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12605 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_counting_guest.cpp6769 *count += toCount->copySrcLayoutCount * sizeof(VkImageLayout); in count_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_deepcopy_guest.cpp7885 from->pCopySrcLayouts, from->copySrcLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp12808 memcpy((uint32_t*)&forUnmarshaling->copySrcLayoutCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12816 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12818 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12819 *ptr += forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_marshaling.cpp16560 vkStream->write((uint32_t*)&forMarshaling->copySrcLayoutCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16566 forMarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16602 vkStream->read((uint32_t*)&forUnmarshaling->copySrcLayoutCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16607 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16609 forUnmarshaling->copySrcLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_deepcopy.cpp8297 from->pCopySrcLayouts, from->copySrcLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14108 uint32_t copySrcLayoutCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8083 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostImageCopyPropertiesEXT.copySrcLayoutCount ); in operator ()()