Home
last modified time | relevance | path

Searched refs:pRectCount (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c236 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()
Dwsi_common_private.h348 uint32_t* pRectCount,
Dwsi_common_win32.cpp403 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()
Dwsi_common_wayland.c1311 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()
Dwsi_common.c898 uint32_t *pRectCount, in wsi_GetPhysicalDevicePresentRectanglesKHR() argument
907 pRectCount, pRects); in wsi_GetPhysicalDevicePresentRectanglesKHR()
Dwsi_common_x11.c942 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()
Dwsi_common_display.c1101 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/
Dwsi.adoc1894 * 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/
DVkDecoder.cpp13661 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 …]
DVkDecoderSnapshot.h932 uint32_t* pRectCount, VkRect2D* pRects);
DVkDecoderSnapshot.cpp2413 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/
Dvulkansc.hpp2290 …KHR( VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t * pRectCount, VkRect2D * pRec… in vkGetPhysicalDevicePresentRectanglesKHR() argument
2292 … return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects ); in vkGetPhysicalDevicePresentRectanglesKHR()
Dvulkansc_funcs.hpp6004 …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()
Dvulkan.hpp2385 …KHR( VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t * pRectCount, VkRect2D * pRec… in vkGetPhysicalDevicePresentRectanglesKHR() argument
2387 … return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects ); in vkGetPhysicalDevicePresentRectanglesKHR()
Dvulkansc_handles.hpp6101 …entRectanglesKHR( VULKAN_HPP_NAMESPACE::SurfaceKHR surface, uint32_t * pRectCount, VULKAN_HPP_NAME…
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7773 …sKHR)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pRectCount, VkRect2D* pRect…
7818 uint32_t* pRectCount,