Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceDisplayPlaneProperties2KHR (Results 1 - 18 of 18) sorted by relevance

/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp93 funcs.vkGetPhysicalDeviceDisplayPlaneProperties2KHR = GPA(vkGetPhysicalDeviceDisplayPlaneProperties2KHR); in init_vulkan_functions()
H A Dtest_environment.h184 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR = nullptr; member
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h906 extern PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR;
H A Dvolk.c252 vkGetPhysicalDeviceDisplayPlaneProperties2KHR = (PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR)load(context, "vkGetPhysicalDeviceDisplayPlaneProperties2KHR"); in volkGenLoadInstance()
1521 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR; variable
/third_party/vulkan-loader/loader/
H A Dwsi.c2413 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in vkGetPhysicalDeviceDisplayPlaneProperties2KHR() function
2419 "vkGetPhysicalDeviceDisplayPlaneProperties2KHR: Invalid physicalDevice " in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
2420 "[VUID-vkGetPhysicalDeviceDisplayPlaneProperties2KHR-physicalDevice-parameter]"); in vkGetPhysicalDeviceDisplayPlaneProperties2KHR()
2440 "vkGetPhysicalDeviceDisplayPlaneProperties2KHR: Emulating call in ICD \"%s\"", icd_term->scanned_icd->lib_name); in terminator_GetPhysicalDeviceDisplayPlaneProperties2KHR()
3107 if (!strcmp("vkGetPhysicalDeviceDisplayPlaneProperties2KHR", name)) { in wsi_swapchain_instance_gpa()
3108 *addr = loader_inst->wsi_display_props2_enabled ? (void *)vkGetPhysicalDeviceDisplayPlaneProperties2KHR : NULL; in wsi_swapchain_instance_gpa()
/third_party/vulkan-loader/tests/
H A Dloader_handle_validation_tests.cpp1105 ASSERT_DEATH(env.vulkan_functions.vkGetPhysicalDeviceDisplayPlaneProperties2KHR(bad_physical_dev, &count, nullptr), in TEST()
1106 "vkGetPhysicalDeviceDisplayPlaneProperties2KHR: Invalid physicalDevice " in TEST()
1107 "\\[VUID-vkGetPhysicalDeviceDisplayPlaneProperties2KHR-physicalDevice-parameter\\]"); in TEST()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp3986 VkResult vkGetPhysicalDeviceDisplayPlaneProperties2KHR( VkPhysicalDevice physicalDevice,
3991 return ::vkGetPhysicalDeviceDisplayPlaneProperties2KHR( physicalDevice, pPropertyCount, pProperties );
11372 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12516 vkGetPhysicalDeviceDisplayPlaneProperties2KHR = PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR(
12517 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlaneProperties2KHR" ) );
H A Dvulkan_raii.hpp262 vkGetPhysicalDeviceDisplayPlaneProperties2KHR = PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in init()
263 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlaneProperties2KHR" ) ); in init()
553 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
13214 getDispatcher()->vkGetPhysicalDeviceDisplayPlaneProperties2KHR && in getDisplayPlaneProperties2KHR()
13215 "Function <vkGetPhysicalDeviceDisplayPlaneProperties2KHR> needs extension <VK_KHR_get_display_properties2> enabled!" ); in getDisplayPlaneProperties2KHR()
13223 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in getDisplayPlaneProperties2KHR()
13229 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in getDisplayPlaneProperties2KHR()
H A Dvulkan_funcs.hpp12641 return static_cast<Result>( d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR(
12658 d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlaneProperties2KHR()
12662 result = static_cast<Result>( d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in getDisplayPlaneProperties2KHR()
12692 d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlaneProperties2KHR()
12696 result = static_cast<Result>( d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in getDisplayPlaneProperties2KHR()
[all...]
H A Dvulkan_core.h7318 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR(
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp3530 VkResult vkGetPhysicalDeviceDisplayPlaneProperties2KHR( VkPhysicalDevice physicalDevice,
3534 return ::vkGetPhysicalDeviceDisplayPlaneProperties2KHR( physicalDevice, pPropertyCount, pProperties );
16923 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
18184 vkGetPhysicalDeviceDisplayPlaneProperties2KHR =
18185 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlaneProperties2KHR" ) );
H A Dvulkan_funcs.hpp13070 d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( m_physicalDevice, pPropertyCount, reinterpret_cast<VkDisplayPlaneProperties2KHR *>( pProperties ) ) );
13086 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlaneProperties2KHR()
13090 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in getDisplayPlaneProperties2KHR()
13118 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlaneProperties2KHR()
13122 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in getDisplayPlaneProperties2KHR()
[all...]
H A Dvulkan_raii.hpp287 vkGetPhysicalDeviceDisplayPlaneProperties2KHR = in InstanceDispatcher()
288 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlaneProperties2KHR" ) ); in InstanceDispatcher()
570 PFN_vkGetPhysicalDeviceDisplayPlaneProperties2KHR vkGetPhysicalDeviceDisplayPlaneProperties2KHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
17250 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceDisplayPlaneProperties2KHR && in getDisplayPlaneProperties2KHR()
17251 "Function <vkGetPhysicalDeviceDisplayPlaneProperties2KHR> requires <VK_KHR_get_display_properties2>" ); in getDisplayPlaneProperties2KHR()
17259 getDispatcher()->vkGetPhysicalDeviceDisplayPlaneProperties2KHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), &propertyCount, nullptr ) ); in getDisplayPlaneProperties2KHR()
17263 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPhysicalDeviceDisplayPlaneProperties2KHR( in getDisplayPlaneProperties2KHR()
[all...]
H A Dvulkan_core.h9703 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR(
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5909 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h7215 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h8684 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h7478 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlaneProperties2KHR(

Completed in 406 milliseconds