Home
last modified time | relevance | path

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

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc58 uint32_t copyDstLayoutCount;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3717 * pname:copyDstLayoutCount is an integer related to the number of image
3738 pname:copyDstLayoutCount.
3739 Otherwise, pname:copyDstLayoutCount must: be set by the user to the number
3743 If the value of pname:copyDstLayoutCount is less than the number of image
3744 layouts that are supported, at most pname:copyDstLayoutCount values will be
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_reserved_marshaling_guest.cpp8469 memcpy(*ptr, (uint32_t*)&forMarshaling->copyDstLayoutCount, sizeof(uint32_t)); in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8478 forMarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8479 *ptr += forMarshaling->copyDstLayoutCount * sizeof(VkImageLayout); in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_marshaling_guest.cpp12572 vkStream->write((uint32_t*)&forMarshaling->copyDstLayoutCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12578 forMarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12607 vkStream->read((uint32_t*)&forUnmarshaling->copyDstLayoutCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12618 forUnmarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_counting_guest.cpp6777 *count += toCount->copyDstLayoutCount * sizeof(VkImageLayout); in count_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_deepcopy_guest.cpp7890 from->pCopyDstLayouts, from->copyDstLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp12821 memcpy((uint32_t*)&forUnmarshaling->copyDstLayoutCount, *ptr, sizeof(uint32_t)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12829 forUnmarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12831 forUnmarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12832 *ptr += forUnmarshaling->copyDstLayoutCount * sizeof(VkImageLayout); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_marshaling.cpp16568 vkStream->write((uint32_t*)&forMarshaling->copyDstLayoutCount, sizeof(uint32_t)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16574 forMarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16611 vkStream->read((uint32_t*)&forUnmarshaling->copyDstLayoutCount, sizeof(uint32_t)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16616 forUnmarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16618 forUnmarshaling->copyDstLayoutCount * sizeof(VkImageLayout)); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_deepcopy.cpp8302 from->pCopyDstLayouts, from->copyDstLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14110 uint32_t copyDstLayoutCount; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8085 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostImageCopyPropertiesEXT.copyDstLayoutCount ); in operator ()()