Home
last modified time | relevance | path

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

123

/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.cc95 VkResult r = device_->GetPtrs()->vkWaitForFences( in SubmitAndReset()
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
Dvk_swiftshader.lds47 vkWaitForFences;
Dvk_swiftshader.def47 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/gstreamer/gstplugins_bad/gst-libs/gst/vulkan/
Dgstvktrash.c471 err = vkWaitForFences (device->device, n, fences, TRUE, timeout); in gst_vulkan_trash_fence_list_wait()
/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));
/third_party/flutter/skia/third_party/externals/imgui/examples/example_sdl_vulkan/
Dmain.cpp234 …err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely instead … in FrameRender()
/third_party/flutter/skia/third_party/externals/imgui/examples/example_glfw_vulkan/
Dmain.cpp244 …err = vkWaitForFences(g_Device, 1, &fd->Fence, VK_TRUE, UINT64_MAX); // wait indefinitely instead … in FrameRender()
/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/flutter/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/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/ffmpeg/libavfilter/
Dvulkan.c441 vkWaitForFences(s->hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in ff_vk_start_exec_recording()
1337 vkWaitForFences(s->hwctx->act_dev, 1, &q->fence, VK_TRUE, UINT64_MAX); in free_exec_ctx()
/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 …]

123