HomeSort by relevance Sort by last modified time
    Searched full:transfer_map (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /external/mesa3d/src/mesa/state_tracker/
st_texture.c 353 map = pipe->transfer_map(pipe, xfer);
  /external/chromium_org/third_party/mesa/src/src/gallium/docs/source/
context.rst 463 ``transfer_map`` creates a memory mapping for the transfer object.
471 Basically get_transfer, transfer_map, data write, transfer_unmap, and
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_context.c 901 return context->transfer_map(context,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_context.c 806 return context->transfer_map(context,
936 id_pipe->base.transfer_map = identity_context_transfer_map;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/rbug/
rbug_context.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/mesa3d/src/gallium/docs/source/
context.rst 463 ``transfer_map`` creates a memory mapping for the transfer object.
471 Basically get_transfer, transfer_map, data write, transfer_unmap, and
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_context.c 901 return context->transfer_map(context,
    [all...]
  /external/mesa3d/src/gallium/drivers/identity/
id_context.c 806 return context->transfer_map(context,
936 id_pipe->base.transfer_map = identity_context_transfer_map;
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c     [all...]
  /external/mesa3d/src/gallium/drivers/trace/
tr_context.c     [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_debug.c 524 data = pipe->transfer_map(pipe, transfer);
u_pstipple.c 74 data = pipe->transfer_map(pipe, transfer);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
nouveau_buffer.c 346 nouveau_buffer_transfer_map, /* transfer_map */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_miptree.c 150 nv50_miptree_transfer_map, /* transfer_map */
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_texture.c 491 pipe->transfer_map = softpipe_transfer_map;
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_texture.c 397 svga_texture_transfer_map, /* transfer_map */
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_context.h 391 void *(*transfer_map)( struct pipe_context *, member in struct:pipe_context
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
api_filters.c 86 void *map = pipe->transfer_map(pipe, transfer);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
fs-test.c 377 ptr = ctx->transfer_map(ctx, t);
gs-test.c 441 ptr = ctx->transfer_map(ctx, t);
  /external/mesa3d/src/gallium/auxiliary/util/
u_debug.c 524 data = pipe->transfer_map(pipe, transfer);
u_pstipple.c 74 data = pipe->transfer_map(pipe, transfer);
  /external/mesa3d/src/gallium/drivers/nouveau/
nouveau_buffer.c 346 nouveau_buffer_transfer_map, /* transfer_map */
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_miptree.c 150 nv50_miptree_transfer_map, /* transfer_map */

Completed in 1800 milliseconds

1 2 34 5 6