Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp142 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceDisplayPlanePropertiesKHR),
H A DlibVulkan.cpp4028 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(VkPhysicalDevice physicalDevice, uint32_t *pPropertyCount, VkDisplayPlanePropertiesKHR *pProperties) in vkGetPhysicalDeviceDisplayPlanePropertiesKHR() function
/third_party/vulkan-loader/tests/framework/
H A Dtest_environment.cpp86 funcs.vkGetPhysicalDeviceDisplayPlanePropertiesKHR = GPA(vkGetPhysicalDeviceDisplayPlanePropertiesKHR); in init_vulkan_functions()
H A Dtest_environment.h177 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = nullptr; member
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h860 extern PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR;
H A Dvolk.c237 vkGetPhysicalDeviceDisplayPlanePropertiesKHR = (PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR)load(context, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR"); in volkGenLoadInstance()
1475 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR; variable
/third_party/vulkan-loader/loader/
H A Dwsi.c1915 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in vkGetPhysicalDeviceDisplayPlanePropertiesKHR() function
1921 "vkGetPhysicalDeviceDisplayPlanePropertiesKHR: Invalid physicalDevice " in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
1922 "[VUID-vkGetPhysicalDeviceDisplayPlanePropertiesKHR-physicalDevice-parameter]"); in vkGetPhysicalDeviceDisplayPlanePropertiesKHR()
1939 "VK_KHR_display extension not enabled. vkGetPhysicalDeviceDisplayPlanePropertiesKHR not executed!"); in terminator_GetPhysicalDeviceDisplayPlanePropertiesKHR()
1945 "ICD for selected physical device does not export vkGetPhysicalDeviceDisplayPlanePropertiesKHR!"); in terminator_GetPhysicalDeviceDisplayPlanePropertiesKHR()
3071 if (!strcmp("vkGetPhysicalDeviceDisplayPlanePropertiesKHR", name)) { in wsi_swapchain_instance_gpa()
3072 *addr = loader_inst->wsi_display_enabled ? (void *)vkGetPhysicalDeviceDisplayPlanePropertiesKHR : NULL; in wsi_swapchain_instance_gpa()
/third_party/vulkan-loader/tests/
H A Dloader_handle_validation_tests.cpp1025 ASSERT_DEATH(env.vulkan_functions.vkGetPhysicalDeviceDisplayPlanePropertiesKHR(bad_physical_dev, &count, nullptr), in TEST()
1026 "vkGetPhysicalDeviceDisplayPlanePropertiesKHR: Invalid physicalDevice " in TEST()
1027 "\\[VUID-vkGetPhysicalDeviceDisplayPlanePropertiesKHR-physicalDevice-parameter\\]"); in TEST()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2945 VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR( VkPhysicalDevice physicalDevice,
2950 return ::vkGetPhysicalDeviceDisplayPlanePropertiesKHR( physicalDevice, pPropertyCount, pProperties );
11083 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
12127 vkGetPhysicalDeviceDisplayPlanePropertiesKHR = PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
12128 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR" ) );
H A Dvulkan_raii.hpp224 vkGetPhysicalDeviceDisplayPlanePropertiesKHR = PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in init()
225 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR" ) ); in init()
532 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
11257 getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR && in getDisplayPlanePropertiesKHR()
11258 "Function <vkGetPhysicalDeviceDisplayPlanePropertiesKHR> needs extension <VK_KHR_display> enabled!" ); in getDisplayPlanePropertiesKHR()
11266 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in getDisplayPlanePropertiesKHR()
11272 static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in getDisplayPlanePropertiesKHR()
H A Dvulkan_funcs.hpp7690 return static_cast<Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
7707 d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlanePropertiesKHR()
7711 result = static_cast<Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in getDisplayPlanePropertiesKHR()
7741 d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlanePropertiesKHR()
7745 result = static_cast<Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in getDisplayPlanePropertiesKHR()
[all...]
H A Dvulkan_core.h6423 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp2556 VkResult vkGetPhysicalDeviceDisplayPlanePropertiesKHR( VkPhysicalDevice physicalDevice,
2560 return ::vkGetPhysicalDeviceDisplayPlanePropertiesKHR( physicalDevice, pPropertyCount, pProperties );
16642 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17856 vkGetPhysicalDeviceDisplayPlanePropertiesKHR =
17857 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR" ) );
H A Dvulkan_funcs.hpp8171 d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, pPropertyCount, reinterpret_cast<VkDisplayPlanePropertiesKHR *>( pProperties ) ) );
8187 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlanePropertiesKHR()
8191 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in getDisplayPlanePropertiesKHR()
8219 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( m_physicalDevice, &propertyCount, nullptr ) ); in getDisplayPlanePropertiesKHR()
8223 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in getDisplayPlanePropertiesKHR()
[all...]
H A Dvulkan_raii.hpp136 vkGetPhysicalDeviceDisplayPlanePropertiesKHR = in InstanceDispatcher()
137 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceDisplayPlanePropertiesKHR" ) ); in InstanceDispatcher()
441 PFN_vkGetPhysicalDeviceDisplayPlanePropertiesKHR vkGetPhysicalDeviceDisplayPlanePropertiesKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher
14997 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR && in getDisplayPlanePropertiesKHR()
14998 "Function <vkGetPhysicalDeviceDisplayPlanePropertiesKHR> requires <VK_KHR_display>" ); in getDisplayPlanePropertiesKHR()
15006 getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), &propertyCount, nullptr ) ); in getDisplayPlanePropertiesKHR()
15010 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetPhysicalDeviceDisplayPlanePropertiesKHR( in getDisplayPlanePropertiesKHR()
[all...]
H A Dvulkan_core.h7888 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h5470 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h6324 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h7727 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h6473 VKAPI_ATTR VkResult VKAPI_CALL vkGetPhysicalDeviceDisplayPlanePropertiesKHR(

Completed in 420 milliseconds