/third_party/skia/third_party/externals/swiftshader/src/WSI/ |
D | VkSurfaceKHR.cpp | 126 VkResult SurfaceKHR::getPresentModes(uint32_t *pPresentModeCount, VkPresentModeKHR *pPresentModes) … in getPresentModes() argument 131 for(i = 0; i < std::min(*pPresentModeCount, count); i++) in getPresentModes() 136 *pPresentModeCount = i; in getPresentModes() 138 if(*pPresentModeCount < count) in getPresentModes()
|
D | VkSurfaceKHR.hpp | 86 VkResult getPresentModes(uint32_t *pPresentModeCount, VkPresentModeKHR *pPresentModes) const;
|
/third_party/mesa3d/src/vulkan/wsi/ |
D | wsi_common_win32.c | 279 uint32_t* pPresentModeCount, in wsi_win32_surface_get_present_modes() argument 283 *pPresentModeCount = ARRAY_SIZE(present_modes); in wsi_win32_surface_get_present_modes() 287 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); in wsi_win32_surface_get_present_modes() 288 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_win32_surface_get_present_modes() 290 if (*pPresentModeCount < ARRAY_SIZE(present_modes)) in wsi_win32_surface_get_present_modes()
|
D | wsi_common_wayland.c | 834 uint32_t* pPresentModeCount, in wsi_wl_surface_get_present_modes() argument 838 *pPresentModeCount = ARRAY_SIZE(present_modes); in wsi_wl_surface_get_present_modes() 842 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); in wsi_wl_surface_get_present_modes() 843 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in wsi_wl_surface_get_present_modes() 845 if (*pPresentModeCount < ARRAY_SIZE(present_modes)) in wsi_wl_surface_get_present_modes()
|
D | wsi_common_private.h | 130 uint32_t* pPresentModeCount,
|
D | wsi_common_x11.c | 751 uint32_t *pPresentModeCount, in x11_surface_get_present_modes() argument 755 *pPresentModeCount = ARRAY_SIZE(present_modes); in x11_surface_get_present_modes() 759 *pPresentModeCount = MIN2(*pPresentModeCount, ARRAY_SIZE(present_modes)); in x11_surface_get_present_modes() 760 typed_memcpy(pPresentModes, present_modes, *pPresentModeCount); in x11_surface_get_present_modes() 762 return *pPresentModeCount < ARRAY_SIZE(present_modes) ? in x11_surface_get_present_modes()
|
D | wsi_common.c | 475 uint32_t *pPresentModeCount, in wsi_GetPhysicalDeviceSurfacePresentModesKHR() argument 483 return iface->get_present_modes(surface, pPresentModeCount, in wsi_GetPhysicalDeviceSurfacePresentModesKHR()
|
/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
D | lvp_wsi.h | 44 uint32_t* pPresentModeCount,
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan_win32.h | 285 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… 294 uint32_t* pPresentModeCount,
|
D | vulkan.hpp | 2724 uint32_t * pPresentModeCount, in vkGetPhysicalDeviceSurfacePresentModesKHR() argument 2727 …vkGetPhysicalDeviceSurfacePresentModesKHR( physicalDevice, surface, pPresentModeCount, pPresentMod… in vkGetPhysicalDeviceSurfacePresentModesKHR() 4750 … uint32_t * pPresentModeCount, in vkGetPhysicalDeviceSurfacePresentModes2EXT() argument 4754 physicalDevice, pSurfaceInfo, pPresentModeCount, pPresentModes ); in vkGetPhysicalDeviceSurfacePresentModes2EXT()
|
/third_party/flutter/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_win32.h | 297 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… 306 uint32_t* pPresentModeCount,
|
D | vulkan_core.h | 4839 …R)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… 4867 uint32_t* pPresentModeCount,
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_win32.h | 285 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… 294 uint32_t* pPresentModeCount,
|
/third_party/mesa3d/include/vulkan/ |
D | vulkan_win32.h | 285 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… 294 uint32_t* pPresentModeCount,
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan_win32.h | 285 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… 294 uint32_t* pPresentModeCount,
|
D | vulkan.hpp | 2863 uint32_t * pPresentModeCount, in vkGetPhysicalDeviceSurfacePresentModesKHR() argument 2866 …vkGetPhysicalDeviceSurfacePresentModesKHR( physicalDevice, surface, pPresentModeCount, pPresentMod… in vkGetPhysicalDeviceSurfacePresentModesKHR() 4864 … uint32_t * pPresentModeCount, in vkGetPhysicalDeviceSurfacePresentModes2EXT() argument 4868 physicalDevice, pSurfaceInfo, pPresentModeCount, pPresentModes ); in vkGetPhysicalDeviceSurfacePresentModes2EXT()
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
D | vulkan_win32.h | 285 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… 294 uint32_t* pPresentModeCount,
|
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/ |
D | vkInstanceDriverImpl.inl | 190 …R (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… argument 192 …return m_vk.getPhysicalDeviceSurfacePresentModesKHR(physicalDevice, surface, pPresentModeCount, pP… 440 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… argument 442 …PhysicalDeviceSurfacePresentModes2EXT(physicalDevice, pSurfaceInfo, pPresentModeCount, pPresentMod…
|
D | vkVirtualInstanceInterface.inl | 31 … (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… 81 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo…
|
D | vkConcreteInstanceInterface.inl | 31 … (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… 81 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo…
|
D | vkNullDriverImpl.inl | 1438 …R (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… argument 1442 DE_UNREF(pPresentModeCount); 3228 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo… argument 3232 DE_UNREF(pPresentModeCount);
|
D | vkFunctionPointerTypes.inl | 186 … (VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… 496 …ice, const VkPhysicalDeviceSurfaceInfo2KHR* pSurfaceInfo, uint32_t* pPresentModeCount, VkPresentMo…
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | libVulkan.cpp | 4130 …HR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t *pPresentModeCount, VkPresentMo… in vkGetPhysicalDeviceSurfacePresentModesKHR() argument 4133 physicalDevice, static_cast<void *>(surface), pPresentModeCount, pPresentModes); in vkGetPhysicalDeviceSurfacePresentModesKHR() 4137 *pPresentModeCount = vk::Cast(surface)->getPresentModeCount(); in vkGetPhysicalDeviceSurfacePresentModesKHR() 4141 return vk::Cast(surface)->getPresentModes(pPresentModeCount, pPresentModes); in vkGetPhysicalDeviceSurfacePresentModesKHR()
|
/third_party/flutter/glfw/deps/vulkan/ |
D | vulkan.h | 3239 …R)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… 3267 uint32_t* pPresentModeCount,
|
/third_party/flutter/skia/include/third_party/vulkan/vulkan/ |
D | vulkan_core.h | 4637 …R)(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t* pPresentModeCount, VkPresentMo… 4665 uint32_t* pPresentModeCount,
|