Home
last modified time | relevance | path

Searched refs:pipe_buffer_map_range (Results 1 – 25 of 26) sorted by relevance

12

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_draw.c145 uint32_t *dc_param = pipe_buffer_map_range(pipe, in util_draw_indirect_read()
165 params = pipe_buffer_map_range(pipe, in util_draw_indirect_read()
213 uint32_t *dc_param = pipe_buffer_map_range(pipe, in util_draw_indirect()
229 pipe_buffer_map_range(pipe, in util_draw_indirect()
Du_prim_restart.c50 map = pipe_buffer_map_range(context, indirect->buffer, in read_indirect_elements()
143 src_map = pipe_buffer_map_range(context, info->index.resource, in util_translate_prim_restart_ib()
325 src_map = pipe_buffer_map_range(context, info->index.resource, in util_draw_vbo_without_prim_restart()
Du_upload_mgr.c240 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer, in u_upload_alloc_buffer()
284 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer, in u_upload_alloc()
Du_inlines.h377 pipe_buffer_map_range(struct pipe_context *pipe, in pipe_buffer_map_range() function
413 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, in pipe_buffer_map()
524 map = (ubyte *) pipe_buffer_map_range(pipe, in pipe_buffer_read()
Du_vbuf.c529 map = pipe_buffer_map_range(mgr->pipe, vb->buffer.resource, offset, size, in u_vbuf_translate_buffers()
558 map = pipe_buffer_map_range(mgr->pipe, info->index.resource, offset, in u_vbuf_translate_buffers()
1385 indices = pipe_buffer_map_range(pipe, info->index.resource, in u_vbuf_get_minmax_index()
/third_party/mesa3d/src/mesa/state_tracker/
Dst_draw_feedback.c265 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size, in st_feedback_draw_vbo()
295 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size, in st_feedback_draw_vbo()
379 pipe_buffer_map_range(pipe, res, view->u.buf.offset, in st_feedback_draw_vbo()
428 addr = pipe_buffer_map_range(pipe, res, img->u.buf.offset, in st_feedback_draw_vbo()
/third_party/mesa3d/src/gallium/frontends/nine/
Dnine_buffer_upload.c97 group->map = pipe_buffer_map_range(upload->pipe, group->resource, in nine_upload_create_buffer_group()
231 buf->map = pipe_buffer_map_range(upload->pipe, buf->resource, in nine_upload_create_buffer()
/third_party/mesa3d/src/gallium/drivers/softpipe/
Dsp_compute.c150 params = pipe_buffer_map_range(context, info->indirect, in fill_grid_size()
/third_party/mesa3d/src/util/indices/
Du_primconvert.c150 src = pipe_buffer_map_range(pc->pipe, info->index.resource, in primconvert_init_draw()
/third_party/mesa3d/docs/relnotes/
D8.0.4.rst39 src/gallium/auxiliary/util/u_inlines.h:256:pipe_buffer_map_range:
D10.1.1.rst44 u_inlines.h:277:pipe_buffer_map_range: Assertion \`length' failed.
/third_party/mesa3d/src/gallium/drivers/d3d12/
Dd3d12_query.cpp216 results = pipe_buffer_map_range(&ctx->base, q->buffer, q->buffer_offset, in accumulate_subresult()
Dd3d12_context.cpp1560 uint32_t *ptr = (uint32_t *)pipe_buffer_map_range(&ctx->base, fill_buffer, in update_so_fill_buffer_count()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_draw.c94 char *map = pipe_buffer_map_range( in nv30_render_map_vertices()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_clear.c531 uint8_t *map = pipe_buffer_map_range(pctx, pres, offset, size, in zink_clear_buffer()
Dzink_query.c645 results[i] = pipe_buffer_map_range(pctx, qbo->buffers[i], 0, in get_query_result()
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state_constants.c764 src_map = pipe_buffer_map_range(&svga->pipe, in emit_constbuf()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1102 src = pipe_buffer_map_range(pctx, &orig->base, in vc4_get_shadow_index_buffer()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c1287 return pipe_buffer_map_range(ctx, dst, in r600_compute_global_transfer_map()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp2059 pipe_buffer_map_range(&sctx->b, indirect->indirect_draw_count, in si_get_draw_start_count()
2077 pipe_buffer_map_range(&sctx->b, indirect->buffer, indirect->offset, map_size, in si_get_draw_start_count()
/third_party/mesa3d/src/gallium/drivers/v3d/
Dv3dx_draw.c1374 uint32_t *map = pipe_buffer_map_range(pctx, info->indirect, in v3d_launch_grid()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c1372 params = pipe_buffer_map_range(pipe, info->indirect, in fill_grid_size()
/third_party/mesa3d/src/mesa/main/
Dbufferobj.c499 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe, in _mesa_bufferobj_map_range()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c4052 uint32_t *params = pipe_buffer_map_range(pipe, info->indirect, in panfrost_launch_grid()
/third_party/mesa3d/src/gallium/drivers/iris/
Diris_state.c906 uint32_t *map = pipe_buffer_map_range(&ice->ctx, ice->state.pixel_hashing_tables, in upload_pixel_hashing_tables()

12