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