Home | History | Annotate | Download | only in libvulkan

Lines Matching refs:GetEventStatus

180     INIT_PROC(dev, GetEventStatus);
324 VKAPI_ATTR VkResult GetEventStatus(VkDevice device, VkEvent event);
609 { "vkGetEventStatus", reinterpret_cast<PFN_vkVoidFunction>(GetEventStatus) },
786 VKAPI_ATTR VkResult GetEventStatus(VkDevice device, VkEvent event) {
787 return GetData(device).dispatch.GetEventStatus(device, event);
1434 return vulkan::api::GetEventStatus(device, event);