/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 236 uint32_t* pRectCount, in wsi_headless_surface_get_present_rectangles() argument 239 VK_OUTARRAY_MAKE_TYPED(VkRect2D, out, pRects, pRectCount); in wsi_headless_surface_get_present_rectangles()
|
D | wsi_common_private.h | 348 uint32_t* pRectCount,
|
D | wsi_common_win32.cpp | 403 uint32_t* pRectCount, in wsi_win32_surface_get_present_rectangles() argument 406 VK_OUTARRAY_MAKE_TYPED(VkRect2D, out, pRects, pRectCount); in wsi_win32_surface_get_present_rectangles()
|
D | wsi_common_wayland.c | 1311 uint32_t* pRectCount, in wsi_wl_surface_get_present_rectangles() argument 1314 VK_OUTARRAY_MAKE_TYPED(VkRect2D, out, pRects, pRectCount); in wsi_wl_surface_get_present_rectangles()
|
D | wsi_common.c | 898 uint32_t *pRectCount, in wsi_GetPhysicalDevicePresentRectanglesKHR() argument 907 pRectCount, pRects); in wsi_GetPhysicalDevicePresentRectanglesKHR()
|
D | wsi_common_x11.c | 942 uint32_t* pRectCount, in x11_surface_get_present_rectangles() argument 947 VK_OUTARRAY_MAKE_TYPED(VkRect2D, out, pRects, pRectCount); in x11_surface_get_present_rectangles()
|
D | wsi_common_display.c | 1101 uint32_t* pRectCount, in wsi_display_surface_get_present_rectangles() argument 1106 VK_OUTARRAY_MAKE_TYPED(VkRect2D, out, pRects, pRectCount); in wsi_display_surface_get_present_rectangles()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/ |
D | wsi.adoc | 1894 * pname:pRectCount is a pointer to an integer related to the number of 1900 presenting the given pname:surface is returned in pname:pRectCount. 1901 Otherwise, pname:pRectCount must: point to a variable set by the user to the 1904 If the value of pname:pRectCount is less than the number of rectangles, at 1905 most pname:pRectCount structures will be written, and ename:VK_INCOMPLETE
|
/hardware/google/gfxstream/host/vulkan/ |
D | VkDecoder.cpp | 13661 uint32_t* pRectCount; in decode() local 13680 memcpy((uint32_t**)&pRectCount, (*readStreamPtrPtr), 8); in decode() 13681 android::base::Stream::fromBe64((uint8_t*)&pRectCount); in decode() 13683 if (pRectCount) { in decode() 13684 vkReadStream->alloc((void**)&pRectCount, sizeof(uint32_t)); in decode() 13685 memcpy((uint32_t*)pRectCount, *readStreamPtrPtr, sizeof(uint32_t)); in decode() 13695 vkReadStream->alloc((void**)&pRects, (*(pRectCount)) * sizeof(VkRect2D)); in decode() 13696 for (uint32_t i = 0; i < (uint32_t)(*(pRectCount)); ++i) { in decode() 13701 if (pRectCount) { in decode() 13703 for (uint32_t i = 0; i < (uint32_t)(*(pRectCount)); ++i) { in decode() [all …]
|
D | VkDecoderSnapshot.h | 932 uint32_t* pRectCount, VkRect2D* pRects);
|
D | VkDecoderSnapshot.cpp | 2413 uint32_t* pRectCount, VkRect2D* pRects) {} in vkGetPhysicalDevicePresentRectanglesKHR() argument 5920 uint32_t* pRectCount, VkRect2D* pRects) { in vkGetPhysicalDevicePresentRectanglesKHR() argument 5923 pRectCount, pRects); in vkGetPhysicalDevicePresentRectanglesKHR()
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc.hpp | 2290 …KHR( VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t * pRectCount, VkRect2D * pRec… in vkGetPhysicalDevicePresentRectanglesKHR() argument 2292 … return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects ); in vkGetPhysicalDevicePresentRectanglesKHR()
|
D | vulkansc_funcs.hpp | 6004 …entRectanglesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, uint32_t * pRectCount, VULKAN_HPP_NAME… in getPresentRectanglesKHR() argument 6007 …RectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( surface ), pRectCount, reinterpret_cas… in getPresentRectanglesKHR()
|
D | vulkan.hpp | 2385 …KHR( VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t * pRectCount, VkRect2D * pRec… in vkGetPhysicalDevicePresentRectanglesKHR() argument 2387 … return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects ); in vkGetPhysicalDevicePresentRectanglesKHR()
|
D | vulkansc_handles.hpp | 6101 …entRectanglesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, uint32_t * pRectCount, VULKAN_HPP_NAME…
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7773 …sKHR)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect… 7818 uint32_t* pRectCount,
|