Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDevicePresentRectanglesKHR (Results 1 - 21 of 21) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp113 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDevicePresentRectanglesKHR),
H A DlibVulkan.cpp4252 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, VkSurfaceKHR surface, uint32_t *pRectCount, VkRect2D *pRects) in vkGetPhysicalDevicePresentRectanglesKHR() function
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp91 funcs.vkGetPhysicalDevicePresentRectanglesKHR = GPA(vkGetPhysicalDevicePresentRectanglesKHR); in init_vulkan_functions()
H A Dtest_environment.h182 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = nullptr; member
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h1067 extern PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR;
H A Dvolk.c317 vkGetPhysicalDevicePresentRectanglesKHR = (PFN_vkGetPhysicalDevicePresentRectanglesKHR)load(context, "vkGetPhysicalDevicePresentRectanglesKHR"); in volkGenLoadInstance()
1682 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR; variable
/third_party/vulkan-loader/loader/
H A Dwsi.c2306 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(VkPhysicalDevice physicalDevice, in vkGetPhysicalDevicePresentRectanglesKHR() function
2313 "vkGetPhysicalDevicePresentRectanglesKHR: Invalid physicalDevice " in vkGetPhysicalDevicePresentRectanglesKHR()
2314 "[VUID-vkGetPhysicalDevicePresentRectanglesKHR-physicalDevice-parameter]"); in vkGetPhysicalDevicePresentRectanglesKHR()
2872 if (!strcmp("vkGetPhysicalDevicePresentRectanglesKHR", name)) { in wsi_swapchain_instance_gpa()
2873 *addr = loader_inst->wsi_surface_enabled ? (void *)vkGetPhysicalDevicePresentRectanglesKHR : NULL; in wsi_swapchain_instance_gpa()
/third_party/vulkan-loader/tests/
H A Dloader_handle_validation_tests.cpp1083 ASSERT_DEATH(env.vulkan_functions.vkGetPhysicalDevicePresentRectanglesKHR(bad_physical_dev, VK_NULL_HANDLE, &count, nullptr), in TEST()
1084 "vkGetPhysicalDevicePresentRectanglesKHR: Invalid physicalDevice " in TEST()
1085 "\\[VUID-vkGetPhysicalDevicePresentRectanglesKHR-physicalDevice-parameter\\]"); in TEST()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2921 VkResult vkGetPhysicalDevicePresentRectanglesKHR( VkPhysicalDevice physicalDevice,
2926 return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects );
11078 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12119 vkGetPhysicalDevicePresentRectanglesKHR = PFN_vkGetPhysicalDevicePresentRectanglesKHR(
12120 vkGetInstanceProcAddr( instance, "vkGetPhysicalDevicePresentRectanglesKHR" ) );
H A Dvulkan_raii.hpp212 vkGetPhysicalDevicePresentRectanglesKHR = PFN_vkGetPhysicalDevicePresentRectanglesKHR( in init()
213 vkGetInstanceProcAddr( instance, "vkGetPhysicalDevicePresentRectanglesKHR" ) ); in init()
525 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
11160 getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR && in getPresentRectanglesKHR()
11161 "Function <vkGetPhysicalDevicePresentRectanglesKHR> needs extension <VK_KHR_swapchain> enabled!" ); in getPresentRectanglesKHR()
11169 getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), in getPresentRectanglesKHR()
11177 getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), in getPresentRectanglesKHR()
H A Dvulkan_funcs.hpp7504 return static_cast<Result>( d.vkGetPhysicalDevicePresentRectanglesKHR(
7519 result = static_cast<Result>( d.vkGetPhysicalDevicePresentRectanglesKHR( in getPresentRectanglesKHR()
7525 d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, in getPresentRectanglesKHR()
7554 result = static_cast<Result>( d.vkGetPhysicalDevicePresentRectanglesKHR( in getPresentRectanglesKHR()
7560 d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, in getPresentRectanglesKHR()
[all...]
H A Dvulkan_core.h6323 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp2534 VkResult vkGetPhysicalDevicePresentRectanglesKHR( VkPhysicalDevice physicalDevice,
2539 return ::vkGetPhysicalDevicePresentRectanglesKHR( physicalDevice, surface, pRectCount, pRects );
16637 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17849 vkGetPhysicalDevicePresentRectanglesKHR =
17850 PFN_vkGetPhysicalDevicePresentRectanglesKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDevicePresentRectanglesKHR" ) );
H A Dvulkan_funcs.hpp7995 d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( surface ), pRectCount, reinterpret_cast<VkRect2D *>( pRects ) ) );
8011 d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( surface ), &rectCount, nullptr ) ); in getPresentRectanglesKHR()
8015 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDevicePresentRectanglesKHR( in getPresentRectanglesKHR()
8043 d.vkGetPhysicalDevicePresentRectanglesKHR( m_physicalDevice, static_cast<VkSurfaceKHR>( surface ), &rectCount, nullptr ) ); in getPresentRectanglesKHR()
8047 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDevicePresentRectanglesKHR( in getPresentRectanglesKHR()
[all...]
H A Dvulkan_raii.hpp130 vkGetPhysicalDevicePresentRectanglesKHR = in InstanceDispatcher()
131 PFN_vkGetPhysicalDevicePresentRectanglesKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDevicePresentRectanglesKHR" ) ); in InstanceDispatcher()
437 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
14918 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR && in getPresentRectanglesKHR()
14919 "Function <vkGetPhysicalDevicePresentRectanglesKHR> requires <VK_KHR_device_group> or <VK_KHR_swapchain>" ); in getPresentRectanglesKHR()
14926 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( in getPresentRectanglesKHR()
14932 getDispatcher()->vkGetPhysicalDevicePresentRectanglesKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), in getPresentRectanglesKHR()
[all...]
H A Dvulkan_core.h7787 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
/third_party/glfw/deps/glad/
H A Dvulkan.h5498 #define vkGetPhysicalDevicePresentRectanglesKHR glad_vkGetPhysicalDevicePresentRectanglesKHR macro
6111 glad_vkGetPhysicalDevicePresentRectanglesKHR = (PFN_vkGetPhysicalDevicePresentRectanglesKHR) load(userptr, "vkGetPhysicalDevicePresentRectanglesKHR"); in glad_vk_load_VK_KHR_swapchain()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5370 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6224 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7627 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6373 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(

Completed in 505 milliseconds