/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/ |
D | wsi.adoc | 56 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/ |
D | VK_KHR_incremental_present.adoc | 52 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/ |
D | goldfish_vk_deepcopy_guest.h | 1287 void deepcopy_VkRectLayerKHR(Allocator* alloc, VkStructureType rootType, const VkRectLayerKHR* from, 1288 VkRectLayerKHR* to);
|
D | goldfish_vk_transform_guest.h | 2004 void transform_tohost_VkRectLayerKHR(ResourceTracker* resourceTracker, VkRectLayerKHR* toTransform); 2007 VkRectLayerKHR* toTransform);
|
D | goldfish_vk_marshaling_guest.h | 2450 const VkRectLayerKHR* forMarshaling); 2453 VkRectLayerKHR* forUnmarshaling);
|
D | goldfish_vk_transform_guest.cpp | 6239 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()
|
D | goldfish_vk_counting_guest.h | 1165 const VkRectLayerKHR* toCount, size_t* count);
|
D | goldfish_vk_reserved_marshaling_guest.h | 1305 const VkRectLayerKHR* forMarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy_guest.cpp | 6683 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()
|
D | goldfish_vk_marshaling_guest.cpp | 11054 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()
|
D | goldfish_vk_counting_guest.cpp | 5856 const VkRectLayerKHR* toCount, size_t* count) { in count_VkRectLayerKHR() 5879 (const VkRectLayerKHR*)(toCount->pRectangles + i), count); in count_VkPresentRegionKHR()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7460 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/ |
D | goldfish_vk_deepcopy.h | 1311 void deepcopy_VkRectLayerKHR(Allocator* alloc, VkStructureType rootType, const VkRectLayerKHR* from, 1312 VkRectLayerKHR* to);
|
D | goldfish_vk_transform.h | 2113 VkRectLayerKHR* toTransform); 2116 VkRectLayerKHR* toTransform);
|
D | goldfish_vk_marshaling.h | 2476 const VkRectLayerKHR* forMarshaling); 2479 VkRectLayerKHR* forUnmarshaling);
|
D | goldfish_vk_transform.cpp | 6439 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()
|
D | goldfish_vk_reserved_marshaling.h | 1294 VkRectLayerKHR* forUnmarshaling, uint8_t** ptr);
|
D | goldfish_vk_deepcopy.cpp | 6890 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()
|
D | goldfish_vk_marshaling.cpp | 14199 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 10931 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/ |
D | wsi_common_wayland.c | 2012 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in wsi_wl_swapchain_queue_present()
|
D | wsi_common_x11.c | 1866 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in x11_queue_present()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_static_assertions.hpp | 1357 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::RectLayerKHR ) == sizeof( VkRectLayerKHR ),…
|
D | vulkan_static_assertions.hpp | 1933 VULKAN_HPP_STATIC_ASSERT( sizeof( VULKAN_HPP_NAMESPACE::RectLayerKHR ) == sizeof( VkRectLayerKHR ),…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 8848 typedef struct VkRectLayerKHR { struct 8852 } VkRectLayerKHR; argument 8856 const VkRectLayerKHR* pRectangles;
|