Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp278 .preTransform = surfaceCaps.currentTransform, in createSwapChainCi()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/
Dwsi.adoc64 slink:VkSurfaceCapabilitiesKHR::pname:currentTransform, regardless of
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_headless.c94 caps->currentTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in wsi_headless_surface_get_capabilities()
Dwsi_common_win32.cpp205 caps->currentTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in wsi_win32_surface_get_capabilities()
Dwsi_common.c841 ext_caps->currentTransform = khr_caps.currentTransform; in wsi_GetPhysicalDeviceSurfaceCapabilities2EXT()
Dwsi_common_wayland.c1080 caps->currentTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in wsi_wl_surface_get_capabilities()
Dwsi_common_x11.c734 caps->currentTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in x11_surface_get_capabilities()
Dwsi_common_display.c907 caps->currentTransform = VK_SURFACE_TRANSFORM_IDENTITY_BIT_KHR; in wsi_display_surface_get_capabilities()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_QCOM_render_pass_transform.adoc64 pname:currentTransform as returned by
DVK_KHR_swapchain.adoc608 Having a separate enum means that currentTransform and preTransform are
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc388 * pname:currentTransform is elink:VkSurfaceTransformFlagBitsKHR value
663 pname:maxImageCount, pname:currentExtent, and pname:currentTransform will
668 * pname:currentTransform will be
814 If the value in slink:VkSurfaceCapabilitiesKHR::pname:currentTransform is
1038 slink:VkSurfaceCapabilitiesKHR::pname:currentTransform indicating the
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkansc_hash.hpp6741 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilities2EXT.currentTransform ); in operator ()()
6761 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilitiesKHR.currentTransform ); in operator ()()
Dvulkan_hash.hpp12982 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilities2EXT.currentTransform ); in operator ()()
13002 VULKAN_HPP_HASH_COMBINE( seed, surfaceCapabilitiesKHR.currentTransform ); in operator ()()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/
Dvertexpostproc.adoc1262 slink:VkSurfaceCapabilitiesKHR::pname:currentTransform.
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc312 If it does not match the pname:currentTransform value returned by
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7620 VkSurfaceTransformFlagBitsKHR currentTransform; member
11521 VkSurfaceTransformFlagBitsKHR currentTransform; member