/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/ |
D | vk_cmd_copy.c | 119 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()
|
D | vk_image.h | 213 const VkBufferImageCopy2* region);
|
D | vk_image.c | 294 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/ |
D | CompressedImageInfo.h | 105 VkBufferImageCopy2 getBufferImageCopy(const VkBufferImageCopy2& origRegion) const;
|
D | CompressedImageInfo.cpp | 549 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/ |
D | lorem.adoc | 124 [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[]
|
D | ipsum.adoc | 108 Ultricies mi eget mauris pharetra. Ac turpis slink:VkBufferImageCopy2 egestas
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_host_image_copy/ |
D | copies.adoc | 124 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/ |
D | copies.adoc | 827 * 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/ |
D | goldfish_vk_deepcopy_guest.h | 1034 const VkBufferImageCopy2* from, VkBufferImageCopy2* to);
|
D | goldfish_vk_transform_guest.h | 1590 VkBufferImageCopy2* toTransform); 1593 VkBufferImageCopy2* toTransform);
|
D | goldfish_vk_transform_guest.cpp | 5417 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()
|
D | goldfish_vk_deepcopy_guest.cpp | 5760 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()
|
D | goldfish_vk_marshaling_guest.h | 1979 const VkBufferImageCopy2* forMarshaling); 1982 VkBufferImageCopy2* forUnmarshaling);
|
D | goldfish_vk_counting_guest.h | 934 const VkBufferImageCopy2* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 1053 const VkBufferImageCopy2* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_counting_guest.cpp | 5132 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/ |
D | goldfish_vk_deepcopy.h | 1027 const VkBufferImageCopy2* from, VkBufferImageCopy2* to);
|
D | goldfish_vk_transform.h | 1632 VkBufferImageCopy2* toTransform); 1635 VkBufferImageCopy2* toTransform);
|
D | goldfish_vk_transform.cpp | 5455 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()
|
D | goldfish_vk_deepcopy.cpp | 5760 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()
|
D | goldfish_vk_marshaling.h | 1944 const VkBufferImageCopy2* forMarshaling); 1947 VkBufferImageCopy2* forUnmarshaling);
|
D | goldfish_vk_reserved_marshaling.h | 1010 VkBufferImageCopy2* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_marshaling.cpp | 11932 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/ |
D | vulkan_core.h | 7063 typedef struct VkBufferImageCopy2 { struct 7072 } VkBufferImageCopy2; argument 7081 const VkBufferImageCopy2* pRegions; 7091 const VkBufferImageCopy2* pRegions; 10305 typedef VkBufferImageCopy2 VkBufferImageCopy2KHR;
|