HomeSort by relevance Sort by last modified time
    Searched refs:pipe_buffer_map (Results 1 - 25 of 30) sorted by null

1 2

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_index_modify.c 44 in_map = pipe_buffer_map(context, ib->buffer,
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
104 in_map = pipe_buffer_map(context, ib->buffer,
136 out_map = pipe_buffer_map(context, new_elts,
163 in_map = pipe_buffer_map(context, ib->buffer,
195 out_map = pipe_buffer_map(context, new_elts,
u_inlines.h 291 pipe_buffer_map(struct pipe_context *pipe, function
  /external/mesa3d/src/gallium/auxiliary/util/
u_index_modify.c 44 in_map = pipe_buffer_map(context, ib->buffer,
77 out_map = pipe_buffer_map(context, new_elts, PIPE_TRANSFER_WRITE,
104 in_map = pipe_buffer_map(context, ib->buffer,
136 out_map = pipe_buffer_map(context, new_elts,
163 in_map = pipe_buffer_map(context, ib->buffer,
195 out_map = pipe_buffer_map(context, new_elts,
u_inlines.h 291 pipe_buffer_map(struct pipe_context *pipe, function
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_swtnl_draw.c 70 map = pipe_buffer_map(&svga->pipe,
82 map = pipe_buffer_map(&svga->pipe, svga->curr.ib.buffer,
91 map = pipe_buffer_map(&svga->pipe,
svga_draw_elements.c 64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer );
68 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer );
svga_draw_arrays.c 61 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE,
svga_state_constants.c 230 data = (const float (*)[4])pipe_buffer_map(&svga->pipe,
svga_swtnl_backend.c 125 char *ptr = (char*)pipe_buffer_map(&svga->pipe,
  /external/mesa3d/src/gallium/drivers/svga/
svga_swtnl_draw.c 70 map = pipe_buffer_map(&svga->pipe,
82 map = pipe_buffer_map(&svga->pipe, svga->curr.ib.buffer,
91 map = pipe_buffer_map(&svga->pipe,
svga_draw_elements.c 64 src_map = pipe_buffer_map( pipe, src, PIPE_TRANSFER_READ, &src_transfer );
68 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer );
svga_draw_arrays.c 61 dst_map = pipe_buffer_map( pipe, dst, PIPE_TRANSFER_WRITE,
svga_state_constants.c 230 data = (const float (*)[4])pipe_buffer_map(&svga->pipe,
svga_swtnl_backend.c 125 char *ptr = (char*)pipe_buffer_map(&svga->pipe,
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/vl/
vl_vertex_buffers.c 65 v = pipe_buffer_map
110 v = pipe_buffer_map
301 buffer->ycbcr[i].vertex_stream = pipe_buffer_map
311 buffer->mv[i].vertex_stream = pipe_buffer_map
vl_compositor.c 664 vb = pipe_buffer_map(c->pipe, c->vertex_buf.buffer,
671 vb = pipe_buffer_map(c->pipe, c->vertex_buf.buffer,
813 pipe_buffer_map(s->pipe, s->csc_matrix,
    [all...]
  /external/mesa3d/src/gallium/auxiliary/vl/
vl_vertex_buffers.c 65 v = pipe_buffer_map
110 v = pipe_buffer_map
301 buffer->ycbcr[i].vertex_stream = pipe_buffer_map
311 buffer->mv[i].vertex_stream = pipe_buffer_map
vl_compositor.c 664 vb = pipe_buffer_map(c->pipe, c->vertex_buf.buffer,
671 vb = pipe_buffer_map(c->pipe, c->vertex_buf.buffer,
813 pipe_buffer_map(s->pipe, s->csc_matrix,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_draw_feedback.c 178 map = pipe_buffer_map(pipe, vbuffers[attr].buffer,
227 mapped_indices = pipe_buffer_map(pipe, stobj->buffer,
  /external/mesa3d/src/mesa/state_tracker/
st_draw_feedback.c 178 map = pipe_buffer_map(pipe, vbuffers[attr].buffer,
227 mapped_indices = pipe_buffer_map(pipe, stobj->buffer,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_fragprog.c 47 map = pipe_buffer_map(pipe, fp->buffer, PIPE_TRANSFER_WRITE, &transfer);
nv30_draw.c 94 char *map = pipe_buffer_map(&r->nv30->base.pipe, r->buffer,
408 map = pipe_buffer_map(pipe, nv30->vtxbuf[i].buffer,
417 pipe_buffer_map(pipe, nv30->idxbuf.buffer,
nv30_transfer.c 121 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp,
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_fragprog.c 47 map = pipe_buffer_map(pipe, fp->buffer, PIPE_TRANSFER_WRITE, &transfer);
nv30_draw.c 94 char *map = pipe_buffer_map(&r->nv30->base.pipe, r->buffer,
408 map = pipe_buffer_map(pipe, nv30->vtxbuf[i].buffer,
417 pipe_buffer_map(pipe, nv30->idxbuf.buffer,

Completed in 772 milliseconds

1 2