Searched refs:GetEventStatus (Results 1 – 5 of 5) sorted by relevance
74 PFN_vkGetEventStatus GetEventStatus; member
99 table->GetEventStatus = (PFN_vkGetEventStatus)gpa(dev, "vkGetEventStatus"); in loader_init_device_dispatch_table()343 return (void *)table->GetEventStatus; in loader_lookup_device_dispatch_table()
1148 return disp->GetEventStatus(device, event);
62 GET_PROC(GetEventStatus); in GrVkCreateInterface()
2431 … VkResult result = get_dispatch_table(pc_device_table_map, device)->GetEventStatus(device, event); in vkGetEventStatus()