Home
last modified time | relevance | path

Searched refs:pSupported (Results 1 - 25 of 27) sorted by relevance

12

/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_wsi.h34 VkBool32* pSupported);
/third_party/mesa3d/src/vulkan/wsi/
H A Dwsi_common_win32.c111 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 Dwsi_common_private.h243 VkBool32* pSupported);
H A Dwsi_common_x11.c592 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 Dwsi_common_wayland.c686 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 Dwsi_common.c602 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 Dwsi_common_display.c880 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 Dwsi.c224 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 Dwsi.h89 VkBool32 *pSupported);
/third_party/openSLES/api/1.1/
H A DOpenSLES.h2614 SLboolean *pSupported
2703 SLboolean *pSupported
2859 SLboolean * pSupported
/third_party/openSLES/api/1.0.1/
H A DOpenSLES.h2418 SLboolean *pSupported
2507 SLboolean *pSupported
2663 SLboolean * pSupported
/third_party/openSLES/api/1.0/
H A DOpenSLES.h2412 SLboolean *pSupported
2501 SLboolean *pSupported
2657 SLboolean * pSupported
/third_party/vulkan-loader/tests/framework/icd/
H A Dtest_icd.cpp732 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 DlibVulkan.cpp4099 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 Dvulkan_sc_core.h5194 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 Dvulkan.hpp2840 VkBool32 * pSupported ) const VULKAN_HPP_NOEXCEPT
2842 return ::vkGetPhysicalDeviceSurfaceSupportKHR( physicalDevice, queueFamilyIndex, surface, pSupported );
H A Dvulkan_core.h6141 typedef VkResult (VKAPI_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32* pSupported);
6156 VkBool32* pSupported);
H A Dvulkan_handles.hpp12521 VULKAN_HPP_NAMESPACE::Bool32 * pSupported,
H A Dvulkan_funcs.hpp6952 VULKAN_HPP_NAMESPACE::Bool32 * pSupported,
6959 reinterpret_cast<VkBool32 *>( pSupported ) ) );
[all...]
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6042 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 Dvulkan_core.h7445 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 Dvulkan_core.h6191 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 Dvulkan.hpp2460 VkBool32 * pSupported ) const VULKAN_HPP_NOEXCEPT
2462 return ::vkGetPhysicalDeviceSurfaceSupportKHR( physicalDevice, queueFamilyIndex, surface, pSupported );
H A Dvulkan_core.h7603 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 Dvulkan.h5083 typedef VkResult (GLAD_API_PTR *PFN_vkGetPhysicalDeviceSurfaceSupportKHR)(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, VkSurfaceKHR surface, VkBool32 * pSupported);

Completed in 378 milliseconds

12