Home
last modified time | relevance | path

Searched refs:pCopySrcLayouts (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc57 VkImageLayout* pCopySrcLayouts;
182 - Layouts in `VkPhysicalDeviceHostImageCopyPropertiesEXT::pCopySrcLayouts`
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc223 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:pCopySrcLayouts
400 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:pCopySrcLayouts
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dlimits.adoc3714 * pname:pCopySrcLayouts is a pointer to an array of elink:VkImageLayout in
3749 If pname:pCopySrcLayouts is `NULL`, then the number of image layouts that
3754 of elements in the pname:pCopySrcLayouts array, and on return the variable
3756 pname:pCopySrcLayouts.
3759 written to pname:pCopySrcLayouts.
3761 layout in pname:pCopySrcLayouts.
Dsynchronization.adoc7238 slink:VkPhysicalDeviceHostImageCopyPropertiesEXT::pname:pCopySrcLayouts
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.cpp8294 to->pCopySrcLayouts = nullptr; in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8295 if (from->pCopySrcLayouts) { in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8296 to->pCopySrcLayouts = (VkImageLayout*)alloc->dupArray( in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8297 from->pCopySrcLayouts, from->copySrcLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_marshaling.cpp16562 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pCopySrcLayouts; in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16564 if (forMarshaling->pCopySrcLayouts) { in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16565 vkStream->write((VkImageLayout*)forMarshaling->pCopySrcLayouts, in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16604 forUnmarshaling->pCopySrcLayouts = (VkImageLayout*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16605 if (forUnmarshaling->pCopySrcLayouts) { in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16606 vkStream->alloc((void**)&forUnmarshaling->pCopySrcLayouts, in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
16608 vkStream->read((VkImageLayout*)forUnmarshaling->pCopySrcLayouts, in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_reserved_marshaling.cpp12811 memcpy((VkImageLayout**)&forUnmarshaling->pCopySrcLayouts, (*ptr), 8); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12812 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pCopySrcLayouts); in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12814 if (forUnmarshaling->pCopySrcLayouts) { in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12815 vkStream->alloc((void**)&forUnmarshaling->pCopySrcLayouts, in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12817 memcpy((VkImageLayout*)forUnmarshaling->pCopySrcLayouts, *ptr, in reservedunmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.cpp7882 to->pCopySrcLayouts = nullptr; in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
7883 if (from->pCopySrcLayouts) { in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
7884 to->pCopySrcLayouts = (VkImageLayout*)alloc->dupArray( in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
7885 from->pCopySrcLayouts, from->copySrcLayoutCount * sizeof(VkImageLayout)); in deepcopy_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_marshaling_guest.cpp12566 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pCopySrcLayouts; in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12568 if (forMarshaling->pCopySrcLayouts) { in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12569 vkStream->write((VkImageLayout*)forMarshaling->pCopySrcLayouts, in marshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12598 if (forUnmarshaling->pCopySrcLayouts) { in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
12604 vkStream->read((VkImageLayout*)forUnmarshaling->pCopySrcLayouts, in unmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_reserved_marshaling_guest.cpp8460 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pCopySrcLayouts; in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8464 if (forMarshaling->pCopySrcLayouts) { in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
8465 memcpy(*ptr, (VkImageLayout*)forMarshaling->pCopySrcLayouts, in reservedmarshal_VkPhysicalDeviceHostImageCopyPropertiesEXT()
Dgoldfish_vk_counting_guest.cpp6767 if (toCount->pCopySrcLayouts) { in count_VkPhysicalDeviceHostImageCopyPropertiesEXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14109 VkImageLayout* pCopySrcLayouts; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp8084 VULKAN_HPP_HASH_COMBINE( seed, physicalDeviceHostImageCopyPropertiesEXT.pCopySrcLayouts ); in operator ()()