Home
last modified time | relevance | path

Searched refs:pipe_buffer_map (Results 1 – 21 of 21) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
Du_index_modify.c45 in_map = pipe_buffer_map(context, ib->buffer, in util_shorten_ubyte_elts_to_userptr()
79 in_map = pipe_buffer_map(context, ib->buffer, in util_rebuild_ushort_elts_to_userptr()
113 in_map = pipe_buffer_map(context, ib->buffer, in util_rebuild_uint_elts_to_userptr()
Du_suballoc.c111 ptr = pipe_buffer_map(allocator->pipe, allocator->buffer, in u_suballocator_alloc()
Du_prim_restart.c68 dst_map = pipe_buffer_map(context, *dst_buffer, in util_translate_prim_restart_ib()
Du_inlines.h297 pipe_buffer_map(struct pipe_context *pipe, in pipe_buffer_map() function
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_vertex_buffers.c65 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()
Dvl_bicubic_filter.c426 float *ptr = pipe_buffer_map(filter->pipe, surface_size, in vl_bicubic_filter_render()
Dvl_compositor.c931 float *ptr = pipe_buffer_map(s->pipe, s->csc_matrix, in vl_compositor_set_csc_matrix()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_draw.c74 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo()
87 map = pipe_buffer_map(&svga->pipe, svga->curr.ib.buffer, in svga_swtnl_draw_vbo()
101 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo()
Dsvga_draw_elements.c106 src_map = pipe_buffer_map(pipe, src, PIPE_TRANSFER_READ, &src_transfer); in translate_indices()
110 dst_map = pipe_buffer_map(pipe, dst, PIPE_TRANSFER_WRITE, &dst_transfer); in translate_indices()
Dsvga_draw_arrays.c59 dst_map = pipe_buffer_map(pipe, dst, PIPE_TRANSFER_WRITE, &transfer); in generate_indices()
Dsvga_swtnl_backend.c135 char *ptr = (char*)pipe_buffer_map(&svga->pipe, in svga_vbuf_render_map_vertices()
Dsvga_state_constants.c465 pipe_buffer_map(&svga->pipe, svga->curr.constbufs[shader][0].buffer, in emit_consts_vgpu9()
/external/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c204 map = pipe_buffer_map(pipe, vbuffers[attr].buffer, in st_feedback_draw_vbo()
255 mapped_indices = pipe_buffer_map(pipe, stobj->buffer, in st_feedback_draw_vbo()
/external/mesa3d/src/gallium/auxiliary/indices/
Du_primconvert.c142 src = pipe_buffer_map(pc->pipe, ib->buffer, in util_primconvert_draw_vbo()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c52 map = pipe_buffer_map(pipe, fp->buffer, in nv30_fragprog_upload()
Dnv30_draw.c425 map = pipe_buffer_map(pipe, nv30->vtxbuf[i].buffer, in nv30_render_vbo()
435 map = pipe_buffer_map(pipe, nv30->idxbuf.buffer, in nv30_render_vbo()
Dnv30_transfer.c122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp, in nv30_transfer_rect_fragprog()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_query.c147 host_state = pipe_buffer_map(ctx, &query->buf->u.b, in virgl_get_query_result()
/external/mesa3d/src/gallium/state_trackers/va/
Dbuffer.c128 *pbuff = pipe_buffer_map(drv->pipe, buf->derived_surface.resource, in vlVaMapBuffer()
/external/mesa3d/src/gallium/drivers/ddebug/
Ddd_context.c861 dctx->mapped_fence = pipe_buffer_map(pipe, dctx->fence, in dd_context_create()
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c987 ptr = pipe_buffer_map(&rctx->b.b, &rctx->dummy_cmask->b.b, PIPE_TRANSFER_WRITE, &transfer); in r600_init_color_surface()