Home
last modified time | relevance | path

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

/third_party/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.c116 void *ptr = pipe_buffer_map(pipe, allocator->buffer, in u_suballocator_alloc()
Du_prim_restart.c134 dst_map = pipe_buffer_map(context, *dst_buffer, in util_translate_prim_restart_ib()
Du_inlines.h408 pipe_buffer_map(struct pipe_context *pipe, in pipe_buffer_map() function
Du_vbuf.c1595 indices = (uint8_t*)pipe_buffer_map(pipe, info->index.resource, in u_vbuf_draw_vbo()
/third_party/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_compositor_cs.c656 void *ptr = pipe_buffer_map(s->pipe, s->shader_params, in set_viewport()
Dvl_compositor.c482 float *ptr = pipe_buffer_map(s->pipe, s->shader_params, in vl_compositor_set_csc_matrix()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_swtnl_draw.c74 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()
Dsvga_draw_elements.c119 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()
Dsvga_state_cs.c59 map = pipe_buffer_map(&svga->pipe, svga->curr.grid_info.indirect, in make_cs_key()
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.c563 pipe_buffer_map(&svga->pipe, svga->curr.constbufs[shader][0].buffer, in emit_consts_vgpu9()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c53 map = pipe_buffer_map(pipe, fp->buffer, in nv30_fragprog_upload()
Dnv30_draw.c428 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()
Dnv30_transfer.c122 u32 *map = pipe_buffer_map(pipe, nv30->blit_fp, in nv30_transfer_rect_fragprog()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c178 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()
Dst_pbo_compute.c1015 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/
Dvirgl_query.c212 host_state = pipe_buffer_map(ctx, &query->buf->b, in virgl_get_query_result()
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_state.c1006 ptr = pipe_buffer_map(&rctx->b.b, &rctx->dummy_cmask->b.b, PIPE_MAP_WRITE, &transfer); in r600_init_color_surface()