/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 | 96 VkResult r = device_->GetPtrs()->vkWaitForFences( in SubmitAndReset()
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | vk_swiftshader.def | 47 vkWaitForFences
|
D | vk_swiftshader.lds | 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/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));
|
D | vkInitDeviceFunctionPointers.inl | 29 m_vk.waitForFences = (WaitForFencesFunc) GET_PROC_ADDR("vkWaitForFences");
|
/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/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/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 …]
|
D | synchronization.adoc | 1938 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/ |
D | vk_wrapper.h | 1717 return vkWaitForFences(device, 1, &mHandle, true, timeout);
|
/third_party/skia/third_party/externals/swiftshader/include/vulkan/ |
D | vulkan.hpp | 1696 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 11901 …vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFences" ) … in init() 13103 … vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForFences" ) ); in init()
|
/third_party/vulkan-headers/include/vulkan/ |
D | vulkan.hpp | 1556 …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 14008 …vkWaitForFences = PFN_vkWaitForFences( vkGetInstanceProcAddr( instance, "vkWaitForFen… in init() 15243 …vkWaitForFences = PFN_vkWaitForFences( vkGetDeviceProcAddr( device, "vkWaitForF… in init()
|