Searched refs:allocate_memory_fd (Results 1 – 4 of 4) sorted by relevance
628 struct pipe_memory_allocation *(*allocate_memory_fd)(struct pipe_screen *screen, member
577 result = screen->allocate_memory_fd(screen, size, fd); in trace_screen_allocate_memory_fd()1421 SCR_INIT(allocate_memory_fd); in trace_screen_create()
1154 screen->allocate_memory_fd = llvmpipe_allocate_memory_fd; in llvmpipe_init_screen_resource_funcs()
1705 …mem->pmem = device->pscreen->allocate_memory_fd(device->pscreen, pAllocateInfo->allocationSize, &m… in lvp_AllocateMemory()