Home
last modified time | relevance | path

Searched refs:pRectangles (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/
Dwsi.adoc53 * pname:rectangleCount is the number of rectangles in pname:pRectangles,
55 * pname:pRectangles is either `NULL` or a pointer to an array of
60 If non-`NULL`, each entry in pname:pRectangles is a rectangle of the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_incremental_present.adoc45 Another approach is to have two parallel arrays, ptext:pRectangles and
46 ptext:pLayers, where ptext:pRectangles[i] and ptext:pLayers[i] must be used
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_win32.cpp678 rects[r].left = damage->pRectangles[r].offset.x; in wsi_win32_queue_present_dxgi()
679 rects[r].top = damage->pRectangles[r].offset.y; in wsi_win32_queue_present_dxgi()
680 rects[r].right = damage->pRectangles[r].offset.x + damage->pRectangles[r].extent.width; in wsi_win32_queue_present_dxgi()
681 rects[r].bottom = damage->pRectangles[r].offset.y + damage->pRectangles[r].extent.height; in wsi_win32_queue_present_dxgi()
Dwsi_common_wayland.c2010 damage->pRectangles && damage->rectangleCount > 0) { in wsi_wl_swapchain_queue_present()
2012 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in wsi_wl_swapchain_queue_present()
Dwsi_common_x11.c1860 if (damage && damage->pRectangles && damage->rectangleCount > 0 && in x11_queue_present()
1866 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in x11_queue_present()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_transform_guest.cpp6259 if (toTransform->pRectangles) { in transform_tohost_VkPresentRegionKHR()
6262 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_tohost_VkPresentRegionKHR()
6273 if (toTransform->pRectangles) { in transform_fromhost_VkPresentRegionKHR()
6276 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_fromhost_VkPresentRegionKHR()
Dgoldfish_vk_deepcopy_guest.cpp6698 to->pRectangles = nullptr; in deepcopy_VkPresentRegionKHR()
6699 if (from->pRectangles) { in deepcopy_VkPresentRegionKHR()
6700 to->pRectangles = in deepcopy_VkPresentRegionKHR()
6704 deepcopy_VkRectLayerKHR(alloc, rootType, from->pRectangles + i, in deepcopy_VkPresentRegionKHR()
6705 (VkRectLayerKHR*)(to->pRectangles + i)); in deepcopy_VkPresentRegionKHR()
Dgoldfish_vk_counting_guest.cpp5875 if (toCount->pRectangles) { in count_VkPresentRegionKHR()
5879 (const VkRectLayerKHR*)(toCount->pRectangles + i), count); in count_VkPresentRegionKHR()
Dgoldfish_vk_marshaling_guest.cpp11074 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pRectangles; in marshal_VkPresentRegionKHR()
11076 if (forMarshaling->pRectangles) { in marshal_VkPresentRegionKHR()
11080 (const VkRectLayerKHR*)(forMarshaling->pRectangles + i)); in marshal_VkPresentRegionKHR()
11093 if (forUnmarshaling->pRectangles) { in unmarshal_VkPresentRegionKHR()
11101 (VkRectLayerKHR*)(forUnmarshaling->pRectangles + i)); in unmarshal_VkPresentRegionKHR()
Dgoldfish_vk_reserved_marshaling_guest.cpp7476 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pRectangles; in reservedmarshal_VkPresentRegionKHR()
7480 if (forMarshaling->pRectangles) { in reservedmarshal_VkPresentRegionKHR()
7483 vkStream, rootType, (const VkRectLayerKHR*)(forMarshaling->pRectangles + i), ptr); in reservedmarshal_VkPresentRegionKHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_transform.cpp6459 if (toTransform->pRectangles) { in transform_tohost_VkPresentRegionKHR()
6462 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_tohost_VkPresentRegionKHR()
6473 if (toTransform->pRectangles) { in transform_fromhost_VkPresentRegionKHR()
6476 (VkRectLayerKHR*)(toTransform->pRectangles + i)); in transform_fromhost_VkPresentRegionKHR()
Dgoldfish_vk_deepcopy.cpp6905 to->pRectangles = nullptr; in deepcopy_VkPresentRegionKHR()
6906 if (from->pRectangles) { in deepcopy_VkPresentRegionKHR()
6907 to->pRectangles = in deepcopy_VkPresentRegionKHR()
6911 deepcopy_VkRectLayerKHR(alloc, rootType, from->pRectangles + i, in deepcopy_VkPresentRegionKHR()
6912 (VkRectLayerKHR*)(to->pRectangles + i)); in deepcopy_VkPresentRegionKHR()
Dgoldfish_vk_marshaling.cpp14219 uint64_t cgen_var_0 = (uint64_t)(uintptr_t)forMarshaling->pRectangles; in marshal_VkPresentRegionKHR()
14221 if (forMarshaling->pRectangles) { in marshal_VkPresentRegionKHR()
14225 (const VkRectLayerKHR*)(forMarshaling->pRectangles + i)); in marshal_VkPresentRegionKHR()
14236 forUnmarshaling->pRectangles = (const VkRectLayerKHR*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPresentRegionKHR()
14237 if (forUnmarshaling->pRectangles) { in unmarshal_VkPresentRegionKHR()
14238 vkStream->alloc((void**)&forUnmarshaling->pRectangles, in unmarshal_VkPresentRegionKHR()
14243 (VkRectLayerKHR*)(forUnmarshaling->pRectangles + i)); in unmarshal_VkPresentRegionKHR()
Dgoldfish_vk_reserved_marshaling.cpp10943 memcpy((VkRectLayerKHR**)&forUnmarshaling->pRectangles, (*ptr), 8); in reservedunmarshal_VkPresentRegionKHR()
10944 android::base::Stream::fromBe64((uint8_t*)&forUnmarshaling->pRectangles); in reservedunmarshal_VkPresentRegionKHR()
10946 if (forUnmarshaling->pRectangles) { in reservedunmarshal_VkPresentRegionKHR()
10947 vkStream->alloc((void**)&forUnmarshaling->pRectangles, in reservedunmarshal_VkPresentRegionKHR()
10951 vkStream, rootType, (VkRectLayerKHR*)(forUnmarshaling->pRectangles + i), ptr); in reservedunmarshal_VkPresentRegionKHR()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6015 VULKAN_HPP_HASH_COMBINE( seed, presentRegionKHR.pRectangles ); in operator ()()
Dvulkan_hash.hpp11613 VULKAN_HPP_HASH_COMBINE( seed, presentRegionKHR.pRectangles ); in operator ()()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h8856 const VkRectLayerKHR* pRectangles; member