/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 113 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDevicePresentRectanglesKHR),
|
H A D | libVulkan.cpp | 4252 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 D | test_environment.cpp | 91 funcs.vkGetPhysicalDevicePresentRectanglesKHR = GPA(vkGetPhysicalDevicePresentRectanglesKHR); in init_vulkan_functions()
|
H A D | test_environment.h | 182 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR = nullptr; member
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 1067 extern PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR;
|
H A D | volk.c | 317 vkGetPhysicalDevicePresentRectanglesKHR = (PFN_vkGetPhysicalDevicePresentRectanglesKHR)load(context, "vkGetPhysicalDevicePresentRectanglesKHR"); in volkGenLoadInstance() 1682 PFN_vkGetPhysicalDevicePresentRectanglesKHR vkGetPhysicalDevicePresentRectanglesKHR; variable
|
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 2306 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 D | loader_handle_validation_tests.cpp | 1083 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 D | vulkan.hpp | 2921 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 D | vulkan_raii.hpp | 212 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 D | vulkan_funcs.hpp | 7504 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 D | vulkan_core.h | 6323 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2534 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 D | vulkan_funcs.hpp | 7995 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 D | vulkan_raii.hpp | 130 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 D | vulkan_core.h | 7787 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5498 #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 D | vulkan_sc_core.h | 5370 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6224 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7627 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6373 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDevicePresentRectanglesKHR(
|