Home
last modified time | relevance | path

Searched refs:VkImageBlit2 (Results 1 – 25 of 26) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/runtime/
Dvk_cmd_copy.c203 STACK_ARRAY(VkImageBlit2, region2s, regionCount); in vk_common_CmdBlitImage()
206 region2s[r] = (VkImageBlit2) { in vk_common_CmdBlitImage()
Dvk_meta.h267 const VkImageBlit2 *regions,
Dvk_meta_blit_resolve.c718 const VkImageBlit2 *regions, in vk_meta_blit_image()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_QCOM_rotated_copies/
Drotated_addressing_blits.adoc9 slink:VkImageBlit2, the specified region is rotated during the blit.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dcopies.adoc1568 * pname:pRegions is a pointer to an array of slink:VkImageBlit2 structures
1631 [open,refpage='VkImageBlit2',desc='Structure specifying an image blit operation',type='structs',ali…
1633 :refpage: VkImageBlit2
1635 The sname:VkImageBlit2 structure is defined as:
1637 include::{generated}/api/structs/VkImageBlit2.adoc[]
1665 include::{generated}/validity/structs/VkImageBlit2.adoc[]
1671 pname:pNext chain of slink:VkImageBlit2.
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h1044 void deepcopy_VkImageBlit2(Allocator* alloc, VkStructureType rootType, const VkImageBlit2* from,
1045 VkImageBlit2* to);
Dgoldfish_vk_transform_guest.h1607 void transform_tohost_VkImageBlit2(ResourceTracker* resourceTracker, VkImageBlit2* toTransform);
1609 void transform_fromhost_VkImageBlit2(ResourceTracker* resourceTracker, VkImageBlit2* toTransform);
Dgoldfish_vk_marshaling_guest.h1997 const VkImageBlit2* forMarshaling);
2000 VkImageBlit2* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp5510 void transform_tohost_VkImageBlit2(ResourceTracker* resourceTracker, VkImageBlit2* toTransform) { in transform_tohost_VkImageBlit2()
5528 void transform_fromhost_VkImageBlit2(ResourceTracker* resourceTracker, VkImageBlit2* toTransform) { in transform_fromhost_VkImageBlit2()
5557 (VkImageBlit2*)(toTransform->pRegions + i)); in transform_tohost_VkBlitImageInfo2()
5574 (VkImageBlit2*)(toTransform->pRegions + i)); in transform_fromhost_VkBlitImageInfo2()
Dgoldfish_vk_counting_guest.h942 void count_VkImageBlit2(uint32_t featureBits, VkStructureType rootType, const VkImageBlit2* toCount,
Dgoldfish_vk_reserved_marshaling_guest.h1064 const VkImageBlit2* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp5852 void deepcopy_VkImageBlit2(Allocator* alloc, VkStructureType rootType, const VkImageBlit2* from, in deepcopy_VkImageBlit2()
5853 VkImageBlit2* to) { in deepcopy_VkImageBlit2()
5908 (VkImageBlit2*)alloc->alloc(from->regionCount * sizeof(const VkImageBlit2)); in deepcopy_VkBlitImageInfo2()
5912 (VkImageBlit2*)(to->pRegions + i)); in deepcopy_VkBlitImageInfo2()
Dgoldfish_vk_counting_guest.cpp5201 void count_VkImageBlit2(uint32_t featureBits, VkStructureType rootType, const VkImageBlit2* toCount, in count_VkImageBlit2()
5244 count_VkImageBlit2(featureBits, rootType, (const VkImageBlit2*)(toCount->pRegions + i), in count_VkBlitImageInfo2()
Dgoldfish_vk_marshaling_guest.cpp9784 const VkImageBlit2* forMarshaling) { in marshal_VkImageBlit2()
9804 VkImageBlit2* forUnmarshaling) { in unmarshal_VkImageBlit2()
9843 (const VkImageBlit2*)(forMarshaling->pRegions + i)); in marshal_VkBlitImageInfo2()
9871 (VkImageBlit2*)(forUnmarshaling->pRegions + i)); in unmarshal_VkBlitImageInfo2()
Dgoldfish_vk_reserved_marshaling_guest.cpp6634 const VkImageBlit2* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkImageBlit2()
6683 (const VkImageBlit2*)(forMarshaling->pRegions + i), ptr); in reservedmarshal_VkBlitImageInfo2()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1037 void deepcopy_VkImageBlit2(Allocator* alloc, VkStructureType rootType, const VkImageBlit2* from,
1038 VkImageBlit2* to);
Dgoldfish_vk_transform.h1650 VkImageBlit2* toTransform);
1653 VkImageBlit2* toTransform);
Dgoldfish_vk_marshaling.h1962 const VkImageBlit2* forMarshaling);
1965 VkImageBlit2* forUnmarshaling);
Dgoldfish_vk_transform.cpp5549 VkImageBlit2* toTransform) { in transform_tohost_VkImageBlit2()
5568 VkImageBlit2* toTransform) { in transform_fromhost_VkImageBlit2()
5597 (VkImageBlit2*)(toTransform->pRegions + i)); in transform_tohost_VkBlitImageInfo2()
5614 (VkImageBlit2*)(toTransform->pRegions + i)); in transform_fromhost_VkBlitImageInfo2()
Dgoldfish_vk_reserved_marshaling.h1021 VkImageBlit2* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp5852 void deepcopy_VkImageBlit2(Allocator* alloc, VkStructureType rootType, const VkImageBlit2* from, in deepcopy_VkImageBlit2()
5853 VkImageBlit2* to) { in deepcopy_VkImageBlit2()
5908 (VkImageBlit2*)alloc->alloc(from->regionCount * sizeof(const VkImageBlit2)); in deepcopy_VkBlitImageInfo2()
5912 (VkImageBlit2*)(to->pRegions + i)); in deepcopy_VkBlitImageInfo2()
Dgoldfish_vk_marshaling.cpp12106 const VkImageBlit2* forMarshaling) { in marshal_VkImageBlit2()
12126 VkImageBlit2* forUnmarshaling) { in unmarshal_VkImageBlit2()
12177 (const VkImageBlit2*)(forMarshaling->pRegions + i)); in marshal_VkBlitImageInfo2()
12215 forUnmarshaling->regionCount * sizeof(const VkImageBlit2)); in unmarshal_VkBlitImageInfo2()
12219 (VkImageBlit2*)(forUnmarshaling->pRegions + i)); in unmarshal_VkBlitImageInfo2()
Dgoldfish_vk_reserved_marshaling.cpp9294 VkImageBlit2* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkImageBlit2()
9370 forUnmarshaling->regionCount * sizeof(const VkImageBlit2)); in reservedunmarshal_VkBlitImageInfo2()
9373 (VkImageBlit2*)(forUnmarshaling->pRegions + i), ptr); in reservedunmarshal_VkBlitImageInfo2()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7094 typedef struct VkImageBlit2 { struct
7101 } VkImageBlit2; argument
7111 const VkImageBlit2* pRegions;
10303 typedef VkImageBlit2 VkImageBlit2KHR;
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp1075 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::ImageBlit2 ) == sizeof( VkImageBlit2 ), "st…

12