Searched refs:copySrcLayoutCount (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_EXT_host_image_copy.adoc | 56 uint32_t copySrcLayoutCount;
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | limits.adoc | 3711 * 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/ |
D | goldfish_vk_reserved_marshaling_guest.cpp | 8457 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()
|
D | goldfish_vk_marshaling_guest.cpp | 12564 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()
|
D | goldfish_vk_counting_guest.cpp | 6769 *count += toCount->copySrcLayoutCount * sizeof(VkImageLayout); in count_VkPhysicalDeviceHostImageCopyPropertiesEXT()
|
D | goldfish_vk_deepcopy_guest.cpp | 7885 from->pCopySrcLayouts, from->copySrcLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
|
/hardware/google/gfxstream/host/vulkan/cereal/common/ |
D | goldfish_vk_reserved_marshaling.cpp | 12808 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()
|
D | goldfish_vk_marshaling.cpp | 16560 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()
|
D | goldfish_vk_deepcopy.cpp | 8297 from->pCopySrcLayouts, from->copySrcLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 14108 uint32_t copySrcLayoutCount; member
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkan_hash.hpp | 8083 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostImageCopyPropertiesEXT.copySrcLayoutCount ); in operator ()()
|