Home
last modified time | relevance | path

Searched refs:vkWaitForFences (Results 1 – 25 of 48) sorted by relevance

12

/third_party/vk-gl-cts/build/
Dvk-wrappers-1-0.inc258 if (!(ptrs_.vkWaitForFences = reinterpret_cast<PFN_vkWaitForFences>(getInstanceProcAddr(instance_, …
259 return Result("Vulkan: Unable to load vkWaitForFences pointer");
Dvk-wrappers-1-0.h65 PFN_vkWaitForFences vkWaitForFences; variable
/third_party/vk-gl-cts/build/include/
Dvk-wrappers-1-0.inc258 if (!(ptrs_.vkWaitForFences = reinterpret_cast<PFN_vkWaitForFences>(getInstanceProcAddr(instance_, …
259 return Result("Vulkan: Unable to load vkWaitForFences pointer");
Dvk-wrappers-1-0.h65 PFN_vkWaitForFences vkWaitForFences; variable
/third_party/vk-gl-cts/external/amber/src/src/vulkan/
Dvk-funcs-1-0.inc65 AMBER_VK_FUNC(vkWaitForFences)
Dcommand_buffer.cc96 VkResult r = device_->GetPtrs()->vkWaitForFences( in SubmitAndReset()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.def47 vkWaitForFences
Dvk_swiftshader.lds47 vkWaitForFences;
DVkGetProcAddress.cpp193 MAKE_VULKAN_DEVICE_ENTRY(vkWaitForFences),
/third_party/vulkan-loader/
Dvulkan.symbols.api243 vkWaitForFences
/third_party/vulkan-loader/loader/
Dvulkan-1.def66 vkWaitForFences
Dgpa_helper.c70 if (!strcmp(funcName, "vkWaitForFences")) return vkWaitForFences; in trampoline_get_proc_addr()
/third_party/skia/third_party/externals/angle2/src/third_party/volk/
Dvolk.h235 PFN_vkWaitForFences vkWaitForFences; member
651 extern PFN_vkWaitForFences vkWaitForFences;
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/vk-gl-cts/build/external/vulkancts/framework/vulkan/
DvkCoreFunctionalities.inl65 apis[VK_API_VERSION_1_0].push_back(FunctionInfo("vkWaitForFences", FUNCTIONORIGIN_DEVICE));
203 apis[VK_API_VERSION_1_1].push_back(FunctionInfo("vkWaitForFences", FUNCTIONORIGIN_DEVICE));
369 apis[VK_API_VERSION_1_2].push_back(FunctionInfo("vkWaitForFences", FUNCTIONORIGIN_DEVICE));
548 apis[VK_API_VERSION_1_3].push_back(FunctionInfo("vkWaitForFences", FUNCTIONORIGIN_DEVICE));
DvkInitDeviceFunctionPointers.inl29 m_vk.waitForFences = (WaitForFencesFunc) GET_PROC_ADDR("vkWaitForFences");
/third_party/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp277 …err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely inste… in FrameRender()
/third_party/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp269 …err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely inste… in FrameRender()
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/
DVulkanCommandBufferPerf.cpp231 res = vkWaitForFences(info.device, 1, &drawFence, VK_TRUE, FENCE_TIMEOUT); in Present()
/third_party/mesa3d/docs/relnotes/
D22.0.2.rst34 - Vulkan::Calling vkWaitForFences Timeout
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/
Dsynchronization.txt1993 Fences can: be waited on by the host with the flink:vkWaitForFences command,
2441 [open,refpage='vkWaitForFences',desc='Wait for one or more fences to become signaled',type='protos']
2446 include::{generated}/api/protos/vkWaitForFences.txt[]
2464 If the condition is satisfied when fname:vkWaitForFences is called, then
2465 fname:vkWaitForFences returns immediately.
2466 If the condition is not satisfied at the time fname:vkWaitForFences is
2467 called, then fname:vkWaitForFences will block and wait until the condition
2470 If pname:timeout is zero, then fname:vkWaitForFences does not wait, but
2476 fname:vkWaitForFences returns ename:VK_SUCCESS.
2477 Otherwise, fname:vkWaitForFences returns ename:VK_TIMEOUT after the
[all …]
Dsynchronization.adoc1938 Fences can: be waited on by the host with the flink:vkWaitForFences command,
2665 [open,refpage='vkWaitForFences',desc='Wait for one or more fences to become signaled',type='protos']
2667 :refpage: vkWaitForFences
2672 include::{generated}/api/protos/vkWaitForFences.adoc[]
2690 If the condition is satisfied when fname:vkWaitForFences is called, then
2691 fname:vkWaitForFences returns immediately.
2692 If the condition is not satisfied at the time fname:vkWaitForFences is
2693 called, then fname:vkWaitForFences will block and wait until the condition
2696 If pname:timeout is zero, then fname:vkWaitForFences does not wait, but
2702 fname:vkWaitForFences returns ename:VK_SUCCESS.
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_wrapper.h1717 return vkWaitForFences(device, 1, &mHandle, true, timeout);
/third_party/skia/third_party/externals/swiftshader/include/vulkan/
Dvulkan.hpp1696 VkResult vkWaitForFences( VkDevice device, in vkWaitForFences() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1702 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences()
10919 …PFN_vkWaitForFences vkWaitForFences member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
11901vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) … in init()
13103vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in init()
/third_party/vulkan-headers/include/vulkan/
Dvulkan.hpp1556 …VkResult vkWaitForFences( VkDevice device, uint32_t fenceCount, const VkFence * pFences, VkBool32 … in vkWaitForFences() function in VULKAN_HPP_NAMESPACE::DispatchLoaderStatic
1558 return ::vkWaitForFences( device, fenceCount, pFences, waitAll, timeout ); in vkWaitForFences()
12910 …PFN_vkWaitForFences vkWaitForFences member in VULKAN_HPP_NAMESPACE::DispatchLoaderDynamic
14008vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFen… in init()
15243vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForF… in init()

12