/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkGetProcAddress.cpp | 141 MAKE_VULKAN_INSTANCE_ENTRY(vkGetDisplayPlaneSupportedDisplaysKHR),
|
H A D | libVulkan.cpp | 4020 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, uint32_t planeIndex, uint32_t *pDisplayCount, VkDisplayKHR *pDisplays) in vkGetDisplayPlaneSupportedDisplaysKHR() function
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 87 funcs.vkGetDisplayPlaneSupportedDisplaysKHR = GPA(vkGetDisplayPlaneSupportedDisplaysKHR); in init_vulkan_functions()
|
H A D | test_environment.h | 178 PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR = nullptr; member
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 859 extern PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR;
|
H A D | volk.c | 236 vkGetDisplayPlaneSupportedDisplaysKHR = (PFN_vkGetDisplayPlaneSupportedDisplaysKHR)load(context, "vkGetDisplayPlaneSupportedDisplaysKHR"); in volkGenLoadInstance() 1474 PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR; variable
|
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 1956 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(VkPhysicalDevice physicalDevice, in vkGetDisplayPlaneSupportedDisplaysKHR() function 1963 "vkGetDisplayPlaneSupportedDisplaysKHR: Invalid physicalDevice " in vkGetDisplayPlaneSupportedDisplaysKHR() 1964 "[VUID-vkGetDisplayPlaneSupportedDisplaysKHR-physicalDevice-parameter]"); in vkGetDisplayPlaneSupportedDisplaysKHR() 1980 "VK_KHR_display extension not enabled. vkGetDisplayPlaneSupportedDisplaysKHR not executed!"); in terminator_GetDisplayPlaneSupportedDisplaysKHR() 1986 "ICD for selected physical device does not export vkGetDisplayPlaneSupportedDisplaysKHR!"); in terminator_GetDisplayPlaneSupportedDisplaysKHR() 3075 if (!strcmp("vkGetDisplayPlaneSupportedDisplaysKHR", name)) { in wsi_swapchain_instance_gpa() 3076 *addr = loader_inst->wsi_display_enabled ? (void *)vkGetDisplayPlaneSupportedDisplaysKHR : NULL; in wsi_swapchain_instance_gpa()
|
/third_party/vulkan-loader/tests/ |
H A D | loader_handle_validation_tests.cpp | 1036 ASSERT_DEATH(env.vulkan_functions.vkGetDisplayPlaneSupportedDisplaysKHR(bad_physical_dev, 0, &count, nullptr), in TEST() 1037 "vkGetDisplayPlaneSupportedDisplaysKHR: Invalid physicalDevice " in TEST() 1038 "\\[VUID-vkGetDisplayPlaneSupportedDisplaysKHR-physicalDevice-parameter\\]"); in TEST()
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2953 VkResult vkGetDisplayPlaneSupportedDisplaysKHR( VkPhysicalDevice physicalDevice, 2958 return ::vkGetDisplayPlaneSupportedDisplaysKHR( physicalDevice, planeIndex, pDisplayCount, pDisplays ); 11084 PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12129 vkGetDisplayPlaneSupportedDisplaysKHR = PFN_vkGetDisplayPlaneSupportedDisplaysKHR( 12130 vkGetInstanceProcAddr( instance, "vkGetDisplayPlaneSupportedDisplaysKHR" ) );
|
H A D | vulkan_raii.hpp | 226 vkGetDisplayPlaneSupportedDisplaysKHR = PFN_vkGetDisplayPlaneSupportedDisplaysKHR( in init() 227 vkGetInstanceProcAddr( instance, "vkGetDisplayPlaneSupportedDisplaysKHR" ) ); in init() 533 PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 5971 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( dispatcher->vkGetDisplayPlaneSupportedDisplaysKHR( in DisplayKHRs() 5976 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( dispatcher->vkGetDisplayPlaneSupportedDisplaysKHR( in DisplayKHRs() 5991 throwResultException( result, "vkGetDisplayPlaneSupportedDisplaysKHR" ); in DisplayKHRs()
|
H A D | vulkan_funcs.hpp | 7767 return static_cast<Result>( d.vkGetDisplayPlaneSupportedDisplaysKHR( 7783 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR() 7787 result = static_cast<Result>( d.vkGetDisplayPlaneSupportedDisplaysKHR( in getDisplayPlaneSupportedDisplaysKHR() 7816 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR() 7820 result = static_cast<Result>( d.vkGetDisplayPlaneSupportedDisplaysKHR( in getDisplayPlaneSupportedDisplaysKHR() [all...] |
H A D | vulkan_core.h | 6428 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2563 VkResult vkGetDisplayPlaneSupportedDisplaysKHR( VkPhysicalDevice physicalDevice, 2568 return ::vkGetDisplayPlaneSupportedDisplaysKHR( physicalDevice, planeIndex, pDisplayCount, pDisplays ); 16643 PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17858 vkGetDisplayPlaneSupportedDisplaysKHR = 17859 PFN_vkGetDisplayPlaneSupportedDisplaysKHR( vkGetInstanceProcAddr( instance, "vkGetDisplayPlaneSupportedDisplaysKHR" ) );
|
H A D | vulkan_funcs.hpp | 8245 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, pDisplayCount, reinterpret_cast<VkDisplayKHR *>( pDisplays ) ) ); 8260 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR() 8265 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, reinterpret_cast<VkDisplayKHR *>( displays.data() ) ) ); in getDisplayPlaneSupportedDisplaysKHR() 8291 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR() 8296 d.vkGetDisplayPlaneSupportedDisplaysKHR( m_physicalDevice, planeIndex, &displayCount, reinterpret_cast<VkDisplayKHR *>( displays.data() ) ) ); in getDisplayPlaneSupportedDisplaysKHR() [all...] |
H A D | vulkan_raii.hpp | 138 vkGetDisplayPlaneSupportedDisplaysKHR = in InstanceDispatcher() 139 PFN_vkGetDisplayPlaneSupportedDisplaysKHR( vkGetInstanceProcAddr( instance, "vkGetDisplayPlaneSupportedDisplaysKHR" ) ); in InstanceDispatcher() 442 PFN_vkGetDisplayPlaneSupportedDisplaysKHR vkGetDisplayPlaneSupportedDisplaysKHR = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 15033 getDispatcher()->vkGetDisplayPlaneSupportedDisplaysKHR( static_cast<VkPhysicalDevice>( m_physicalDevice ), planeIndex, &displayCount, nullptr ) ); in getDisplayPlaneSupportedDisplaysKHR() 15037 result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkGetDisplayPlaneSupportedDisplaysKHR( in getDisplayPlaneSupportedDisplaysKHR() [all...] |
H A D | vulkan_core.h | 7893 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 5475 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 6329 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 7732 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 6478 VKAPI_ATTR VkResult VKAPI_CALL vkGetDisplayPlaneSupportedDisplaysKHR(
|