Home
last modified time | relevance | path

Searched refs:vkGetPhysicalDeviceExternalFenceProperties (Results 1 - 24 of 24) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkPromotedExtensions.cpp102 vkGetPhysicalDeviceExternalFenceProperties(physicalDevice, pExternalFenceInfo, pExternalFenceProperties); in vkGetPhysicalDeviceExternalFencePropertiesKHR()
H A DVkGetProcAddress.cpp76 MAKE_VULKAN_INSTANCE_ENTRY(vkGetPhysicalDeviceExternalFenceProperties),
H A DlibVulkan.cpp3778 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(VkPhysicalDevice physicalDevice, const VkPhysicalDeviceExternalFenceInfo *pExternalFenceInfo, VkExternalFenceProperties *pExternalFenceProperties) in vkGetPhysicalDeviceExternalFenceProperties() function
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c181 if (!strcmp(funcName, "vkGetPhysicalDeviceExternalFenceProperties")) return vkGetPhysicalDeviceExternalFenceProperties; in trampoline_get_proc_addr()
H A Dtrampoline.c2817 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 Dtest_environment.cpp76 funcs.vkGetPhysicalDeviceExternalFenceProperties = GPA(vkGetPhysicalDeviceExternalFenceProperties); in init_vulkan_functions()
H A Dtest_environment.h165 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties = nullptr; member
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h671 extern PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties;
H A Dvolk.c163 vkGetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties)load(context, "vkGetPhysicalDeviceExternalFenceProperties"); in volkGenLoadInstance()
1286 PFN_vkGetPhysicalDeviceExternalFenceProperties vkGetPhysicalDeviceExternalFenceProperties; variable
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp2705 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 Dvulkan_raii.hpp116 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 Dvulkan_core.h5297 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
H A Dvulkan_funcs.hpp6501 d.vkGetPhysicalDeviceExternalFenceProperties(
6516 d.vkGetPhysicalDeviceExternalFenceProperties(
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_handle_validation_tests.cpp768 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 Dvulkan.hpp2128 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 Dvulkan_raii.hpp110 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 Dvulkan_funcs.hpp6214 d.vkGetPhysicalDeviceExternalFenceProperties( m_physicalDevice,
6228 d.vkGetPhysicalDeviceExternalFenceProperties( m_physicalDevice,
[all...]
H A Dvulkan_core.h5714 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
/third_party/glfw/deps/glad/
H A Dvulkan.h5478 #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 Dvulkan_sc_core.h4176 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h5203 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h5561 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h5346 VKAPI_ATTR void VKAPI_CALL vkGetPhysicalDeviceExternalFenceProperties(
/third_party/vulkan-loader/loader/generated/
H A Dvk_loader_extensions.c1250 table->GetPhysicalDeviceExternalFenceProperties = (PFN_vkGetPhysicalDeviceExternalFenceProperties)gpa(inst, "vkGetPhysicalDeviceExternalFenceProperties"); in loader_init_instance_core_dispatch_table()
10131 ? (void *)vkGetPhysicalDeviceExternalFenceProperties in extension_instance_gpa()

Completed in 472 milliseconds