Searched refs:copyDstLayoutCount (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 58 uint32_t copyDstLayoutCount;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 3717 * 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/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 8469 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()
|
D | goldfish_vk_marshaling_guest.cpp | 12572 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()
|
D | goldfish_vk_counting_guest.cpp | 6777 *count += toCount->copyDstLayoutCount * sizeof(VkImageLayout); in count_VkPhysicalDeviceHostImageCopyPropertiesEXT()
|
D | goldfish_vk_deepcopy_guest.cpp | 7890 from->pCopyDstLayouts, from->copyDstLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 12821 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()
|
D | goldfish_vk_marshaling.cpp | 16568 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()
|
D | goldfish_vk_deepcopy.cpp | 8302 from->pCopyDstLayouts, from->copyDstLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14110 uint32_t copyDstLayoutCount; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 8085 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostImageCopyPropertiesEXT.copyDstLayoutCount ); in operator ()()
|