/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_index_modify.c | 45 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()
|
D | u_suballoc.c | 116 void *ptr = pipe_buffer_map(pipe, allocator->buffer, in u_suballocator_alloc()
|
D | u_prim_restart.c | 134 dst_map = pipe_buffer_map(context, *dst_buffer, in util_translate_prim_restart_ib()
|
D | u_inlines.h | 408 pipe_buffer_map(struct pipe_context *pipe, in pipe_buffer_map() function
|
D | u_vbuf.c | 1595 indices = (uint8_t*)pipe_buffer_map(pipe, info->index.resource, in u_vbuf_draw_vbo()
|
/third_party/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_cs.c | 656 void *ptr = pipe_buffer_map(s->pipe, s->shader_params, in set_viewport()
|
D | vl_compositor.c | 482 float *ptr = pipe_buffer_map(s->pipe, s->shader_params, in vl_compositor_set_csc_matrix()
|
/third_party/mesa3d/src/gallium/drivers/svga/ |
D | svga_swtnl_draw.c | 74 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo() 91 map = pipe_buffer_map(&svga->pipe, info->index.resource, in svga_swtnl_draw_vbo() 106 map = pipe_buffer_map(&svga->pipe, in svga_swtnl_draw_vbo()
|
D | svga_draw_elements.c | 119 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &dst_transfer); in translate_indices() 124 src_map = pipe_buffer_map(pipe, info->index.resource, in translate_indices()
|
D | svga_state_cs.c | 59 map = pipe_buffer_map(&svga->pipe, svga->curr.grid_info.indirect, in make_cs_key()
|
D | svga_draw_arrays.c | 59 dst_map = pipe_buffer_map(pipe, dst, PIPE_MAP_WRITE, &transfer); in generate_indices()
|
D | svga_swtnl_backend.c | 139 char *ptr = (char*)pipe_buffer_map(&svga->pipe, in svga_vbuf_render_map_vertices()
|
D | svga_state_constants.c | 563 pipe_buffer_map(&svga->pipe, svga->curr.constbufs[shader][0].buffer, in emit_consts_vgpu9()
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_fragprog.c | 53 map = pipe_buffer_map(pipe, fp->buffer, in nv30_fragprog_upload()
|
D | nv30_draw.c | 428 map = pipe_buffer_map(pipe, nv30->vtxbuf[i].buffer.resource, in nv30_render_vbo() 438 map = pipe_buffer_map(pipe, info->index.resource, in nv30_render_vbo()
|
D | nv30_transfer.c | 122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp, in nv30_transfer_rect_fragprog()
|
/third_party/mesa3d/src/mesa/state_tracker/ |
D | st_draw_feedback.c | 178 void *map = pipe_buffer_map(pipe, vbuffer->buffer.resource, in st_feedback_draw_vbo() 199 mapped_indices = pipe_buffer_map(pipe, bufobj->buffer, in st_feedback_draw_vbo()
|
D | st_pbo_compute.c | 1015 uint8_t *map = pipe_buffer_map(st->pipe, dst, PIPE_MAP_READ | PIPE_MAP_ONCE, &xfer); in copy_converted_buffer()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
D | virgl_query.c | 212 host_state = pipe_buffer_map(ctx, &query->buf->b, in virgl_get_query_result()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_state.c | 1006 ptr = pipe_buffer_map(&rctx->b.b, &rctx->dummy_cmask->b.b, PIPE_MAP_WRITE, &transfer); in r600_init_color_surface()
|