Home | History | Annotate | Download | only in libvulkan

Lines Matching full:resetfences

217     INIT_PROC(true, dev, ResetFences);
382 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences);
781 { "vkResetFences", reinterpret_cast<PFN_vkVoidFunction>(ResetFences) },
911 VKAPI_ATTR VkResult ResetFences(VkDevice device, uint32_t fenceCount, const VkFence* pFences) {
912 return GetData(device).dispatch.ResetFences(device, fenceCount, pFences);
1684 return vulkan::api::ResetFences(device, fenceCount, pFences);