Home
last modified time | relevance | path

Searched refs:allocate_memory_fd (Results 1 – 4 of 4) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
Dp_screen.h628 struct pipe_memory_allocation *(*allocate_memory_fd)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_screen.c577 result = screen->allocate_memory_fd(screen, size, fd); in trace_screen_allocate_memory_fd()
1421 SCR_INIT(allocate_memory_fd); in trace_screen_create()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_texture.c1154 screen->allocate_memory_fd = llvmpipe_allocate_memory_fd; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_device.c1705 …mem->pmem = device->pscreen->allocate_memory_fd(device->pscreen, pAllocateInfo->allocationSize, &m… in lvp_AllocateMemory()