Home
last modified time | relevance | path

Searched refs:VkSwapchainCreateInfoKHR (Results 1 – 25 of 49) sorted by relevance

12

/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.h17 VkSwapchainCreateInfoKHR mCreateInfo;
25 SwapchainCreateInfoWrapper(const VkSwapchainCreateInfoKHR&);
51 const VkSwapchainCreateInfoKHR&);
63 VkResult initSwapChainStateVk(const VkSwapchainCreateInfoKHR& swapChainCi);
DSwapChainStateVk.cpp35 SwapchainCreateInfoWrapper::SwapchainCreateInfoWrapper(const VkSwapchainCreateInfoKHR& createInfo) in SwapchainCreateInfoWrapper()
79 const VulkanDispatch& vk, VkDevice vkDevice, const VkSwapchainCreateInfoKHR& swapChainCi) { in createSwapChainVk()
94 VkResult SwapChainStateVk::initSwapChainStateVk(const VkSwapchainCreateInfoKHR& swapChainCi) { in initSwapChainStateVk()
264 SwapchainCreateInfoWrapper swapChainCi(VkSwapchainCreateInfoKHR{ in createSwapChainCi()
/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h215 const VkSwapchainCreateInfoKHR *pCreateInfo,
221 const VkSwapchainCreateInfoKHR *pCreateInfo);
245 const VkSwapchainCreateInfoKHR *pCreateInfo,
251 const VkSwapchainCreateInfoKHR *pCreateInfo,
261 const VkSwapchainCreateInfoKHR *pCreateInfo,
279 const VkSwapchainCreateInfoKHR *pCreateInfo,
289 const VkSwapchainCreateInfoKHR *pCreateInfo,
353 const VkSwapchainCreateInfoKHR* pCreateInfo,
Dwsi_common_drm.c311 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_configure_native_image()
592 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_configure_prime_image()
629 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_drm_configure_image()
Dwsi_common.c347 const VkSwapchainCreateInfoKHR *pCreateInfo, in configure_image()
406 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_swapchain_init()
467 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_swapchain_is_present_mode_supported()
504 const VkSwapchainCreateInfoKHR *pCreateInfo) in wsi_swapchain_get_present_mode()
553 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_configure_image()
912 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_CreateSwapchainKHR()
931 VkSwapchainCreateInfoKHR info = *pCreateInfo; in wsi_CreateSwapchainKHR()
1936 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_configure_buffer_image()
2074 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_configure_cpu_image()
Dwsi_common_win32.cpp499 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_dxgi_configure_image()
522 const VkSwapchainCreateInfoKHR *create_info, in wsi_win32_image_init()
751 const VkSwapchainCreateInfoKHR *create_info, in wsi_win32_surface_create_swapchain_dxgi()
809 const VkSwapchainCreateInfoKHR *create_info, in wsi_win32_surface_create_swapchain()
Dwsi_common_headless.c448 const VkSwapchainCreateInfoKHR* pCreateInfo, in wsi_headless_surface_create_swapchain()
Dwsi_common_wayland.c2096 const VkSwapchainCreateInfoKHR *pCreateInfo, in wsi_wl_image_init()
2239 const VkSwapchainCreateInfoKHR* pCreateInfo, in wsi_wl_surface_create_swapchain()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentModesCreateInfo.adoc13 pname:pNext chain of the slink:VkSwapchainCreateInfoKHR structure.
36 slink:VkSwapchainCreateInfoKHR::pname:presentMode in
39 slink:VkSwapchainCreateInfoKHR::pname:presentMode must: be included in
DSwapchainPresentScalingCreateInfo.adoc19 pname:pNext chain of the slink:VkSwapchainCreateInfoKHR structure.
63 given slink:VkSwapchainCreateInfoKHR::pname:presentMode in
77 given slink:VkSwapchainCreateInfoKHR::pname:presentMode in
91 given slink:VkSwapchainCreateInfoKHR::pname:presentMode in
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_present_barrier/
Dpresent_barrier.adoc13 the pname:pNext chain of the slink:VkSwapchainCreateInfoKHR structure, and
56 If the pname:pNext chain of slink:VkSwapchainCreateInfoKHR does not include
61 barrier, and the pname:pNext chain of slink:VkSwapchainCreateInfoKHR does
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc98 * pname:pCreateInfo is a pointer to a slink:VkSwapchainCreateInfoKHR
222 If the pname:pNext chain of slink:VkSwapchainCreateInfoKHR includes a
234 When the slink:VkSurfaceKHR in slink:VkSwapchainCreateInfoKHR is a display
255 [open,refpage='VkSwapchainCreateInfoKHR',desc='Structure specifying parameters of a newly created s…
257 The sname:VkSwapchainCreateInfoKHR structure is defined as:
259 include::{generated}/api/structs/VkSwapchainCreateInfoKHR.adoc[]
398 * [[VUID-VkSwapchainCreateInfoKHR-surface-01270]]
402 * [[VUID-VkSwapchainCreateInfoKHR-minImageCount-01271]]
408 * [[VUID-VkSwapchainCreateInfoKHR-minImageCount-01272]]
414 * [[VUID-VkSwapchainCreateInfoKHR-presentMode-02839]]
[all …]
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_display_control/
Dswapchain_counters.adoc9 slink:VkSwapchainCreateInfoKHR.
24 slink:VkSwapchainCreateInfoKHR::pname:surface, as reported by
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_display_swapchain/
Dcreate_shared_swapchains.adoc22 slink:VkSwapchainCreateInfoKHR structures specifying the parameters of
31 except that it takes an array of slink:VkSwapchainCreateInfoKHR structures,
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_incremental_present/
Dwsi.adoc94 slink:VkSwapchainCreateInfoKHR structure, must: be no greater than the
95 pname:imageExtent member of the slink:VkSwapchainCreateInfoKHR structure
99 slink:VkSwapchainCreateInfoKHR structure passed to
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
DVK_KHR_display_swapchain.adoc55 slink:VkSwapchainCreateInfoKHR structures through pname:pNext.
57 level of indirection was used: slink:VkSwapchainCreateInfoKHR::pname:pNext
60 slink:VkSwapchainCreateInfoKHR structure.
DVK_KHR_swapchain_mutable_format.adoc56 slink:VkSwapchainCreateInfoKHR for swapchains created with
DVK_KHR_swapchain.adoc562 ** Added oldSwapchain member to VkSwapchainCreateInfoKHR.
569 ** Added the "`clipped`" flag to VkSwapchainCreateInfoKHR, and the
576 VkSwapchainCreateInfoKHR is not NULL.
579 ** Example of new VkSwapchainCreateInfoKHR members, "`oldSwapchain`" and
582 VkSwapchainCreateInfoKHR::minImageCount.
593 ** Add usage flags to VkSwapchainCreateInfoKHR
655 for the imageColorSpace member of the VkSwapchainCreateInfoKHR struct).
743 ** Add reserved flags bitmask to VkSwapchainCreateInfoKHR.
745 so the VkSwapchainCreateInfoKHR image property members mirror
DVK_KHR_incremental_present.adoc79 sname:VkSwapchainCreateInfoKHR::pname:preTransform set to a value other than
DVK_KHR_shared_presentable_image.adoc68 slink:VkSwapchainCreateInfoKHR be ignored, or required to be compatible
DVK_QCOM_render_pass_transform.adoc63 slink:VkSwapchainCreateInfoKHR::pname:preTransform equal to the
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_swapchain_maintenance1.adoc136 * Specify a particular behavior for `VkSwapchainCreateInfoKHR::oldSwapchain`
235 chaining the following to `VkSwapchainCreateInfoKHR`:
276 `VkSwapchainCreateInfoKHR::flags`.
289 `VkSwapchainCreateInfoKHR`:
DVK_EXT_image_compression_control.adoc164 …essionControlEXT` structure can be passed in the pNext chain of VkSwapchainCreateInfoKHR to contro…
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_deepcopy.h1147 const VkSwapchainCreateInfoKHR* from,
1148 VkSwapchainCreateInfoKHR* to);
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_NV_low_latency2/
Dlow_latency2.adoc342 slink:VkSwapchainCreateInfoKHR.

12