Home
last modified time | relevance | path

Searched refs:VkPresentModeKHR (Results 1 – 25 of 29) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/vulkan/wsi/
Dwsi_common_private.h153 VkPresentModeKHR present_mode;
197 VkPresentModeKHR mode);
219 enum VkPresentModeKHR
345 VkPresentModeKHR* pPresentModes);
Dwsi_common_headless.c66 static const VkPresentModeKHR present_modes[] = {
217 VkPresentModeKHR* pPresentModes) in wsi_headless_surface_get_present_modes()
265 VkPresentModeKHR present_mode;
Dwsi_common_wayland.c176 VkPresentModeKHR present_mode;
1140 … VK_OUTARRAY_MAKE_TYPED(VkPresentModeKHR, modes, compat->pPresentModes, &compat->presentModeCount); in wsi_wl_surface_get_capabilities2()
1142 vk_outarray_append_typed(VkPresentModeKHR, &modes, mode) { in wsi_wl_surface_get_capabilities2()
1147 vk_outarray_append_typed(VkPresentModeKHR, &modes, mode) { in wsi_wl_surface_get_capabilities2()
1152 vk_outarray_append_typed(VkPresentModeKHR, &modes, mode) { in wsi_wl_surface_get_capabilities2()
1270 VkPresentModeKHR* pPresentModes) in wsi_wl_surface_get_present_modes()
1281 VkPresentModeKHR present_modes[3]; in wsi_wl_surface_get_present_modes()
1666 VkPresentModeKHR mode) in wsi_wl_swapchain_set_present_mode()
2282 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in wsi_wl_surface_create_swapchain()
Dwsi_common.h125 VkPresentModeKHR override_present_mode;
Dwsi_common_win32.cpp361 static const VkPresentModeKHR present_modes_gdi[] = {
364 static const VkPresentModeKHR present_modes_dxgi[] = {
374 VkPresentModeKHR* pPresentModes) in wsi_win32_surface_get_present_modes()
376 const VkPresentModeKHR *array; in wsi_win32_surface_get_present_modes()
Dwsi_common_x11.c447 static const VkPresentModeKHR present_modes[] = {
685 VkPresentModeKHR present_mode);
925 VkPresentModeKHR *pPresentModes) in x11_surface_get_present_modes()
1906 VkPresentModeKHR present_mode) in x11_needs_wait_for_fences()
2592 VkPresentModeKHR present_mode) in x11_get_min_image_count_for_present_mode()
2617 VkPresentModeKHR present_mode = wsi_swapchain_get_present_mode(wsi_device, pCreateInfo); in x11_surface_create_swapchain()
Dwsi_common.c468 VkPresentModeKHR mode) in wsi_swapchain_is_present_mode_supported()
472 VkPresentModeKHR *present_modes; in wsi_swapchain_is_present_mode_supported()
502 enum VkPresentModeKHR
884 VkPresentModeKHR *pPresentModes) in wsi_GetPhysicalDeviceSurfacePresentModesKHR()
Dwsi_common_display.c1086 VkPresentModeKHR *present_modes) in wsi_display_surface_get_present_modes()
1088 VK_OUTARRAY_MAKE_TYPED(VkPresentModeKHR, conn, in wsi_display_surface_get_present_modes()
1091 vk_outarray_append_typed(VkPresentModeKHR, &conn, present) { in wsi_display_surface_get_present_modes()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_shared_presentable_image/
Dwsi.adoc67 elink:VkPresentModeKHR.
71 elink:VkPresentModeKHR.
81 with elink:VkPresentModeKHR set to
/hardware/google/gfxstream/host/vulkan/
DSwapChainStateVk.cpp211 std::vector<VkPresentModeKHR> presentModes_(presentModeCount); in createSwapChainCi()
214 std::unordered_set<VkPresentModeKHR> presentModes(presentModes_.begin(), presentModes_.end()); in createSwapChainCi()
215 VkPresentModeKHR presentMode = VK_PRESENT_MODE_FIFO_KHR; in createSwapChainCi()
/hardware/google/gfxstream/common/vulkan/include/vulkan/
Dvulkan_win32.h293 …alDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentMode…
303 VkPresentModeKHR* pPresentModes);
Dvk_enum_string_helper.h5254 static inline const char* string_VkPresentModeKHR(VkPresentModeKHR input_value) in string_VkPresentModeKHR()
Dvulkansc_funcs.hpp5747 …_cast<VkSurfaceKHR>( surface ), pPresentModeCount, reinterpret_cast<VkPresentModeKHR *>( pPresentM… in getSurfacePresentModesKHR()
5766 …_cast<VkSurfaceKHR>( surface ), &presentModeCount, reinterpret_cast<VkPresentModeKHR *>( presentMo… in getSurfacePresentModesKHR()
5793 …_cast<VkSurfaceKHR>( surface ), &presentModeCount, reinterpret_cast<VkPresentModeKHR *>( presentMo… in getSurfacePresentModesKHR()
Dvulkan.hpp2335 …physicalDevice, VkSurfaceKHR surface, uint32_t * pPresentModeCount, VkPresentModeKHR * pPresentMod… in vkGetPhysicalDeviceSurfacePresentModesKHR()
4008 …DeviceSurfaceInfo2KHR * pSurfaceInfo, uint32_t * pPresentModeCount, VkPresentModeKHR * pPresentMod… in vkGetPhysicalDeviceSurfacePresentModes2EXT()
/hardware/google/gfxstream/guest/mesa/include/vulkan/
Dvulkan_win32.h293 …alDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentMode…
303 VkPresentModeKHR* pPresentModes);
Dvulkan_core.h7558 typedef enum VkPresentModeKHR { enum
7566 } VkPresentModeKHR; typedef
7634 … physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentMode…
7663 VkPresentModeKHR* pPresentModes);
7706 VkPresentModeKHR presentMode;
14274 VkPresentModeKHR presentMode;
14291 VkPresentModeKHR* pPresentModes;
14317 const VkPresentModeKHR* pPresentModes;
14324 const VkPresentModeKHR* pPresentModes;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_swapchain_maintenance1/
DSwapchainPresentModesCreateInfo.adoc29 Each entry in pPresentModes must: be one of the elink:VkPresentModeKHR
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/
DVK_EXT_surface_maintenance1.adoc105 VkPresentModeKHR presentMode;
DVK_EXT_swapchain_maintenance1.adoc243 VkPresentModeKHR* pPresentModes;
261 VkPresentModeKHR* pPresentModes;
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_surface/
Dwsi.adoc402 with elink:VkPresentModeKHR set to ename:VK_PRESENT_MODE_IMMEDIATE_KHR,
899 * pname:pPresentModes is a pointer to an array of elink:VkPresentModeKHR
943 elink:VkPresentModeKHR set to
1460 elink:VkPresentModeKHR values, indicating the supported presentation
1522 elink:VkPresentModeKHR values, indicating the supported presentation
1538 [open,refpage='VkPresentModeKHR',desc='Presentation mode supported for a surface',type='enums']
1544 include::{generated}/api/enums/VkPresentModeKHR.adoc[]
/hardware/google/gfxstream/host/vulkan/cereal/common/
Dgoldfish_vk_reserved_marshaling.cpp10382 memcpy((VkPresentModeKHR*)&forUnmarshaling->presentMode, *ptr, sizeof(VkPresentModeKHR)); in reservedunmarshal_VkSwapchainCreateInfoKHR()
10383 *ptr += sizeof(VkPresentModeKHR); in reservedunmarshal_VkSwapchainCreateInfoKHR()
13258 forUnmarshaling->presentModeCount * sizeof(const VkPresentModeKHR)); in reservedunmarshal_VkSwapchainPresentModesCreateInfoEXT()
13259 memcpy((VkPresentModeKHR*)forUnmarshaling->pPresentModes, *ptr, in reservedunmarshal_VkSwapchainPresentModesCreateInfoEXT()
13260 forUnmarshaling->presentModeCount * sizeof(const VkPresentModeKHR)); in reservedunmarshal_VkSwapchainPresentModesCreateInfoEXT()
13261 *ptr += forUnmarshaling->presentModeCount * sizeof(const VkPresentModeKHR); in reservedunmarshal_VkSwapchainPresentModesCreateInfoEXT()
13293 forUnmarshaling->swapchainCount * sizeof(const VkPresentModeKHR)); in reservedunmarshal_VkSwapchainPresentModeInfoEXT()
13294 memcpy((VkPresentModeKHR*)forUnmarshaling->pPresentModes, *ptr, in reservedunmarshal_VkSwapchainPresentModeInfoEXT()
13295 forUnmarshaling->swapchainCount * sizeof(const VkPresentModeKHR)); in reservedunmarshal_VkSwapchainPresentModeInfoEXT()
13296 *ptr += forUnmarshaling->swapchainCount * sizeof(const VkPresentModeKHR); in reservedunmarshal_VkSwapchainPresentModeInfoEXT()
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()
17130 vkStream->write((const VkPresentModeKHR*)forMarshaling->pPresentModes, in marshal_VkSwapchainPresentModesCreateInfoEXT()
17131 forMarshaling->presentModeCount * sizeof(const VkPresentModeKHR)); in marshal_VkSwapchainPresentModesCreateInfoEXT()
17157 forUnmarshaling->presentModeCount * sizeof(const VkPresentModeKHR)); in unmarshal_VkSwapchainPresentModesCreateInfoEXT()
17158 vkStream->read((VkPresentModeKHR*)forUnmarshaling->pPresentModes, in unmarshal_VkSwapchainPresentModesCreateInfoEXT()
17159 forUnmarshaling->presentModeCount * sizeof(const VkPresentModeKHR)); in unmarshal_VkSwapchainPresentModesCreateInfoEXT()
17171 vkStream->write((const VkPresentModeKHR*)forMarshaling->pPresentModes, in marshal_VkSwapchainPresentModeInfoEXT()
17172 forMarshaling->swapchainCount * sizeof(const VkPresentModeKHR)); in marshal_VkSwapchainPresentModeInfoEXT()
17197 forUnmarshaling->swapchainCount * sizeof(const VkPresentModeKHR)); in unmarshal_VkSwapchainPresentModeInfoEXT()
[all …]
Dgoldfish_vk_deepcopy.cpp8613 to->pPresentModes = (VkPresentModeKHR*)alloc->dupArray( in deepcopy_VkSwapchainPresentModesCreateInfoEXT()
8614 from->pPresentModes, from->presentModeCount * sizeof(const VkPresentModeKHR)); in deepcopy_VkSwapchainPresentModesCreateInfoEXT()
8640 to->pPresentModes = (VkPresentModeKHR*)alloc->dupArray( in deepcopy_VkSwapchainPresentModeInfoEXT()
8641 from->pPresentModes, from->swapchainCount * sizeof(const VkPresentModeKHR)); in deepcopy_VkSwapchainPresentModeInfoEXT()
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_KHR_swapchain/
Dwsi.adoc521 pname:presentMode must: be one of the elink:VkPresentModeKHR values
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/
Dglossary.adoc1658 A presentable image created from a swapchain with elink:VkPresentModeKHR

12