/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_wayland.h | 44 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan_wayland.h | 44 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
|
H A D | vulkan.hpp | 3056 VkBool32 vkGetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalDevice physicalDevice, 3060 return ::vkGetPhysicalDeviceWaylandPresentationSupportKHR( physicalDevice, queueFamilyIndex, display ); 11114 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12163 vkGetPhysicalDeviceWaylandPresentationSupportKHR = PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR( 12164 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR" ) );
|
H A D | vulkan_raii.hpp | 336 vkGetPhysicalDeviceWaylandPresentationSupportKHR = PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR( in init() 337 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR" ) ); in init() 595 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 11386 getDispatcher()->vkGetPhysicalDeviceWaylandPresentationSupportKHR && 11387 "Function <vkGetPhysicalDeviceWaylandPresentationSupportKHR> needs extension <VK_KHR_wayland_surface> enabled!" ); 11390 getDispatcher()->vkGetPhysicalDeviceWaylandPresentationSupportKHR(
|
H A D | vulkan_funcs.hpp | 8485 d.vkGetPhysicalDeviceWaylandPresentationSupportKHR( m_physicalDevice, queueFamilyIndex, display ) ); 8494 return d.vkGetPhysicalDeviceWaylandPresentationSupportKHR( m_physicalDevice, queueFamilyIndex, &display ); [all...] |
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_wayland.h | 44 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan_wayland.h | 45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
|
H A D | vulkan.hpp | 2666 VkBool32 vkGetPhysicalDeviceWaylandPresentationSupportKHR( VkPhysicalDevice physicalDevice, 2670 return ::vkGetPhysicalDeviceWaylandPresentationSupportKHR( physicalDevice, queueFamilyIndex, display ); 16673 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17885 vkGetPhysicalDeviceWaylandPresentationSupportKHR = 17886 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR" ) );
|
H A D | vulkan_raii.hpp | 162 vkGetPhysicalDeviceWaylandPresentationSupportKHR = in InstanceDispatcher() 163 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR" ) ); in InstanceDispatcher() 469 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 15320 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceWaylandPresentationSupportKHR && 15321 "Function <vkGetPhysicalDeviceWaylandPresentationSupportKHR> requires <VK_KHR_wayland_surface>" ); 15324 getDispatcher()->vkGetPhysicalDeviceWaylandPresentationSupportKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), queueFamilyIndex, &display ); [all...] |
H A D | vulkan_funcs.hpp | 8928 return static_cast<Bool32>( d.vkGetPhysicalDeviceWaylandPresentationSupportKHR( m_physicalDevice, queueFamilyIndex, display ) ); 8938 VkBool32 result = d.vkGetPhysicalDeviceWaylandPresentationSupportKHR( m_physicalDevice, queueFamilyIndex, &display ); [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 128 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceWaylandPresentationSupportKHR),
|
H A D | libVulkan.cpp | 3960 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, uint32_t queueFamilyIndex, struct wl_display *display) in vkGetPhysicalDeviceWaylandPresentationSupportKHR() function
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 127 funcs.vkGetPhysicalDeviceWaylandPresentationSupportKHR = GPA(vkGetPhysicalDeviceWaylandPresentationSupportKHR); in init_vulkan_functions()
|
H A D | test_environment.h | 218 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = nullptr; member
|
/third_party/vulkan-loader/tests/ |
H A D | loader_wsi_tests.cpp | 694 auto res = env.vulkan_functions.vkGetPhysicalDeviceWaylandPresentationSupportKHR(physical_device, 0, nullptr); in TEST() 696 ASSERT_TRUE(log.find("ICD for selected physical device does not export vkGetPhysicalDeviceWaylandPresentationSupportKHR!")); in TEST() 718 ASSERT_EQ(VK_TRUE, env.vulkan_functions.vkGetPhysicalDeviceWaylandPresentationSupportKHR(physical_device, 0, nullptr)); in TEST()
|
H A D | loader_handle_validation_tests.cpp | 935 ASSERT_DEATH(env.vulkan_functions.vkGetPhysicalDeviceWaylandPresentationSupportKHR(bad_physical_dev, 0, nullptr), in TEST() 936 "vkGetPhysicalDeviceWaylandPresentationSupportKHR: Invalid physicalDevice " in TEST() 937 "\\[VUID-vkGetPhysicalDeviceWaylandPresentationSupportKHR-physicalDevice-parameter\\]"); in TEST()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 975 extern PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR;
|
H A D | volk.c | 281 vkGetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)load(context, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in volkGenLoadInstance() 1590 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR; variable
|
/third_party/glfw/src/ |
H A D | wl_window.c | 3232 vkGetPhysicalDeviceWaylandPresentationSupportKHR = in _glfwGetPhysicalDevicePresentationSupportWayland() local 3234 vkGetInstanceProcAddr(instance, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in _glfwGetPhysicalDevicePresentationSupportWayland() 3235 if (!vkGetPhysicalDeviceWaylandPresentationSupportKHR) in _glfwGetPhysicalDevicePresentationSupportWayland() 3242 return vkGetPhysicalDeviceWaylandPresentationSupportKHR(device, in _glfwGetPhysicalDevicePresentationSupportWayland()
|
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 782 LOADER_EXPORT VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(VkPhysicalDevice physicalDevice, in vkGetPhysicalDeviceWaylandPresentationSupportKHR() function 789 "vkGetPhysicalDeviceWaylandPresentationSupportKHR: Invalid physicalDevice " in vkGetPhysicalDeviceWaylandPresentationSupportKHR() 790 "[VUID-vkGetPhysicalDeviceWaylandPresentationSupportKHR-physicalDevice-parameter]"); in vkGetPhysicalDeviceWaylandPresentationSupportKHR() 808 "VK_KHR_wayland_surface extension not enabled. vkGetPhysicalDeviceWaylandPresentationSupportKHR not executed!"); in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR() 815 "ICD for selected physical device does not export vkGetPhysicalDeviceWaylandPresentationSupportKHR!"); in terminator_GetPhysicalDeviceWaylandPresentationSupportKHR() 2938 if (!strcmp("vkGetPhysicalDeviceWaylandPresentationSupportKHR", name)) { in wsi_swapchain_instance_gpa() 2939 *addr = loader_inst->wsi_wayland_surface_enabled ? (void *)vkGetPhysicalDeviceWaylandPresentationSupportKHR : NULL; in wsi_swapchain_instance_gpa()
|