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, info->index.resource, in util_shorten_ubyte_elts_to_userptr()
79 in_map = pipe_buffer_map(context, info->index.resource, in util_rebuild_ushort_elts_to_userptr()
113 in_map = pipe_buffer_map(context, info->index.resource, in util_rebuild_uint_elts_to_userptr()
Du_suballoc.c133 void *ptr = pipe_buffer_map(pipe, allocator->buffer, in u_suballocator_alloc()
Du_prim_restart.c131 dst_map = pipe_buffer_map(context, *dst_buffer, in util_translate_prim_restart_ib()
Du_inlines.h359 pipe_buffer_map(struct pipe_context *pipe, in pipe_buffer_map() function
Du_vbuf.c1388 indices = (uint8_t*)pipe_buffer_map(pipe, info->index.resource, in u_vbuf_draw_vbo()
/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()
300 buffer->ycbcr[i].vertex_stream = pipe_buffer_map in vl_vb_map()
310 buffer->mv[i].vertex_stream = pipe_buffer_map in vl_vb_map()
Dvl_compositor_cs.c656 void *ptr = pipe_buffer_map(s->pipe, s->shader_params, in set_viewport()
Dvl_compositor.c477 float *ptr = pipe_buffer_map(s->pipe, s->shader_params, in vl_compositor_set_csc_matrix()
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_draw.c71 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo()
88 map = pipe_buffer_map(&svga->pipe, info->index.resource, in svga_swtnl_draw_vbo()
103 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo()
Dsvga_draw_elements.c118 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &dst_transfer); in translate_indices()
123 src_map = pipe_buffer_map(pipe, info->index.resource, in translate_indices()
Dsvga_draw_arrays.c59 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &transfer); in generate_indices()
Dsvga_swtnl_backend.c139 char *ptr = (char*)pipe_buffer_map(&svga->pipe, in svga_vbuf_render_map_vertices()
Dsvga_state_constants.c517 pipe_buffer_map(&svga->pipe, svga->curr.constbufs[shader][0].buffer, in emit_consts_vgpu9()
/external/mesa3d/src/gallium/auxiliary/indices/
Du_primconvert.c132 src = pipe_buffer_map(pc->pipe, info->index.resource, 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.c426 map = pipe_buffer_map(pipe, nv30->vtxbuf[i].buffer.resource, in nv30_render_vbo()
436 map = pipe_buffer_map(pipe, info->index.resource, in nv30_render_vbo()
Dnv30_transfer.c122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp, in nv30_transfer_rect_fragprog()
/external/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c177 void *map = pipe_buffer_map(pipe, vbuffer->buffer.resource, in st_feedback_draw_vbo()
200 mapped_indices = pipe_buffer_map(pipe, stobj->buffer, in st_feedback_draw_vbo()
/external/mesa3d/src/gallium/drivers/virgl/
Dvirgl_query.c212 host_state = pipe_buffer_map(ctx, &query->buf->u.b, in virgl_get_query_result()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h296 pipe_buffer_map(struct pipe_context *pipe, in pipe_buffer_map() function
/external/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1001 ptr = pipe_buffer_map(&rctx->b.b, &rctx->dummy_cmask->b.b, PIPE_MAP_WRITE, &transfer); in r600_init_color_surface()