/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkPromotedExtensions.cpp | 102 vkGetPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFencePropertiesKHR()
|
H A D | VkGetProcAddress.cpp | 76 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceExternalFenceProperties),
|
H A D | libVulkan.cpp | 3778 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) in vkGetPhysicalDeviceExternalFenceProperties() function
|
/third_party/vulkan-loader/loader/ |
H A D | gpa_helper.c | 181 if (!strcmp(funcName, "vkGetPhysicalDeviceExternalFenceProperties")) return vkGetPhysicalDeviceExternalFenceProperties; in trampoline_get_proc_addr()
|
H A D | trampoline.c | 2817 LOADER_EXPORT VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties( in vkGetPhysicalDeviceExternalFenceProperties() function 2823 "vkGetPhysicalDeviceExternalFenceProperties: Invalid physicalDevice " in vkGetPhysicalDeviceExternalFenceProperties() 2824 "[VUID-vkGetPhysicalDeviceExternalFenceProperties-physicalDevice-parameter]"); in vkGetPhysicalDeviceExternalFenceProperties()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_environment.cpp | 76 funcs.vkGetPhysicalDeviceExternalFenceProperties = GPA(vkGetPhysicalDeviceExternalFenceProperties); in init_vulkan_functions()
|
H A D | test_environment.h | 165 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties = nullptr; member
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
H A D | volk.h | 671 extern PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties;
|
H A D | volk.c | 163 vkGetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties)load(context, "vkGetPhysicalDeviceExternalFenceProperties"); in volkGenLoadInstance() 1286 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties; variable
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
H A D | vulkan.hpp | 2705 void vkGetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, 2710 return ::vkGetPhysicalDeviceExternalFenceProperties( 11044 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 12069 vkGetPhysicalDeviceExternalFenceProperties = PFN_vkGetPhysicalDeviceExternalFenceProperties( 12070 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceExternalFenceProperties" ) ); 12480 if ( !vkGetPhysicalDeviceExternalFenceProperties ) 12481 vkGetPhysicalDeviceExternalFenceProperties = vkGetPhysicalDeviceExternalFencePropertiesKHR;
|
H A D | vulkan_raii.hpp | 116 vkGetPhysicalDeviceExternalFenceProperties = PFN_vkGetPhysicalDeviceExternalFenceProperties( in init() 117 vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceExternalFenceProperties" ) ); in init() 240 if ( !vkGetPhysicalDeviceExternalFenceProperties ) in init() 241 vkGetPhysicalDeviceExternalFenceProperties = vkGetPhysicalDeviceExternalFencePropertiesKHR; in init() 436 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 10747 getDispatcher()->vkGetPhysicalDeviceExternalFenceProperties(
|
H A D | vulkan_core.h | 5297 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
|
H A D | vulkan_funcs.hpp | 6501 d.vkGetPhysicalDeviceExternalFenceProperties( 6516 d.vkGetPhysicalDeviceExternalFenceProperties( [all...] |
/third_party/vulkan-loader/tests/ |
H A D | loader_handle_validation_tests.cpp | 768 ASSERT_DEATH(env.vulkan_functions.vkGetPhysicalDeviceExternalFenceProperties(bad_physical_dev, &info, &props), in TEST() 769 "vkGetPhysicalDeviceExternalFenceProperties: Invalid physicalDevice " in TEST() 770 "\\[VUID-vkGetPhysicalDeviceExternalFenceProperties-physicalDevice-parameter\\]"); in TEST()
|
/third_party/vulkan-headers/include/vulkan/ |
H A D | vulkan.hpp | 2128 void vkGetPhysicalDeviceExternalFenceProperties( VkPhysicalDevice physicalDevice, 2132 return ::vkGetPhysicalDeviceExternalFenceProperties( physicalDevice, pExternalFenceInfo, pExternalFenceProperties ); 16564 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic 17766 vkGetPhysicalDeviceExternalFenceProperties = 17767 PFN_vkGetPhysicalDeviceExternalFenceProperties( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceExternalFenceProperties" ) ); 18154 if ( !vkGetPhysicalDeviceExternalFenceProperties ) 18155 vkGetPhysicalDeviceExternalFenceProperties = vkGetPhysicalDeviceExternalFencePropertiesKHR;
|
H A D | vulkan_raii.hpp | 110 vkGetPhysicalDeviceExternalFenceProperties = in InstanceDispatcher() 111 PFN_vkGetPhysicalDeviceExternalFenceProperties( vkGetInstanceProcAddr( instance, "vkGetPhysicalDeviceExternalFenceProperties" ) ); in InstanceDispatcher() 269 if ( !vkGetPhysicalDeviceExternalFenceProperties ) in InstanceDispatcher() 270 vkGetPhysicalDeviceExternalFenceProperties = vkGetPhysicalDeviceExternalFencePropertiesKHR; in InstanceDispatcher() 423 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::InstanceDispatcher 14022 VULKAN_HPP_ASSERT( getDispatcher()->vkGetPhysicalDeviceExternalFenceProperties && 14023 "Function <vkGetPhysicalDeviceExternalFenceProperties> requires <VK_KHR_external_fence_capabilities> or <VK_VERSION_1_1>" ); 14026 getDispatcher()->vkGetPhysicalDeviceExternalFenceProperties( static_cast<VkPhysicalDevice>( m_physicalDevice ), [all...] |
H A D | vulkan_funcs.hpp | 6214 d.vkGetPhysicalDeviceExternalFenceProperties( m_physicalDevice, 6228 d.vkGetPhysicalDeviceExternalFenceProperties( m_physicalDevice, [all...] |
H A D | vulkan_core.h | 5714 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
|
/third_party/glfw/deps/glad/ |
H A D | vulkan.h | 5478 #define vkGetPhysicalDeviceExternalFenceProperties glad_vkGetPhysicalDeviceExternalFenceProperties macro 6021 glad_vkGetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties) load(userptr, "vkGetPhysicalDeviceExternalFenceProperties"); in glad_vk_load_VK_VERSION_1_1()
|
/third_party/vk-gl-cts/external/vulkancts/scripts/src/ |
H A D | vulkan_sc_core.h | 4176 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
|
/third_party/skia/include/third_party/vulkan/vulkan/ |
H A D | vulkan_core.h | 5203 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
|
/third_party/mesa3d/include/vulkan/ |
H A D | vulkan_core.h | 5561 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
|
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/ |
H A D | vulkan_core.h | 5346 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
|
/third_party/vulkan-loader/loader/generated/ |
H A D | vk_loader_extensions.c | 1250 table->GetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties)gpa(inst, "vkGetPhysicalDeviceExternalFenceProperties"); in loader_init_instance_core_dispatch_table() 10131 ? (void *)vkGetPhysicalDeviceExternalFenceProperties in extension_instance_gpa()
|