/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_draw.c | 145 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() 214 uint32_t *dc_param = pipe_buffer_map_range(pipe, in util_draw_indirect() 233 pipe_buffer_map_range(pipe, in util_draw_indirect()
|
D | u_prim_restart.c | 50 map = pipe_buffer_map_range(context, indirect->buffer, in read_indirect_elements() 247 src_map = pipe_buffer_map_range(context, info->index.resource, in util_draw_vbo_without_prim_restart()
|
D | u_upload_mgr.c | 239 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer, in u_upload_alloc_buffer() 283 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer, in u_upload_alloc()
|
D | u_inlines.h | 383 pipe_buffer_map_range(struct pipe_context *pipe, in pipe_buffer_map_range() function 419 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0, in pipe_buffer_map() 528 map = (uint8_t *) pipe_buffer_map_range(pipe, in pipe_buffer_read()
|
D | u_vbuf.c | 532 map = pipe_buffer_map_range(mgr->pipe, vb->buffer.resource, offset, size, in u_vbuf_translate_buffers() 561 map = pipe_buffer_map_range(mgr->pipe, info->index.resource, offset, in u_vbuf_translate_buffers() 1374 indices = pipe_buffer_map_range(pipe, info->index.resource, in u_vbuf_get_minmax_index()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_draw_feedback.c | 215 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size, in st_feedback_draw_vbo() 245 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size, in st_feedback_draw_vbo() 329 pipe_buffer_map_range(pipe, res, view->u.buf.offset, in st_feedback_draw_vbo() 378 addr = pipe_buffer_map_range(pipe, res, img->u.buf.offset, in st_feedback_draw_vbo()
|
/external/mesa3d/src/gallium/frontends/nine/ |
D | nine_buffer_upload.c | 79 group->map = pipe_buffer_map_range(upload->pipe, group->resource, in nine_upload_create_buffer_group() 212 buf->map = pipe_buffer_map_range(upload->pipe, buf->resource, in nine_upload_create_buffer()
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
D | sp_compute.c | 149 params = pipe_buffer_map_range(context, info->indirect, in fill_grid_size()
|
/external/mesa3d/src/gallium/auxiliary/indices/ |
D | u_primconvert.c | 156 src = pipe_buffer_map_range(pc->pipe, info->index.resource, in primconvert_init_draw()
|
/external/mesa3d/docs/relnotes/ |
D | 8.0.4.rst | 39 src/gallium/auxiliary/util/u_inlines.h:256:pipe_buffer_map_range:
|
D | 10.1.1.rst | 44 u_inlines.h:277:pipe_buffer_map_range: Assertion \`length' failed.
|
/external/mesa3d/src/gallium/drivers/etnaviv/ |
D | etnaviv_ml.c | 696 …dst_map = pipe_buffer_map_range(pctx, res, 0, sizes[input_idxs[i]], PIPE_MAP_WRITE, &dst_transfer); in etna_ml_subgraph_invoke() 827 src_map = (uint8_t *) pipe_buffer_map_range(context, in etna_ml_subgraph_read_outputs()
|
/external/mesa3d/src/gallium/drivers/nouveau/nv30/ |
D | nv30_draw.c | 95 char *map = pipe_buffer_map_range( in nv30_render_map_vertices()
|
/external/mesa3d/src/gallium/drivers/d3d12/ |
D | d3d12_query.cpp | 208 results = pipe_buffer_map_range(&ctx->base, q->buffer, q->buffer_offset, in accumulate_subresult_cpu()
|
D | d3d12_context_graphics.cpp | 1553 uint32_t *ptr = (uint32_t *)pipe_buffer_map_range(&ctx->base, fill_buffer, in update_so_fill_buffer_count()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state_constants.c | 749 src_map = pipe_buffer_map_range(&svga->pipe, in emit_constbuf()
|
/external/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_resource.c | 1178 src = pipe_buffer_map_range(pctx, &orig->base, in vc4_get_shadow_index_buffer()
|
/external/mesa3d/src/gallium/drivers/zink/ |
D | zink_clear.c | 597 uint8_t *map = pipe_buffer_map_range(pctx, pres, offset, size, in zink_clear_buffer()
|
D | zink_query.c | 688 results[i] = pipe_buffer_map_range(pctx, qbo->buffers[i], 0, in get_query_result()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | evergreen_compute.c | 1280 return pipe_buffer_map_range(ctx, dst, in r600_compute_global_transfer_map()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_state_cs.c | 1711 params = pipe_buffer_map_range(pipe, info->indirect, in fill_grid_size() 2094 uint32_t *dc_param = pipe_buffer_map_range(pipe, in llvmpipe_draw_mesh_tasks()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.cpp | 1957 pipe_buffer_map_range(&sctx->b, indirect->indirect_draw_count, in si_get_draw_start_count() 1975 pipe_buffer_map_range(&sctx->b, indirect->buffer, indirect->offset, map_size, in si_get_draw_start_count()
|
/external/mesa3d/src/gallium/drivers/v3d/ |
D | v3dx_draw.c | 1480 uint32_t *map = pipe_buffer_map_range(pctx, info->indirect, in v3d_launch_grid()
|
/external/mesa3d/src/mesa/main/ |
D | bufferobj.c | 499 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe, in _mesa_bufferobj_map_range()
|
/external/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_cmdstream.c | 3309 pipe_buffer_map_range(pipe, info->indirect, info->indirect_offset, in panfrost_launch_grid_on_batch()
|