/third_party/vk-gl-cts/build/ |
D | vk-wrappers-1-0.inc | 258 if (!(ptrs_.vkWaitForFences = reinterpret_cast<PFN_vkWaitForFences>(getInstanceProcAddr(instance_, … 259 return Result("Vulkan: Unable to load vkWaitForFences pointer");
|
D | vk-wrappers-1-0.h | 65 PFN_vkWaitForFences vkWaitForFences; variable
|
/third_party/vk-gl-cts/build/include/ |
D | vk-wrappers-1-0.inc | 258 if (!(ptrs_.vkWaitForFences = reinterpret_cast<PFN_vkWaitForFences>(getInstanceProcAddr(instance_, … 259 return Result("Vulkan: Unable to load vkWaitForFences pointer");
|
D | vk-wrappers-1-0.h | 65 PFN_vkWaitForFences vkWaitForFences; variable
|
/third_party/vk-gl-cts/external/amber/src/src/vulkan/ |
D | vk-funcs-1-0.inc | 65 AMBER_VK_FUNC(vkWaitForFences)
|
D | command_buffer.cc | 95 VkResult r = device_->GetPtrs()->vkWaitForFences( in SubmitAndReset()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.lds | 47 vkWaitForFences;
|
D | vk_swiftshader.def | 47 vkWaitForFences
|
D | VkGetProcAddress.cpp | 193 MAKE_VULKAN_DEVICE_ENTRY(vkWaitForFences),
|
/third_party/vulkan-loader/ |
D | vulkan.symbols.api | 243 vkWaitForFences
|
/third_party/vulkan-loader/loader/ |
D | vulkan-1.def | 66 vkWaitForFences
|
D | gpa_helper.c | 70 if (!strcmp(funcName, "vkWaitForFences")) return vkWaitForFences; in trampoline_get_proc_addr()
|
/third_party/skia/third_party/externals/angle2/src/third_party/volk/ |
D | volk.h | 235 PFN_vkWaitForFences vkWaitForFences; member 651 extern PFN_vkWaitForFences vkWaitForFences;
|
D | volk.c | 445 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/ |
D | gstvktrash.c | 471 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/ |
D | vkCoreFunctionalities.inl | 65 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/ |
D | main.cpp | 234 …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/ |
D | main.cpp | 244 …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/ |
D | main.cpp | 277 …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/ |
D | main.cpp | 269 …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/ |
D | VulkanCommandBufferPerf.cpp | 231 res = vkWaitForFences(info.device, 1, &drawFence, VK_TRUE, FENCE_TIMEOUT); in Present()
|
/third_party/skia/third_party/externals/angle2/src/tests/perf_tests/ |
D | VulkanCommandBufferPerf.cpp | 231 res = vkWaitForFences(info.device, 1, &drawFence, VK_TRUE, FENCE_TIMEOUT); in Present()
|
/third_party/ffmpeg/libavfilter/ |
D | vulkan.c | 441 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/ |
D | 22.0.2.rst | 34 - Vulkan::Calling vkWaitForFences Timeout
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | synchronization.txt | 1993 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 …]
|