/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_win32_surface/ |
D | platformCreateSurface_win32.adoc | 56 pname:currentExtent must: always equal the window size. 58 The pname:currentExtent of a Win32 surface must: have both pname:width and 71 in slink:VkSurfaceCapabilitiesKHR::pname:currentExtent.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_GGP_stream_descriptor_surface/ |
D | platformCreateSurface_streamdescriptor.adoc | 55 The pname:currentExtent will reflect the current optimal resolution. 60 Using the surface's pname:currentExtent will offer the best performance and 63 pname:currentExtent, the presentable images are scaled to the surface's
|
/hardware/google/gfxstream/host/vulkan/ |
D | SwapChainStateVk.cpp | 244 if (surfaceCaps.currentExtent.width != UINT32_MAX && surfaceCaps.currentExtent.width == width && in createSwapChainCi() 245 surfaceCaps.currentExtent.height == height) { in createSwapChainCi() 246 maybeExtent = surfaceCaps.currentExtent; in createSwapChainCi()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xcb_surface/ |
D | platformCreateSurface_xcb.adoc | 57 pname:currentExtent must: always equal the window size. 59 The pname:currentExtent of an Xcb surface must: have both pname:width and 72 in slink:VkSurfaceCapabilitiesKHR::pname:currentExtent.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_xlib_surface/ |
D | platformCreateSurface_xlib.adoc | 56 pname:currentExtent must: always equal the window size. 58 The pname:currentExtent of an Xlib surface must: have both pname:width and 71 in slink:VkSurfaceCapabilitiesKHR::pname:currentExtent.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NN_vi_surface/ |
D | platformCreateSurface_vi.adoc | 34 If the native window is created with a specified size, pname:currentExtent 38 Otherwise, the pname:currentExtent will have the special value
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_android_surface/ |
D | platformCreateSurface_android.adoc | 45 surface's pname:currentExtent, the presentable images will be scaled to the 49 For the system compositor, pname:currentExtent is the window size (i.e. the
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_directfb_surface/ |
D | platformCreateSurface_directfb.adoc | 54 pname:currentExtent must: always equal the surface size.
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_FUCHSIA_imagepipe_surface/ |
D | platformCreateSurface_imagepipe.adoc | 51 On Fuchsia, the surface pname:currentExtent is the special value
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_headless_surface/ |
D | headless.adoc | 61 For headless surfaces, pname:currentExtent is the reserved value
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_wayland_surface/ |
D | platformCreateSurface_wayland.adoc | 53 On Wayland, pname:currentExtent is the special value [eq]#(0xFFFFFFFF,
|
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/ |
D | wsi_common_headless.c | 86 caps->currentExtent = (VkExtent2D) { -1, -1 }; in wsi_headless_surface_get_capabilities()
|
D | wsi_common.c | 836 ext_caps->currentExtent = khr_caps.currentExtent; in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT() 938 info.imageExtent = caps2.surfaceCapabilities.currentExtent; in wsi_CreateSwapchainKHR()
|
D | wsi_common_win32.cpp | 194 caps->currentExtent = { in wsi_win32_surface_get_capabilities()
|
D | wsi_common_display.c | 892 caps->currentExtent.width = mode->hdisplay; in wsi_display_surface_get_capabilities() 893 caps->currentExtent.height = mode->vdisplay; in wsi_display_surface_get_capabilities()
|
D | wsi_common_wayland.c | 1072 caps->currentExtent = (VkExtent2D) { UINT32_MAX, UINT32_MAX }; in wsi_wl_surface_get_capabilities()
|
D | wsi_common_x11.c | 709 caps->currentExtent = extent; in x11_surface_get_capabilities()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/ |
D | wsi.adoc | 362 * pname:currentExtent is the current width and height of the surface, or 370 pname:currentExtent, unless pname:currentExtent has the special value 379 pname:currentExtent, unless pname:currentExtent has the special value 663 pname:maxImageCount, pname:currentExtent, and pname:currentTransform will 667 * pname:currentExtent will be [eq]#(0xFFFFFFFF, 0xFFFFFFFF)#
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_KHR_swapchain.adoc | 224 slink:VkSurfaceCapabilitiesKHR::pname:currentExtent to indicate the size of 549 ** Changed special value for VkSurfacePropertiesKHR::currentExtent back to
|
/hardware/google/gfxstream/common/vulkan/include/vulkan/ |
D | vulkansc_hash.hpp | 6736 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilities2EXT.currentExtent ); in operator ()() 6756 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilitiesKHR.currentExtent ); in operator ()()
|
D | vulkan_hash.hpp | 12977 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilities2EXT.currentExtent ); in operator ()() 12997 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilitiesKHR.currentExtent ); in operator ()()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/ |
D | wsi.adoc | 280 the surface's pname:currentExtent as returned by
|
/hardware/google/gfxstream/guest/mesa/include/vulkan/ |
D | vulkan_core.h | 7615 VkExtent2D currentExtent; member 11516 VkExtent2D currentExtent; member
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/ |
D | ChangeLog.adoc | 8746 pname:currentExtent of a VI surface to more accurately reflect current
|