Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_draw.c145 uint32_t *dc_param = pipe_buffer_map_range(pipe, in util_draw_indirect_read()
163 params = pipe_buffer_map_range(pipe, in util_draw_indirect_read()
211 uint32_t *dc_param = pipe_buffer_map_range(pipe, in util_draw_indirect()
227 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.c518 map = pipe_buffer_map_range(mgr->pipe, vb->buffer.resource, offset, size, in u_vbuf_translate_buffers()
547 map = pipe_buffer_map_range(mgr->pipe, info->index.resource, offset, in u_vbuf_translate_buffers()
1309 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.c267 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size, in st_feedback_draw_vbo()
297 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size, in st_feedback_draw_vbo()
381 pipe_buffer_map_range(pipe, res, view->u.buf.offset, in st_feedback_draw_vbo()
430 addr = pipe_buffer_map_range(pipe, res, img->u.buf.offset, in st_feedback_draw_vbo()
Dst_cb_bufferobjects.c560 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe, in st_bufferobj_map_range()
/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.c152 params = pipe_buffer_map_range(context, info->indirect, in fill_grid_size()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_query.c462 results = pipe_buffer_map_range(pctx, qbo->buffer, 0, in get_query_result()
471 xfb_results = pipe_buffer_map_range(pctx, qbo->xfb_buffers[0], 0, in get_query_result()
486 uint64_t *results = pipe_buffer_map_range(pctx, qbo->xfb_buffers[i], in get_query_result()
Dzink_clear.c465 uint8_t *map = pipe_buffer_map_range(pctx, pres, offset, size, in zink_clear_buffer()
/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.cpp178 results = pipe_buffer_map_range(&ctx->base, q->buffer, q->buffer_offset, in accumulate_result()
Dd3d12_context.cpp1543 src = (uint8_t *)pipe_buffer_map_range(&ctx->base, fake_target->base.buffer, in d3d12_disable_fake_so_buffers()
1547 dst = (uint8_t *)pipe_buffer_map_range(&ctx->base, target->base.buffer, in d3d12_disable_fake_so_buffers()
/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/svga/
Dsvga_state_constants.c603 src_map = pipe_buffer_map_range(&svga->pipe, in emit_constbuf()
/third_party/mesa3d/src/gallium/drivers/vc4/
Dvc4_resource.c1115 src = pipe_buffer_map_range(pctx, &orig->base, in vc4_get_shadow_index_buffer()
/third_party/mesa3d/src/gallium/drivers/r600/
Devergreen_compute.c1280 return pipe_buffer_map_range(ctx, dst, in r600_compute_global_transfer_map()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.cpp1923 pipe_buffer_map_range(&sctx->b, indirect->indirect_draw_count, in si_get_draw_start_count()
1941 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.c1350 uint32_t *map = pipe_buffer_map_range(pctx, info->indirect, in v3d_launch_grid()
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_cs.c1343 params = pipe_buffer_map_range(pipe, info->indirect, in fill_grid_size()
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_cmdstream.c3101 uint32_t *params = pipe_buffer_map_range(pipe, info->indirect, in panfrost_launch_grid()
/third_party/mesa3d/src/gallium/drivers/crocus/
Dcrocus_state.c934 … cmap = pipe_buffer_map_range(&ice->ctx, ice->state.shaders[stage].constbufs[block_index].buffer, in upload_shader_consts()