/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/ |
D | wsi.adoc | 53 * 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/ |
D | VK_KHR_incremental_present.adoc | 45 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/ |
D | wsi_common_win32.cpp | 678 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()
|
D | wsi_common_wayland.c | 2010 damage->pRectangles && damage->rectangleCount > 0) { in wsi_wl_swapchain_queue_present() 2012 const VkRectLayerKHR *rect = &damage->pRectangles[i]; in wsi_wl_swapchain_queue_present()
|
D | wsi_common_x11.c | 1860 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/ |
D | goldfish_vk_transform_guest.cpp | 6259 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()
|
D | goldfish_vk_deepcopy_guest.cpp | 6698 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()
|
D | goldfish_vk_counting_guest.cpp | 5875 if (toCount->pRectangles) { in count_VkPresentRegionKHR() 5879 (const VkRectLayerKHR*)(toCount->pRectangles + i), count); in count_VkPresentRegionKHR()
|
D | goldfish_vk_marshaling_guest.cpp | 11074 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()
|
D | goldfish_vk_reserved_marshaling_guest.cpp | 7476 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/ |
D | goldfish_vk_transform.cpp | 6459 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()
|
D | goldfish_vk_deepcopy.cpp | 6905 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()
|
D | goldfish_vk_marshaling.cpp | 14219 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()
|
D | goldfish_vk_reserved_marshaling.cpp | 10943 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/ |
D | vulkansc_hash.hpp | 6015 VULKAN_HPP_HASH_COMBINE( seed, presentRegionKHR.pRectangles ); in operator ()()
|
D | vulkan_hash.hpp | 11613 VULKAN_HPP_HASH_COMBINE( seed, presentRegionKHR.pRectangles ); in operator ()()
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 8856 const VkRectLayerKHR* pRectangles; member
|