Home
last modified time | relevance | path

Searched refs:map_memory (Results 1 - 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/include/pipe/
H A Dp_screen.h657 void *(*map_memory)(struct pipe_screen *screen, member
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
H A Dtr_screen.c508 trace_dump_call_begin("pipe_screen", "map_memory"); in trace_screen_map_memory()
513 result = screen->map_memory(screen, pmem); in trace_screen_map_memory()
1424 tr_scr->base.map_memory = trace_screen_map_memory; in trace_screen_create()
/third_party/mesa3d/src/gallium/tools/trace/
H A Ddump_state.py208 def map_memory(screen, pmem): member in Screen
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_texture.c1158 screen->map_memory = llvmpipe_map_memory; in llvmpipe_init_screen_resource_funcs()
/third_party/mesa3d/src/gallium/frontends/lavapipe/
H A Dlvp_device.c1780 map = device->pscreen->map_memory(device->pscreen, mem->pmem); in lvp_MapMemory()

Completed in 10 milliseconds