/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_EXT_swapchain_maintenance1/ |
D | SwapchainPresentModesCreateInfo.adoc | 23 * pname:pPresentModes is a list of presentation modes with 29 Each entry in pPresentModes must: be one of the elink:VkPresentModeKHR 32 * [[VUID-VkSwapchainPresentModesCreateInfoEXT-pPresentModes-07763]] 33 The entries in pPresentModes must: be a subset of the present modes 35 slink:VkSurfacePresentModeCompatibilityEXT::pname:pPresentModes, given 40 pname:pPresentModes
|
D | SwapchainPresentModeInfo.adoc | 16 * pname:pPresentModes is a list of presentation modes with 81 * [[VUID-VkSwapchainPresentModeInfoEXT-pPresentModes-07761]] 82 Each entry in pname:pPresentModes must be a presentation mode specified 83 in slink:VkSwapchainPresentModesCreateInfoEXT::pPresentModes when
|
D | SwapchainPresentScalingCreateInfo.adoc | 71 slink:VkSwapchainPresentModesCreateInfoEXT::pname:pPresentModes in 85 slink:VkSwapchainPresentModesCreateInfoEXT::pname:pPresentModes in 99 slink:VkSwapchainPresentModesCreateInfoEXT::pname:pPresentModes in
|
/third_party/vulkan-loader/loader/ |
D | extension_manual.c | 254 … VkPresentModeKHR *pPresentModes) { in GetPhysicalDeviceSurfacePresentModes2EXT() argument 264 …lDeviceSurfacePresentModes2EXT(unwrapped_phys_dev, pSurfaceInfo, pPresentModeCount, pPresentModes); in GetPhysicalDeviceSurfacePresentModes2EXT() 269 VkPresentModeKHR *pPresentModes) { in terminator_GetPhysicalDeviceSurfacePresentModes2EXT() argument 285 … pPresentModeCount, pPresentModes); in terminator_GetPhysicalDeviceSurfacePresentModes2EXT() 288 pPresentModes); in terminator_GetPhysicalDeviceSurfacePresentModes2EXT()
|
D | extension_manual.h | 69 … VkPresentModeKHR* pPresentModes); 73 VkPresentModeKHR* pPresentModes);
|
D | wsi.h | 101 … VkPresentModeKHR *pPresentModes);
|
/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | VkSurfaceKHR.cpp | 126 VkResult SurfaceKHR::getPresentModes(uint32_t *pPresentModeCount, VkPresentModeKHR *pPresentModes) … in getPresentModes() 133 pPresentModes[i] = presentModes[i]; in getPresentModes()
|
D | VkSurfaceKHR.hpp | 86 VkResult getPresentModes(uint32_t *pPresentModeCount, VkPresentModeKHR *pPresentModes) const;
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_win32.h | 285 …DeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); 295 VkPresentModeKHR* pPresentModes);
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_win32.h | 285 …DeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); 295 VkPresentModeKHR* pPresentModes);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/include/vulkan/ |
D | vulkan_win32.h | 285 …DeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); 295 VkPresentModeKHR* pPresentModes);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_win32.h | 285 …DeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); 295 VkPresentModeKHR* pPresentModes);
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_win32.h | 285 …DeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); 295 VkPresentModeKHR* pPresentModes);
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_win32.h | 297 …DeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); 307 VkPresentModeKHR* pPresentModes);
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_win32.h | 285 …DeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes); 295 VkPresentModeKHR* pPresentModes);
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_win32.c | 269 VkPresentModeKHR* pPresentModes) in wsi_win32_surface_get_present_modes() argument 271 if (pPresentModes == NULL) { in wsi_win32_surface_get_present_modes() 277 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_win32_surface_get_present_modes()
|
D | wsi_common_private.h | 259 VkPresentModeKHR* pPresentModes);
|
D | wsi_common_wayland.c | 848 VkPresentModeKHR* pPresentModes) in wsi_wl_surface_get_present_modes() argument 850 if (pPresentModes == NULL) { in wsi_wl_surface_get_present_modes() 856 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_wl_surface_get_present_modes()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_wsi.h | 45 VkPresentModeKHR* pPresentModes);
|
/third_party/vk-gl-cts/external/vulkan-docs/src/proposals/ |
D | VK_EXT_swapchain_maintenance1.adoc | 243 VkPresentModeKHR* pPresentModes; 247 The present modes given in `pPresentModes` must be compatible for mode 261 VkPresentModeKHR* pPresentModes; 265 Where the elements of `pPresentModes` can take any present mode specified in
|
D | VK_EXT_surface_maintenance1.adoc | 178 VkPresentMode* pPresentModes; 183 `presentModeCount`, and if provided, the list of them in `pPresentModes`.
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 132 …alDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes) const 134 …getPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pPresentModes); 437 …eSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes) const 439 …sicalDeviceSurfacePresentModes2EXT(physicalDevice, pSurfaceInfo, pPresentModeCount, pPresentModes);
|
D | vkConcreteInstanceInterface.inl | 31 …lDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes) const; 82 …SurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes) const;
|
D | vkVirtualInstanceInterface.inl | 31 …ice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes) const = 0; 82 …aceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentModeKHR* pPresentModes) const = 0;
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_surface/ |
D | wsi.adoc | 906 * pname:pPresentModes is a pointer to an array of elink:VkPresentModeKHR 910 If pname:pPresentModes is `NULL`, then the number of present modes that are 914 elements in the pname:pPresentModes array, and on return the variable is 916 pname:pPresentModes. 919 be written to pname:pPresentModes. 921 slink:VkSurfacePresentModeEXT in pname:pPresentModes, unless 1450 * pname:pPresentModes is either `NULL` or a pointer to an array of 1454 If pname:pPresentModes is `NULL`, then the number of presentation modes 1458 to the number of elements in the pname:pPresentModes array, and on return 1460 pname:pPresentModes. [all …]
|