OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocate_memory
(Results
1 - 4
of
4
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_screen.h
556
struct pipe_memory_allocation *(*
allocate_memory
)(struct pipe_screen *screen,
member in struct:pipe_screen
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
tr_screen.c
502
trace_dump_call_begin("pipe_screen", "
allocate_memory
");
507
result = screen->
allocate_memory
(screen, size);
1156
tr_scr->base.
allocate_memory
= trace_screen_allocate_memory;
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_texture.c
1141
screen->
allocate_memory
= llvmpipe_allocate_memory;
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_device.c
1719
mem->pmem = device->pscreen->
allocate_memory
(device->pscreen, pAllocateInfo->allocationSize);
Completed in 11 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026