Home
last modified time | relevance | path

Searched refs:vkWaitForFences (Results 1 - 25 of 26) sorted by relevance

12

/third_party/vk-gl-cts/build/include/
H A Dvk-wrappers-1-0.h65 PFN_vkWaitForFences vkWaitForFences; variable
/third_party/vk-gl-cts/build/
H A Dvk-wrappers-1-0.h65 PFN_vkWaitForFences vkWaitForFences; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
H A Dcommand_buffer.cc96 VkResult r = device_->GetPtrs()->vkWaitForFences( in SubmitAndReset()
100 return Result("Vulkan::Calling vkWaitForFences Timeout"); in SubmitAndReset()
117 return Result("Vulkan::Calling vkWaitForFences Fail (" + result_str + ")"); in SubmitAndReset()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
H A Dvolk.h235 PFN_vkWaitForFences vkWaitForFences; member
651 extern PFN_vkWaitForFences vkWaitForFences;
H A Dvolk.c445 vkWaitForFences = (PFN_vkWaitForFences)load(context, "vkWaitForFences"); in volkGenLoadDevice()
846 table->vkWaitForFences = (PFN_vkWaitForFences)load(context, "vkWaitForFences"); in volkGenLoadDeviceTable()
1266 PFN_vkWaitForFences vkWaitForFences; variable
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkGetProcAddress.cpp193 MAKE_VULKAN_DEVICE_ENTRY(vkWaitForFences),
H A DlibVulkan.cpp1404 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, VkBool32 waitAll, uint64_t timeout) in vkWaitForFences() function
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
H A Dmain.cpp269 err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely instead of periodically checking in FrameRender()
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
H A Dmain.cpp277 err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely instead of periodically checking in FrameRender()
/third_party/vulkan-loader/loader/
H A Dgpa_helper.c70 if (!strcmp(funcName, "vkWaitForFences")) return vkWaitForFences; in trampoline_get_proc_addr()
H A Dtrampoline.c1368 LOADER_EXPORT VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(VkDevice device, uint32_t fenceCount, const VkFence *pFences, in vkWaitForFences() function
1373 "vkWaitForFences: Invalid device [VUID-vkWaitForFences-device-parameter]"); in vkWaitForFences()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
H A DVulkanCommandBufferPerf.cpp231 res = vkWaitForFences(info.device, 1, &drawFence, VK_TRUE, FENCE_TIMEOUT); in Present()
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
H A Dvulkan.hpp1696 VkResult vkWaitForFences( VkDevice device,
1702 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout );
10919 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11901 vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) );
13103 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) );
H A Dvulkan_raii.hpp719 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in init()
1603 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
9614 getDispatcher()->vkWaitForFences( static_cast<VkDevice>( m_device ), in waitForFences()
H A Dvulkan_core.h3853 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(
H A Dvulkan_funcs.hpp1537 return static_cast<Result>( d.vkWaitForFences(
1550 Result result = static_cast<Result>( d.vkWaitForFences( m_device, in waitForFences()
[all...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dvk_wrapper.h1717 return vkWaitForFences(device, 1, &mHandle, true, timeout); in wait()
/third_party/vulkan-headers/include/vulkan/
H A Dvulkan.hpp1258 VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 waitAll, uint64_t timeout ) const VULKAN_HPP_NOEXCEPT
1260 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout );
16439 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
17636 vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) );
18954 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) );
H A Dvulkan_raii.hpp710 vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in DeviceDispatcher()
1753 PFN_vkWaitForFences vkWaitForFences = 0; member in VULKAN_HPP_NAMESPACE::VULKAN_HPP_RAII_NAMESPACE::DeviceDispatcher
12234 VULKAN_HPP_ASSERT( getDispatcher()->vkWaitForFences && "Function <vkWaitForFences> requires <VK_VERSION_1_0>" ); in waitForFences()
12236 VULKAN_HPP_NAMESPACE::Result result = static_cast<VULKAN_HPP_NAMESPACE::Result>( getDispatcher()->vkWaitForFences( in waitForFences()
[all...]
H A Dvulkan_funcs.hpp1507 d.vkWaitForFences( m_device, fenceCount, reinterpret_cast<const VkFence *>( pFences ), static_cast<VkBool32>( waitAll ), timeout ) );
1521 d.vkWaitForFences( m_device, fences.size(), reinterpret_cast<const VkFence *>( fences.data() ), static_cast<VkBool32>( waitAll ), timeout ) ); in waitForFences()
[all...]
/third_party/glfw/deps/glad/
H A Dvulkan.h5576 #define vkWaitForFences glad_vkWaitForFences macro
6000 glad_vkWaitForFences = (PFN_vkWaitForFences) load(userptr, "vkWaitForFences"); in glad_vk_load_VK_VERSION_1_0()
/third_party/vk-gl-cts/external/vulkancts/scripts/src/
H A Dvulkan_sc_core.h2923 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(
/third_party/skia/include/third_party/vulkan/vulkan/
H A Dvulkan_core.h3760 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(
/third_party/mesa3d/include/vulkan/
H A Dvulkan_core.h4117 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(
/third_party/skia/third_party/externals/dawn/third_party/khronos/vulkan/
H A Dvulkan_core.h3902 VKAPI_ATTR VkResult VKAPI_CALL vkWaitForFences(

Completed in 388 milliseconds

12