Home
last modified time | relevance | path

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

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/
Dwsi.adoc56 sname:VkRectLayerKHR structures.
57 The sname:VkRectLayerKHR structure is the framebuffer coordinates, plus
73 [open,refpage='VkRectLayerKHR',desc='Structure containing a rectangle, including layer, changed by …
75 The sname:VkRectLayerKHR structure is defined as:
77 include::{generated}/api/structs/VkRectLayerKHR.adoc[]
86 sname:VkRectLayerKHR specifies pixels of the swapchain's image(s), which
91 * [[VUID-VkRectLayerKHR-offset-04864]]
97 * [[VUID-VkRectLayerKHR-layer-01262]]
103 include::{generated}/validity/structs/VkRectLayerKHR.adoc[]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_incremental_present.adoc52 and will be called slink:VkRectLayerKHR.
54 2) Where is the origin of the slink:VkRectLayerKHR?
59 3) Does the rectangular region, slink:VkRectLayerKHR, specify pixels of the
81 slink:VkRectLayerKHR, be transformed to align with the pname:preTransform?
84 The rectangular region in slink:VkRectLayerKHR should not be transformed.
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h1287 void deepcopy_VkRectLayerKHR(Allocator* alloc, VkStructureType rootType, const VkRectLayerKHR* from,
1288 VkRectLayerKHR* to);
Dgoldfish_vk_transform_guest.h2004 void transform_tohost_VkRectLayerKHR(ResourceTracker* resourceTracker, VkRectLayerKHR* toTransform);
2007 VkRectLayerKHR* toTransform);
Dgoldfish_vk_marshaling_guest.h2450 const VkRectLayerKHR* forMarshaling);
2453 VkRectLayerKHR* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp6239 VkRectLayerKHR* toTransform) { in transform_tohost_VkRectLayerKHR()
6247 VkRectLayerKHR* toTransform) { in transform_fromhost_VkRectLayerKHR()
6262 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_tohost_VkPresentRegionKHR()
6276 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_fromhost_VkPresentRegionKHR()
Dgoldfish_vk_counting_guest.h1165 const VkRectLayerKHR* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h1305 const VkRectLayerKHR* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp6683 void deepcopy_VkRectLayerKHR(Allocator* alloc, VkStructureType rootType, const VkRectLayerKHR* from, in deepcopy_VkRectLayerKHR()
6684 VkRectLayerKHR* to) { in deepcopy_VkRectLayerKHR()
6701 (VkRectLayerKHR*)alloc->alloc(from->rectangleCount * sizeof(const VkRectLayerKHR)); in deepcopy_VkPresentRegionKHR()
6705 (VkRectLayerKHR*)(to->pRectangles + i)); in deepcopy_VkPresentRegionKHR()
Dgoldfish_vk_marshaling_guest.cpp11054 const VkRectLayerKHR* forMarshaling) { in marshal_VkRectLayerKHR()
11062 VkRectLayerKHR* forUnmarshaling) { in unmarshal_VkRectLayerKHR()
11080 (const VkRectLayerKHR*)(forMarshaling->pRectangles + i)); in marshal_VkPresentRegionKHR()
11091 const VkRectLayerKHR* check_pRectangles; in unmarshal_VkPresentRegionKHR()
11092 check_pRectangles = (const VkRectLayerKHR*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPresentRegionKHR()
11101 (VkRectLayerKHR*)(forUnmarshaling->pRectangles + i)); in unmarshal_VkPresentRegionKHR()
Dgoldfish_vk_counting_guest.cpp5856 const VkRectLayerKHR* toCount, size_t* count) { in count_VkRectLayerKHR()
5879 (const VkRectLayerKHR*)(toCount->pRectangles + i), count); in count_VkPresentRegionKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7460 const VkRectLayerKHR* forMarshaling, uint8_t** ptr) { in reservedmarshal_VkRectLayerKHR()
7483 vkStream, rootType, (const VkRectLayerKHR*)(forMarshaling->pRectangles + i), ptr); in reservedmarshal_VkPresentRegionKHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1311 void deepcopy_VkRectLayerKHR(Allocator* alloc, VkStructureType rootType, const VkRectLayerKHR* from,
1312 VkRectLayerKHR* to);
Dgoldfish_vk_transform.h2113 VkRectLayerKHR* toTransform);
2116 VkRectLayerKHR* toTransform);
Dgoldfish_vk_marshaling.h2476 const VkRectLayerKHR* forMarshaling);
2479 VkRectLayerKHR* forUnmarshaling);
Dgoldfish_vk_transform.cpp6439 VkRectLayerKHR* toTransform) { in transform_tohost_VkRectLayerKHR()
6447 VkRectLayerKHR* toTransform) { in transform_fromhost_VkRectLayerKHR()
6462 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_tohost_VkPresentRegionKHR()
6476 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_fromhost_VkPresentRegionKHR()
Dgoldfish_vk_reserved_marshaling.h1294 VkRectLayerKHR* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp6890 void deepcopy_VkRectLayerKHR(Allocator* alloc, VkStructureType rootType, const VkRectLayerKHR* from, in deepcopy_VkRectLayerKHR()
6891 VkRectLayerKHR* to) { in deepcopy_VkRectLayerKHR()
6908 (VkRectLayerKHR*)alloc->alloc(from->rectangleCount * sizeof(const VkRectLayerKHR)); in deepcopy_VkPresentRegionKHR()
6912 (VkRectLayerKHR*)(to->pRectangles + i)); in deepcopy_VkPresentRegionKHR()
Dgoldfish_vk_marshaling.cpp14199 const VkRectLayerKHR* forMarshaling) { in marshal_VkRectLayerKHR()
14207 VkRectLayerKHR* forUnmarshaling) { in unmarshal_VkRectLayerKHR()
14225 (const VkRectLayerKHR*)(forMarshaling->pRectangles + i)); in marshal_VkPresentRegionKHR()
14236 forUnmarshaling->pRectangles = (const VkRectLayerKHR*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPresentRegionKHR()
14239 forUnmarshaling->rectangleCount * sizeof(const VkRectLayerKHR)); in unmarshal_VkPresentRegionKHR()
14243 (VkRectLayerKHR*)(forUnmarshaling->pRectangles + i)); in unmarshal_VkPresentRegionKHR()
Dgoldfish_vk_reserved_marshaling.cpp10931 VkRectLayerKHR* forUnmarshaling, uint8_t** ptr) { in reservedunmarshal_VkRectLayerKHR()
10943 memcpy((VkRectLayerKHR**)&forUnmarshaling->pRectangles, (*ptr), 8); in reservedunmarshal_VkPresentRegionKHR()
10948 forUnmarshaling->rectangleCount * sizeof(const VkRectLayerKHR)); in reservedunmarshal_VkPresentRegionKHR()
10951 vkStream, rootType, (VkRectLayerKHR*)(forUnmarshaling->pRectangles + i), ptr); in reservedunmarshal_VkPresentRegionKHR()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_wayland.c2012 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in wsi_wl_swapchain_queue_present()
Dwsi_common_x11.c1866 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in x11_queue_present()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp1357 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::RectLayerKHR ) == sizeof( VkRectLayerKHR ),…
Dvulkan_static_assertions.hpp1933 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::RectLayerKHR ) == sizeof( VkRectLayerKHR ),…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8848 typedef struct VkRectLayerKHR { struct
8852 } VkRectLayerKHR; argument
8856 const VkRectLayerKHR* pRectangles;

12