/third_party/mesa3d/src/gallium/frontends/lavapipe/ |
H A D | lvp_wsi.h | 34 VkBool32* pSupported);
|
/third_party/mesa3d/src/vulkan/wsi/ |
H A D | wsi_common_win32.c | 111 VkBool32* pSupported) in wsi_win32_surface_get_support() 113 *pSupported = true; in wsi_win32_surface_get_support() 108 wsi_win32_surface_get_support(VkIcdSurfaceBase *surface, struct wsi_device *wsi_device, uint32_t queueFamilyIndex, VkBool32* pSupported) wsi_win32_surface_get_support() argument
|
H A D | wsi_common_private.h | 243 VkBool32* pSupported);
|
H A D | wsi_common_x11.c | 592 VkBool32* pSupported) in x11_surface_get_support() 604 *pSupported = false; in x11_surface_get_support() 610 *pSupported = false; in x11_surface_get_support() 614 *pSupported = true; in x11_surface_get_support() 589 x11_surface_get_support(VkIcdSurfaceBase *icd_surface, struct wsi_device *wsi_device, uint32_t queueFamilyIndex, VkBool32* pSupported) x11_surface_get_support() argument
|
H A D | wsi_common_wayland.c | 686 VkBool32* pSupported) in wsi_wl_surface_get_support() 688 *pSupported = true; in wsi_wl_surface_get_support() 683 wsi_wl_surface_get_support(VkIcdSurfaceBase *surface, struct wsi_device *wsi_device, uint32_t queueFamilyIndex, VkBool32* pSupported) wsi_wl_surface_get_support() argument
|
H A D | wsi_common.c | 602 VkBool32 *pSupported) in wsi_GetPhysicalDeviceSurfaceSupportKHR() 610 queueFamilyIndex, pSupported); in wsi_GetPhysicalDeviceSurfaceSupportKHR() 599 wsi_GetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR _surface, VkBool32 *pSupported) wsi_GetPhysicalDeviceSurfaceSupportKHR() argument
|
H A D | wsi_common_display.c | 880 VkBool32* pSupported) in wsi_display_surface_get_support() 885 *pSupported = wsi->fd != -1; in wsi_display_surface_get_support() 877 wsi_display_surface_get_support(VkIcdSurfaceBase *surface, struct wsi_device *wsi_device, uint32_t queueFamilyIndex, VkBool32* pSupported) wsi_display_surface_get_support() argument
|
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 224 VkBool32 *pSupported) { in vkGetPhysicalDeviceSurfaceSupportKHR() 234 return disp->GetPhysicalDeviceSurfaceSupportKHR(unwrapped_phys_dev, queueFamilyIndex, surface, pSupported); in vkGetPhysicalDeviceSurfaceSupportKHR() 241 VkBool32 *pSupported) { in terminator_GetPhysicalDeviceSurfaceSupportKHR() 252 if (NULL == pSupported) { in terminator_GetPhysicalDeviceSurfaceSupportKHR() 254 "NULL pointer passed into vkGetPhysicalDeviceSurfaceSupportKHR for pSupported!"); in terminator_GetPhysicalDeviceSurfaceSupportKHR() 257 *pSupported = false; in terminator_GetPhysicalDeviceSurfaceSupportKHR() 260 // set pSupported to false as this driver doesn't support WSI functionality in terminator_GetPhysicalDeviceSurfaceSupportKHR() 261 *pSupported = false; in terminator_GetPhysicalDeviceSurfaceSupportKHR() 271 phys_dev_term->phys_dev, queueFamilyIndex, icd_surface->real_icd_surfaces[phys_dev_term->icd_index], pSupported); in terminator_GetPhysicalDeviceSurfaceSupportKHR() 274 return icd_term->dispatch.GetPhysicalDeviceSurfaceSupportKHR(phys_dev_term->phys_dev, queueFamilyIndex, surface, pSupported); in terminator_GetPhysicalDeviceSurfaceSupportKHR() 222 vkGetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 *pSupported) vkGetPhysicalDeviceSurfaceSupportKHR() argument 239 terminator_GetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 *pSupported) terminator_GetPhysicalDeviceSurfaceSupportKHR() argument [all...] |
H A D | wsi.h | 89 VkBool32 *pSupported);
|
/third_party/openSLES/api/1.1/ |
H A D | OpenSLES.h | 2614 SLboolean *pSupported 2703 SLboolean *pSupported 2859 SLboolean * pSupported
|
/third_party/openSLES/api/1.0.1/ |
H A D | OpenSLES.h | 2418 SLboolean *pSupported 2507 SLboolean *pSupported 2663 SLboolean * pSupported
|
/third_party/openSLES/api/1.0/ |
H A D | OpenSLES.h | 2412 SLboolean *pSupported 2501 SLboolean *pSupported 2657 SLboolean * pSupported
|
/third_party/vulkan-loader/tests/framework/icd/ |
H A D | test_icd.cpp | 732 VkSurfaceKHR surface, VkBool32* pSupported) { 741 if (nullptr != pSupported) { 742 *pSupported = icd.GetPhysDevice(physicalDevice).queue_family_properties.at(queueFamilyIndex).support_present;
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | libVulkan.cpp | 4099 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceSurfaceSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 *pSupported) in vkGetPhysicalDeviceSurfaceSupportKHR() argument 4101 TRACE("(VkPhysicalDevice physicalDevice = %p, uint32_t queueFamilyIndex = %d, VkSurface surface = %p, VKBool32* pSupported = %p)", in vkGetPhysicalDeviceSurfaceSupportKHR() 4102 physicalDevice, int(queueFamilyIndex), static_cast<void *>(surface), pSupported); in vkGetPhysicalDeviceSurfaceSupportKHR() 4104 *pSupported = VK_TRUE; in vkGetPhysicalDeviceSurfaceSupportKHR()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5194 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); 5209 VkBool32* pSupported);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2840 VkBool32 * pSupported ) const VULKAN_HPP_NOEXCEPT 2842 return ::vkGetPhysicalDeviceSurfaceSupportKHR( physicalDevice, queueFamilyIndex, surface, pSupported );
|
H A D | vulkan_core.h | 6141 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); 6156 VkBool32* pSupported);
|
H A D | vulkan_handles.hpp | 12521 VULKAN_HPP_NAMESPACE::Bool32 * pSupported,
|
H A D | vulkan_funcs.hpp | 6952 VULKAN_HPP_NAMESPACE::Bool32 * pSupported, 6959 reinterpret_cast<VkBool32 *>( pSupported ) ) ); [all...] |
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6042 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); 6057 VkBool32* pSupported);
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7445 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); 7460 VkBool32* pSupported);
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6191 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); 6206 VkBool32* pSupported);
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2460 VkBool32 * pSupported ) const VULKAN_HPP_NOEXCEPT 2462 return ::vkGetPhysicalDeviceSurfaceSupportKHR( physicalDevice, queueFamilyIndex, surface, pSupported );
|
H A D | vulkan_core.h | 7603 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported); 7618 VkBool32* pSupported);
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5083 typedef VkResult (GLAD_API_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 * pSupported);
|