Home
last modified time | relevance | path

Searched refs:VkPresentRegionKHR (Results 1 – 25 of 30) sorted by relevance

12

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/
Dwsi.adoc29 sname:VkPresentRegionKHR elements with pname:swapchainCount entries.
46 [open,refpage='VkPresentRegionKHR',desc='Structure containing rectangular region changed by vkQueue…
49 sname:VkPresentRegionKHR structure, which is defined as:
51 include::{generated}/api/structs/VkPresentRegionKHR.adoc[]
70 include::{generated}/validity/structs/VkPresentRegionKHR.adoc[]
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h189 const VkPresentRegionKHR *damage);
Dwsi_common_win32.cpp672 const VkPresentRegionKHR *damage) in wsi_win32_queue_present_dxgi()
719 const VkPresentRegionKHR *damage) in wsi_win32_queue_present()
Dwsi_common_headless.c320 const VkPresentRegionKHR *damage) in wsi_headless_swapchain_queue_present()
Dwsi_common_wayland.c1986 const VkPresentRegionKHR *damage) in wsi_wl_swapchain_queue_present()
Dwsi_common.c1446 const VkPresentRegionKHR *region = NULL; in wsi_common_queue_present()
Dwsi_common_x11.c1851 const VkPresentRegionKHR *damage) in x11_queue_present()
Dwsi_common_display.c2001 const VkPresentRegionKHR *damage) in wsi_display_queue_present()
/hardware/google/gfxstream/guest/vulkan_enc/
Dgoldfish_vk_deepcopy_guest.h1291 const VkPresentRegionKHR* from, VkPresentRegionKHR* to);
Dgoldfish_vk_transform_guest.h2010 VkPresentRegionKHR* toTransform);
2013 VkPresentRegionKHR* toTransform);
Dgoldfish_vk_marshaling_guest.h2456 const VkPresentRegionKHR* forMarshaling);
2459 VkPresentRegionKHR* forUnmarshaling);
Dgoldfish_vk_transform_guest.cpp6255 VkPresentRegionKHR* toTransform) { in transform_tohost_VkPresentRegionKHR()
6269 VkPresentRegionKHR* toTransform) { in transform_fromhost_VkPresentRegionKHR()
6293 resourceTracker, (VkPresentRegionKHR*)(toTransform->pRegions + i)); in transform_tohost_VkPresentRegionsKHR()
6310 resourceTracker, (VkPresentRegionKHR*)(toTransform->pRegions + i)); in transform_fromhost_VkPresentRegionsKHR()
Dgoldfish_vk_counting_guest.h1168 const VkPresentRegionKHR* toCount, size_t* count);
Dgoldfish_vk_reserved_marshaling_guest.h1308 const VkPresentRegionKHR* forMarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy_guest.cpp6693 const VkPresentRegionKHR* from, VkPresentRegionKHR* to) { in deepcopy_VkPresentRegionKHR()
6733 to->pRegions = (VkPresentRegionKHR*)alloc->alloc(from->swapchainCount * in deepcopy_VkPresentRegionsKHR()
6734 sizeof(const VkPresentRegionKHR)); in deepcopy_VkPresentRegionsKHR()
6738 (VkPresentRegionKHR*)(to->pRegions + i)); in deepcopy_VkPresentRegionsKHR()
Dgoldfish_vk_marshaling_guest.cpp11070 const VkPresentRegionKHR* forMarshaling) { in marshal_VkPresentRegionKHR()
11087 VkPresentRegionKHR* forUnmarshaling) { in unmarshal_VkPresentRegionKHR()
11123 vkStream, rootType, (const VkPresentRegionKHR*)(forMarshaling->pRegions + i)); in marshal_VkPresentRegionsKHR()
11139 const VkPresentRegionKHR* check_pRegions; in unmarshal_VkPresentRegionsKHR()
11140 check_pRegions = (const VkPresentRegionKHR*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPresentRegionsKHR()
11149 (VkPresentRegionKHR*)(forUnmarshaling->pRegions + i)); in unmarshal_VkPresentRegionsKHR()
Dgoldfish_vk_counting_guest.cpp5867 const VkPresentRegionKHR* toCount, size_t* count) { in count_VkPresentRegionKHR()
5903 (const VkPresentRegionKHR*)(toCount->pRegions + i), count); in count_VkPresentRegionsKHR()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1315 const VkPresentRegionKHR* from, VkPresentRegionKHR* to);
Dgoldfish_vk_transform.h2119 VkPresentRegionKHR* toTransform);
2122 VkPresentRegionKHR* toTransform);
Dgoldfish_vk_marshaling.h2482 const VkPresentRegionKHR* forMarshaling);
2485 VkPresentRegionKHR* forUnmarshaling);
Dgoldfish_vk_transform.cpp6455 VkPresentRegionKHR* toTransform) { in transform_tohost_VkPresentRegionKHR()
6469 VkPresentRegionKHR* toTransform) { in transform_fromhost_VkPresentRegionKHR()
6493 resourceTracker, (VkPresentRegionKHR*)(toTransform->pRegions + i)); in transform_tohost_VkPresentRegionsKHR()
6510 resourceTracker, (VkPresentRegionKHR*)(toTransform->pRegions + i)); in transform_fromhost_VkPresentRegionsKHR()
Dgoldfish_vk_reserved_marshaling.h1297 VkPresentRegionKHR* forUnmarshaling, uint8_t** ptr);
Dgoldfish_vk_deepcopy.cpp6900 const VkPresentRegionKHR* from, VkPresentRegionKHR* to) { in deepcopy_VkPresentRegionKHR()
6940 to->pRegions = (VkPresentRegionKHR*)alloc->alloc(from->swapchainCount * in deepcopy_VkPresentRegionsKHR()
6941 sizeof(const VkPresentRegionKHR)); in deepcopy_VkPresentRegionsKHR()
6945 (VkPresentRegionKHR*)(to->pRegions + i)); in deepcopy_VkPresentRegionsKHR()
Dgoldfish_vk_marshaling.cpp14215 const VkPresentRegionKHR* forMarshaling) { in marshal_VkPresentRegionKHR()
14232 VkPresentRegionKHR* forUnmarshaling) { in unmarshal_VkPresentRegionKHR()
14265 vkStream, rootType, (const VkPresentRegionKHR*)(forMarshaling->pRegions + i)); in marshal_VkPresentRegionsKHR()
14293 forUnmarshaling->pRegions = (const VkPresentRegionKHR*)(uintptr_t)vkStream->getBe64(); in unmarshal_VkPresentRegionsKHR()
14296 forUnmarshaling->swapchainCount * sizeof(const VkPresentRegionKHR)); in unmarshal_VkPresentRegionsKHR()
14300 (VkPresentRegionKHR*)(forUnmarshaling->pRegions + i)); in unmarshal_VkPresentRegionsKHR()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_static_assertions.hpp1353 …SSERT( sizeof( VULKAN_HPP_NAMESPACE::PresentRegionKHR ) == sizeof( VkPresentRegionKHR ), "struct a…

12