Home
last modified time | relevance | path

Searched refs:pSupported (Results 1 – 25 of 35) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_wsi.h34 VkBool32* pSupported);
/third_party/mesa3d/src/vulkan/wsi/
Dwsi_common_win32.c111 VkBool32* pSupported) in wsi_win32_surface_get_support() argument
113 *pSupported = true; in wsi_win32_surface_get_support()
Dwsi_common_private.h243 VkBool32* pSupported);
Dwsi_common_x11.c592 VkBool32* pSupported) in x11_surface_get_support() argument
604 *pSupported = false; in x11_surface_get_support()
610 *pSupported = false; in x11_surface_get_support()
614 *pSupported = true; in x11_surface_get_support()
Dwsi_common_wayland.c686 VkBool32* pSupported) in wsi_wl_surface_get_support() argument
688 *pSupported = true; in wsi_wl_surface_get_support()
Dwsi_common.c602 VkBool32 *pSupported) in wsi_GetPhysicalDeviceSurfaceSupportKHR() argument
610 queueFamilyIndex, pSupported); in wsi_GetPhysicalDeviceSurfaceSupportKHR()
Dwsi_common_display.c880 VkBool32* pSupported) in wsi_display_surface_get_support() argument
885 *pSupported = wsi->fd != -1; in wsi_display_surface_get_support()
/third_party/vulkan-loader/loader/
Dwsi.c224 … VkBool32 *pSupported) { in vkGetPhysicalDeviceSurfaceSupportKHR() argument
234 …isp->GetPhysicalDeviceSurfaceSupportKHR(unwrapped_phys_dev, queueFamilyIndex, surface, pSupported); in vkGetPhysicalDeviceSurfaceSupportKHR()
241 VkBool32 *pSupported) { in terminator_GetPhysicalDeviceSurfaceSupportKHR() argument
252 if (NULL == pSupported) { in terminator_GetPhysicalDeviceSurfaceSupportKHR()
257 *pSupported = false; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
261 *pSupported = false; in terminator_GetPhysicalDeviceSurfaceSupportKHR()
271 …>phys_dev, queueFamilyIndex, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSupported); in terminator_GetPhysicalDeviceSurfaceSupportKHR()
274 …GetPhysicalDeviceSurfaceSupportKHR(phys_dev_term->phys_dev, queueFamilyIndex, surface, pSupported); in terminator_GetPhysicalDeviceSurfaceSupportKHR()
Dwsi.h89 VkBool32 *pSupported);
/third_party/vulkan-loader/tests/framework/icd/
Dtest_icd.cpp611 … VkSurfaceKHR surface, VkBool32* pSupported) { in test_vkGetPhysicalDeviceSurfaceSupportKHR() argument
620 if (nullptr != pSupported) { in test_vkGetPhysicalDeviceSurfaceSupportKHR()
621 …*pSupported = icd.GetPhysDevice(physicalDevice).queue_family_properties.at(queueFamilyIndex).suppo… in test_vkGetPhysicalDeviceSurfaceSupportKHR()
/third_party/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkInstanceDriverImpl.inl117 …Device physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const
119 …urn m_vk.getPhysicalDeviceSurfaceSupportKHR(physicalDevice, queueFamilyIndex, surface, pSupported);
DvkVirtualInstanceInterface.inl28 …e physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const = 0;
DvkConcreteInstanceInterface.inl28 …evice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) const;
DvkNullDriverImpl.inl1309 …ysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported) argument
1314 DE_UNREF(pSupported);
DvkFunctionPointerTypes.inl166 …sicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
/third_party/openSLES/api/1.0/
DOpenSLES.h2412 SLboolean *pSupported
2501 SLboolean *pSupported
2657 SLboolean * pSupported
/third_party/openSLES/api/1.0.1/
DOpenSLES.h2418 SLboolean *pSupported
2507 SLboolean *pSupported
2663 SLboolean * pSupported
/third_party/openSLES/api/1.1/
DOpenSLES.h2614 SLboolean *pSupported
2703 SLboolean *pSupported
2859 SLboolean * pSupported
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
DlibVulkan.cpp4099 …ysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 *pSupported) in vkGetPhysicalDeviceSurfaceSupportKHR() argument
4102 physicalDevice, int(queueFamilyIndex), static_cast<void *>(surface), pSupported); in vkGetPhysicalDeviceSurfaceSupportKHR()
4104 *pSupported = VK_TRUE; in vkGetPhysicalDeviceSurfaceSupportKHR()
/third_party/glfw/deps/vulkan/
Dvulkan.h3236 …sicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
3251 VkBool32* pSupported);
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
Dvulkan_sc_core.h5170 …sicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
5185 VkBool32* pSupported);
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_surface/
Dwsi.txt222 * pname:pSupported is a pointer to a basetype:VkBool32, which is set to
Dwsi.adoc227 * pname:pSupported is a pointer to a basetype:VkBool32, which is set to
/third_party/skia/include/third_party/vulkan/vulkan/
Dvulkan_core.h6042 …sicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
6057 VkBool32* pSupported);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp2840 … VkBool32 * pSupported ) const VULKAN_HPP_NOEXCEPT in vkGetPhysicalDeviceSurfaceSupportKHR()
2842 …rn ::vkGetPhysicalDeviceSurfaceSupportKHR( physicalDevice, queueFamilyIndex, surface, pSupported ); in vkGetPhysicalDeviceSurfaceSupportKHR()

12