HomeSort by: relevance | last modified time | path
    Searched refs:map_memory (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/include/pipe/
p_screen.h 596 void *(*map_memory)(struct pipe_screen *screen, member in struct:pipe_screen
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/driver_trace/
tr_screen.c 462 trace_dump_call_begin("pipe_screen", "map_memory");
467 result = screen->map_memory(screen, pmem);
1158 tr_scr->base.map_memory = trace_screen_map_memory;
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_texture.c 1148 screen->map_memory = llvmpipe_map_memory;
  /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/lavapipe/
lvp_device.c 1783 map = device->pscreen->map_memory(device->pscreen, mem->pmem);

Completed in 7 milliseconds