Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceWaylandPresentationSupportKHR (Results 1 - 20 of 20) sorted by relevance

/third_party/mesa3d/include/vulkan/
H A Dvulkan_wayland.h44 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan_wayland.h44 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
H A Dvulkan.hpp3056 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 Dvulkan_raii.hpp336 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 Dvulkan_funcs.hpp8485 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 Dvulkan_wayland.h44 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan_wayland.h45 VKAPI_ATTR VkBool32 VKAPI_CALL vkGetPhysicalDeviceWaylandPresentationSupportKHR(
H A Dvulkan.hpp2666 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 Dvulkan_raii.hpp162 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 Dvulkan_funcs.hpp8928 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 DVkGetProcAddress.cpp128 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceWaylandPresentationSupportKHR),
H A DlibVulkan.cpp3960 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 Dtest_environment.cpp127 funcs.vkGetPhysicalDeviceWaylandPresentationSupportKHR = GPA(vkGetPhysicalDeviceWaylandPresentationSupportKHR); in init_vulkan_functions()
H A Dtest_environment.h218 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR = nullptr; member
/third_party/vulkan-loader/tests/
H A Dloader_wsi_tests.cpp694 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 Dloader_handle_validation_tests.cpp935 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 Dvolk.h975 extern PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR;
H A Dvolk.c281 vkGetPhysicalDeviceWaylandPresentationSupportKHR = (PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR)load(context, "vkGetPhysicalDeviceWaylandPresentationSupportKHR"); in volkGenLoadInstance()
1590 PFN_vkGetPhysicalDeviceWaylandPresentationSupportKHR vkGetPhysicalDeviceWaylandPresentationSupportKHR; variable
/third_party/glfw/src/
H A Dwl_window.c3232 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 Dwsi.c782 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()

Completed in 209 milliseconds