Home
last modified time | relevance | path

Searched refs:VkBufferImageCopy2 (Results 1 – 25 of 31) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_cmd_copy.c119 STACK_ARRAY(VkBufferImageCopy2, region2s, regionCount); in vk_common_CmdCopyBufferToImage()
122 region2s[r] = (VkBufferImageCopy2) { in vk_common_CmdCopyBufferToImage()
160 STACK_ARRAY(VkBufferImageCopy2, region2s, regionCount); in vk_common_CmdCopyImageToBuffer()
163 region2s[r] = (VkBufferImageCopy2) { in vk_common_CmdCopyImageToBuffer()
Dvk_image.h213 const VkBufferImageCopy2* region);
Dvk_image.c294 const VkBufferImageCopy2* region) in vk_image_buffer_copy_layout()
328 const VkBufferImageCopy2 bic = { in vk_memory_to_image_copy_layout()
343 const VkBufferImageCopy2 bic = { in vk_image_to_memory_copy_layout()
/hardware/google/gfxstream/host/vulkan/emulated_textures/
DCompressedImageInfo.h105 VkBufferImageCopy2 getBufferImageCopy(const VkBufferImageCopy2& origRegion) const;
DCompressedImageInfo.cpp549 VkBufferImageCopy2 CompressedImageInfo::getBufferImageCopy( in getBufferImageCopy()
550 const VkBufferImageCopy2& origRegion) const { in getBufferImageCopy()
551 VkBufferImageCopy2 region = origRegion; in getBufferImageCopy()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/build_tests/chapters/
Dlorem.adoc124 [open,refpage='VkBufferImageCopy2',desc='Structure specifying a buffer image copy operation',type='…
126 :refpage: VkBufferImageCopy2
130 include::{generated}/api/structs/VkBufferImageCopy2.adoc[]
159 include::{generated}/validity/structs/VkBufferImageCopy2.adoc[]
Dipsum.adoc108 Ultricies mi eget mauris pharetra. Ac turpis slink:VkBufferImageCopy2 egestas
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/
Dcopies.adoc124 This structure is functionally similar to slink:VkBufferImageCopy2, except
262 This structure is functionally similar to slink:VkBufferImageCopy2, except
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcopies.adoc827 * pname:pRegions is a pointer to an array of slink:VkBufferImageCopy2
952 * pname:pRegions is a pointer to an array of slink:VkBufferImageCopy2
1020 [open,refpage='VkBufferImageCopy2',desc='Structure specifying a buffer image copy operation',type='…
1022 :refpage: VkBufferImageCopy2
1027 include::{generated}/api/structs/VkBufferImageCopy2.adoc[]
1065 include::{generated}/validity/structs/VkBufferImageCopy2.adoc[]
1083 slink:VkBufferImageCopy2 defines a rotation to be performed when copying
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h1034 const VkBufferImageCopy2* from, VkBufferImageCopy2* to);
Dgoldfish_vk_transform_guest.h1590 VkBufferImageCopy2* toTransform);
1593 VkBufferImageCopy2* toTransform);
Dgoldfish_vk_transform_guest.cpp5417 VkBufferImageCopy2* toTransform) { in transform_tohost_VkBufferImageCopy2()
5430 VkBufferImageCopy2* toTransform) { in transform_fromhost_VkBufferImageCopy2()
5453 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_tohost_VkCopyBufferToImageInfo2()
5470 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_fromhost_VkCopyBufferToImageInfo2()
5487 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_tohost_VkCopyImageToBufferInfo2()
5504 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_fromhost_VkCopyImageToBufferInfo2()
Dgoldfish_vk_deepcopy_guest.cpp5760 const VkBufferImageCopy2* from, VkBufferImageCopy2* to) { in deepcopy_VkBufferImageCopy2()
5807 to->pRegions = (VkBufferImageCopy2*)alloc->alloc(from->regionCount * in deepcopy_VkCopyBufferToImageInfo2()
5808 sizeof(const VkBufferImageCopy2)); in deepcopy_VkCopyBufferToImageInfo2()
5812 (VkBufferImageCopy2*)(to->pRegions + i)); in deepcopy_VkCopyBufferToImageInfo2()
5841 to->pRegions = (VkBufferImageCopy2*)alloc->alloc(from->regionCount * in deepcopy_VkCopyImageToBufferInfo2()
5842 sizeof(const VkBufferImageCopy2)); in deepcopy_VkCopyImageToBufferInfo2()
5846 (VkBufferImageCopy2*)(to->pRegions + i)); in deepcopy_VkCopyImageToBufferInfo2()
Dgoldfish_vk_marshaling_guest.h1979 const VkBufferImageCopy2* forMarshaling);
1982 VkBufferImageCopy2* forUnmarshaling);
Dgoldfish_vk_counting_guest.h934 const VkBufferImageCopy2* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h1053 const VkBufferImageCopy2* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_counting_guest.cpp5132 const VkBufferImageCopy2* toCount, size_t* count) { in count_VkBufferImageCopy2()
5171 (const VkBufferImageCopy2*)(toCount->pRegions + i), count); in count_VkCopyBufferToImageInfo2()
5196 (const VkBufferImageCopy2*)(toCount->pRegions + i), count); in count_VkCopyImageToBufferInfo2()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1027 const VkBufferImageCopy2* from, VkBufferImageCopy2* to);
Dgoldfish_vk_transform.h1632 VkBufferImageCopy2* toTransform);
1635 VkBufferImageCopy2* toTransform);
Dgoldfish_vk_transform.cpp5455 VkBufferImageCopy2* toTransform) { in transform_tohost_VkBufferImageCopy2()
5468 VkBufferImageCopy2* toTransform) { in transform_fromhost_VkBufferImageCopy2()
5491 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_tohost_VkCopyBufferToImageInfo2()
5508 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_fromhost_VkCopyBufferToImageInfo2()
5525 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_tohost_VkCopyImageToBufferInfo2()
5542 resourceTracker, (VkBufferImageCopy2*)(toTransform->pRegions + i)); in transform_fromhost_VkCopyImageToBufferInfo2()
Dgoldfish_vk_deepcopy.cpp5760 const VkBufferImageCopy2* from, VkBufferImageCopy2* to) { in deepcopy_VkBufferImageCopy2()
5807 to->pRegions = (VkBufferImageCopy2*)alloc->alloc(from->regionCount * in deepcopy_VkCopyBufferToImageInfo2()
5808 sizeof(const VkBufferImageCopy2)); in deepcopy_VkCopyBufferToImageInfo2()
5812 (VkBufferImageCopy2*)(to->pRegions + i)); in deepcopy_VkCopyBufferToImageInfo2()
5841 to->pRegions = (VkBufferImageCopy2*)alloc->alloc(from->regionCount * in deepcopy_VkCopyImageToBufferInfo2()
5842 sizeof(const VkBufferImageCopy2)); in deepcopy_VkCopyImageToBufferInfo2()
5846 (VkBufferImageCopy2*)(to->pRegions + i)); in deepcopy_VkCopyImageToBufferInfo2()
Dgoldfish_vk_marshaling.h1944 const VkBufferImageCopy2* forMarshaling);
1947 VkBufferImageCopy2* forUnmarshaling);
Dgoldfish_vk_reserved_marshaling.h1010 VkBufferImageCopy2* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_marshaling.cpp11932 const VkBufferImageCopy2* forMarshaling) { in marshal_VkBufferImageCopy2()
11949 VkBufferImageCopy2* forUnmarshaling) { in unmarshal_VkBufferImageCopy2()
11996 (const VkBufferImageCopy2*)(forMarshaling->pRegions + i)); in marshal_VkCopyBufferToImageInfo2()
12032 forUnmarshaling->regionCount * sizeof(const VkBufferImageCopy2)); in unmarshal_VkCopyBufferToImageInfo2()
12036 (VkBufferImageCopy2*)(forUnmarshaling->pRegions + i)); in unmarshal_VkCopyBufferToImageInfo2()
12060 (const VkBufferImageCopy2*)(forMarshaling->pRegions + i)); in marshal_VkCopyImageToBufferInfo2()
12096 forUnmarshaling->regionCount * sizeof(const VkBufferImageCopy2)); in unmarshal_VkCopyImageToBufferInfo2()
12100 (VkBufferImageCopy2*)(forUnmarshaling->pRegions + i)); in unmarshal_VkCopyImageToBufferInfo2()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7063 typedef struct VkBufferImageCopy2 { struct
7072 } VkBufferImageCopy2; argument
7081 const VkBufferImageCopy2* pRegions;
7091 const VkBufferImageCopy2* pRegions;
10305 typedef VkBufferImageCopy2 VkBufferImageCopy2KHR;

12