Home
last modified time | relevance | path

Searched refs:VkCopyImageToMemoryInfoEXT (Results 1 – 25 of 32) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc157 slink:VkCopyImageToMemoryInfoEXT structure describing the copy
174 [open,refpage='VkCopyImageToMemoryInfoEXT',desc='Structure specifying parameters of an image to hos…
176 :refpage: VkCopyImageToMemoryInfoEXT
184 The sname:VkCopyImageToMemoryInfoEXT structure is defined as:
186 include::{generated}/api/structs/VkCopyImageToMemoryInfoEXT.adoc[]
218 * [[VUID-VkCopyImageToMemoryInfoEXT-srcImageLayout-09064]]
221 * [[VUID-VkCopyImageToMemoryInfoEXT-srcImageLayout-09065]]
224 * [[VUID-VkCopyImageToMemoryInfoEXT-flags-09394]]
230 include::{generated}/validity/structs/VkCopyImageToMemoryInfoEXT.adoc[]
239 Each element of slink:VkCopyImageToMemoryInfoEXT::pname:pRegions is a
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_host_image_copy.adoc90 typedef struct VkCopyImageToMemoryInfoEXT {
98 } VkCopyImageToMemoryInfoEXT;
155 VkResult vkCopyImageToMemoryEXT(VkDevice device, const VkCopyImageToMemoryInfoEXT* pCopyImageToMemo…
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h1839 const VkCopyImageToMemoryInfoEXT* from,
1840 VkCopyImageToMemoryInfoEXT* to);
Dgoldfish_vk_transform_guest.h2916 VkCopyImageToMemoryInfoEXT* toTransform);
2919 VkCopyImageToMemoryInfoEXT* toTransform);
Dgoldfish_vk_marshaling_guest.h3443 const VkCopyImageToMemoryInfoEXT* forMarshaling);
3446 VkCopyImageToMemoryInfoEXT* forUnmarshaling);
DVkEncoder.h1002 const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo,
Dgoldfish_vk_counting_guest.h1675 const VkCopyImageToMemoryInfoEXT* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h1855 const VkCopyImageToMemoryInfoEXT* forMarshaling,
Dgoldfish_vk_transform_guest.cpp7385 VkCopyImageToMemoryInfoEXT* toTransform) { in transform_tohost_VkCopyImageToMemoryInfoEXT()
7402 VkCopyImageToMemoryInfoEXT* toTransform) { in transform_fromhost_VkCopyImageToMemoryInfoEXT()
DVkEncoder.cpp34411 const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo, in vkCopyImageToMemoryEXT()
34449 VkCopyImageToMemoryInfoEXT* local_pCopyImageToMemoryInfo; in vkCopyImageToMemoryEXT()
34454 (VkCopyImageToMemoryInfoEXT*)pool->alloc(sizeof(const VkCopyImageToMemoryInfoEXT)); in vkCopyImageToMemoryEXT()
34457 (VkCopyImageToMemoryInfoEXT*)(local_pCopyImageToMemoryInfo)); in vkCopyImageToMemoryEXT()
34461 sResourceTracker, (VkCopyImageToMemoryInfoEXT*)(local_pCopyImageToMemoryInfo)); in vkCopyImageToMemoryEXT()
34470 (VkCopyImageToMemoryInfoEXT*)(local_pCopyImageToMemoryInfo), countPtr); in vkCopyImageToMemoryEXT()
34496 (VkCopyImageToMemoryInfoEXT*)(local_pCopyImageToMemoryInfo), streamPtrPtr); in vkCopyImageToMemoryEXT()
Dgoldfish_vk_deepcopy_guest.cpp7991 const VkCopyImageToMemoryInfoEXT* from, in deepcopy_VkCopyImageToMemoryInfoEXT()
7992 VkCopyImageToMemoryInfoEXT* to) { in deepcopy_VkCopyImageToMemoryInfoEXT()
Dfunc_table.cpp4368 VkDevice device, const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo) { in gfxstream_vk_CopyImageToMemoryEXT()
Dgoldfish_vk_counting_guest.cpp6850 const VkCopyImageToMemoryInfoEXT* toCount, size_t* count) { in count_VkCopyImageToMemoryInfoEXT()
Dgoldfish_vk_marshaling_guest.cpp12741 const VkCopyImageToMemoryInfoEXT* forMarshaling) { in marshal_VkCopyImageToMemoryInfoEXT()
12764 VkCopyImageToMemoryInfoEXT* forUnmarshaling) { in unmarshal_VkCopyImageToMemoryInfoEXT()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1886 const VkCopyImageToMemoryInfoEXT* from,
1887 VkCopyImageToMemoryInfoEXT* to);
Dgoldfish_vk_transform.h3089 VkCopyImageToMemoryInfoEXT* toTransform);
3092 VkCopyImageToMemoryInfoEXT* toTransform);
Dgoldfish_vk_marshaling.h3517 const VkCopyImageToMemoryInfoEXT* forMarshaling);
3520 VkCopyImageToMemoryInfoEXT* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h1867 VkCopyImageToMemoryInfoEXT* forUnmarshaling,
Dgoldfish_vk_transform.cpp7769 VkCopyImageToMemoryInfoEXT* toTransform) { in transform_tohost_VkCopyImageToMemoryInfoEXT()
7786 VkCopyImageToMemoryInfoEXT* toTransform) { in transform_fromhost_VkCopyImageToMemoryInfoEXT()
Dgoldfish_vk_deepcopy.cpp8403 const VkCopyImageToMemoryInfoEXT* from, in deepcopy_VkCopyImageToMemoryInfoEXT()
8404 VkCopyImageToMemoryInfoEXT* to) { in deepcopy_VkCopyImageToMemoryInfoEXT()
/hardware/google/gfxstream/host/vulkan/
DVkDecoderSnapshot.h1455 const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo);
DVkDecoderSnapshot.cpp3445 const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo) {} in vkCopyImageToMemoryEXT()
6860 const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo) { in vkCopyImageToMemoryEXT()
DVkDecoder.cpp19574 const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo; in decode()
19584 sizeof(const VkCopyImageToMemoryInfoEXT)); in decode()
19587 (VkCopyImageToMemoryInfoEXT*)(pCopyImageToMemoryInfo), readStreamPtrPtr); in decode()
19590 m_state, (VkCopyImageToMemoryInfoEXT*)(pCopyImageToMemoryInfo)); in decode()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h14148 typedef struct VkCopyImageToMemoryInfoEXT { struct
14156 } VkCopyImageToMemoryInfoEXT; argument
14197 …(VKAPI_PTR *PFN_vkCopyImageToMemoryEXT)(VkDevice device, const VkCopyImageToMemoryInfoEXT* pCopyIm…
14209 const VkCopyImageToMemoryInfoEXT* pCopyImageToMemoryInfo);
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_static_assertions.hpp3117 …f( VULKAN_HPP_NAMESPACE::CopyImageToMemoryInfoEXT ) == sizeof( VkCopyImageToMemoryInfoEXT ), "stru…

12