Searched refs:AllocateIcdSurfaceStruct (Results 1 – 1 of 1) sorted by relevance
/third_party/vulkan-loader/loader/ |
D | wsi.c | 534 static VkIcdSurface *AllocateIcdSurfaceStruct(struct loader_instance *instance, size_t base_size, s… in AllocateIcdSurfaceStruct() function 592 …pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->win_surf.base), sizeof(pIc… in terminator_CreateWin32SurfaceKHR() 711 …pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->wayland_surf.base), sizeof… in terminator_CreateWaylandSurfaceKHR() 834 …pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->xcb_surf.base), sizeof(pIc… in terminator_CreateXcbSurfaceKHR() 959 …pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->xlib_surf.base), sizeof(pI… in terminator_CreateXlibSurfaceKHR() 1084 …AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->directfb_surf.base), sizeof(pIcdSurface-… in terminator_CreateDirectFBSurfaceEXT() 1303 …pIcdSurface = AllocateIcdSurfaceStruct(inst, sizeof(pIcdSurface->headless_surf.base), sizeof(pIcdS… in terminator_CreateHeadlessSurfaceEXT() 1379 …pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->macos_surf.base), sizeof(p… in terminator_CreateMacOSSurfaceMVK() 1507 …pIcdSurface = AllocateIcdSurfaceStruct(loader_inst, sizeof(pIcdSurface->ggp_surf.base), sizeof(pIc… in terminator_CreateStreamDescriptorSurfaceGGP() 1580 …icd_surface = AllocateIcdSurfaceStruct(loader_inst, sizeof(icd_surface->metal_surf.base), sizeof(i… in terminator_CreateMetalSurfaceEXT() [all …]
|