Home
last modified time | relevance | path

Searched refs:presentMode (Results 1 – 18 of 18) sorted by relevance

/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentModesCreateInfo.adoc36 slink:VkSwapchainCreateInfoKHR::pname:presentMode in
38 * [[VUID-VkSwapchainPresentModesCreateInfoEXT-presentMode-07764]]
39 slink:VkSwapchainCreateInfoKHR::pname:presentMode must: be included in
DSwapchainPresentScalingCreateInfo.adoc63 given slink:VkSwapchainCreateInfoKHR::pname:presentMode in
77 given slink:VkSwapchainCreateInfoKHR::pname:presentMode in
91 given slink:VkSwapchainCreateInfoKHR::pname:presentMode in
/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp215 VkPresentModeKHR presentMode = VK_PRESENT_MODE_FIFO_KHR; in createSwapChainCi() local
280 .presentMode = presentMode, in createSwapChainCi()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_shared_presentable_image.adoc67 5) Should the pname:minImageCount and pname:presentMode values of the
71 *RESOLVED*: pname:minImageCount must be set to 1, and pname:presentMode
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/
Dwsi.adoc5 If a swapchain is created with pname:presentMode set to either
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_wayland.c1022 if (present_mode && (present_mode->presentMode == VK_PRESENT_MODE_FIFO_KHR || in wsi_wl_surface_get_min_image_count()
1023 present_mode->presentMode == VK_PRESENT_MODE_FIFO_RELAXED_KHR)) { in wsi_wl_surface_get_min_image_count()
1143 *mode = present_mode->presentMode; in wsi_wl_surface_get_capabilities2()
1145 switch (present_mode->presentMode) { in wsi_wl_surface_get_capabilities2()
1166 switch (present_mode->presentMode) { in wsi_wl_surface_get_capabilities2()
Dwsi_common_win32.cpp269 compat->pPresentModes[0] = present_mode->presentMode; in wsi_win32_surface_get_capabilities2()
Dwsi_common.c507 return pCreateInfo->presentMode; in wsi_swapchain_get_present_mode()
512 return pCreateInfo->presentMode; in wsi_swapchain_get_present_mode()
Dwsi_common_x11.c725 …eCount = x11_get_min_image_count_for_present_mode(wsi_device, wsi_conn, present_mode->presentMode); in x11_surface_get_capabilities()
794 compat->pPresentModes[0] = present_mode->presentMode; in x11_surface_get_capabilities2()
Dwsi_common_display.c979 compat->pPresentModes[0] = present_mode->presentMode; in wsi_display_surface_get_capabilities2()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_surface_maintenance1.adoc105 VkPresentModeKHR presentMode;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc318 * pname:presentMode is the presentation mode the swapchain will use.
414 * [[VUID-VkSwapchainCreateInfoKHR-presentMode-02839]]
415 If pname:presentMode is not
423 pname:minImageCount must: be `1` if pname:presentMode is either
459 surface and pname:presentMode
469 * [[VUID-VkSwapchainCreateInfoKHR-presentMode-01427]]
470 If pname:presentMode is ename:VK_PRESENT_MODE_IMMEDIATE_KHR,
479 If pname:presentMode is ename:VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR
520 * [[VUID-VkSwapchainCreateInfoKHR-presentMode-01281]]
521 pname:presentMode must: be one of the elink:VkPresentModeKHR values
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc837 * pname:presentMode is the presentation mode the swapchain will use.
845 are valid only for the specified pname:presentMode.
847 If pname:presentMode is ename:VK_PRESENT_MODE_SHARED_DEMAND_REFRESH_KHR or
879 * [[VUID-VkSurfacePresentModeEXT-presentMode-07780]]
880 pname:presentMode must: be a value reported by
1568 This is the only value of pname:presentMode that is required: to be
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_core.h7706 VkPresentModeKHR presentMode; member
14274 VkPresentModeKHR presentMode; member
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_hash.hpp13118 VULKAN_HPP_HASH_COMBINE( seed, surfacePresentModeEXT.presentMode ); in operator ()()
13183 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.presentMode ); in operator ()()
Dvulkansc_hash.hpp6835 VULKAN_HPP_HASH_COMBINE( seed, swapchainCreateInfoKHR.presentMode ); in operator ()()
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_marshaling.cpp13468 vkStream->write((VkPresentModeKHR*)&forMarshaling->presentMode, sizeof(VkPresentModeKHR)); in marshal_VkSwapchainCreateInfoKHR()
13522 vkStream->read((VkPresentModeKHR*)&forUnmarshaling->presentMode, sizeof(VkPresentModeKHR)); in unmarshal_VkSwapchainCreateInfoKHR()
Dgoldfish_vk_reserved_marshaling.cpp10382 memcpy((VkPresentModeKHR*)&forUnmarshaling->presentMode, *ptr, sizeof(VkPresentModeKHR)); in reservedunmarshal_VkSwapchainCreateInfoKHR()