Searched refs:AllocateIcdSurfaceStruct (Results 1 - 1 of 1) sorted by relevance
/third_party/vulkan-loader/loader/ |
H A D | wsi.c | 559 VkIcdSurface *AllocateIcdSurfaceStruct(struct loader_instance *instance, size_t base_size, size_t platform_size) { in AllocateIcdSurfaceStruct() function 617 pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->win_surf.base), sizeof(pIcdSurface->win_surf)); in terminator_CreateWin32SurfaceKHR() 736 pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->wayland_surf.base), sizeof(pIcdSurface->wayland_surf)); in terminator_CreateWaylandSurfaceKHR() 858 pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->xcb_surf.base), sizeof(pIcdSurface->xcb_surf)); in terminator_CreateXcbSurfaceKHR() 983 pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->xlib_surf.base), sizeof(pIcdSurface->xlib_surf)); in terminator_CreateXlibSurfaceKHR() 1108 AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->directfb_surf.base), sizeof(pIcdSurface->directfb_surf)); in terminator_CreateDirectFBSurfaceEXT() 1325 pIcdSurface = AllocateIcdSurfaceStruct(inst, sizeof(pIcdSurface->headless_surf.base), sizeof(pIcdSurface->headless_surf)); in terminator_CreateHeadlessSurfaceEXT() 1428 pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->macos_surf.base), sizeof(pIcdSurface->macos_surf)); in terminator_CreateMacOSSurfaceMVK() 1558 pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->ggp_surf.base), sizeof(pIcdSurface->ggp_surf)); in terminator_CreateStreamDescriptorSurfaceGGP() 1631 icd_surface = AllocateIcdSurfaceStruct(loader_ins in terminator_CreateMetalSurfaceEXT() [all...] |
Completed in 4 milliseconds