Searched refs:pipe_buffer_map_range (Results 1 - 25 of 37) sorted by relevance

12

/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_draw.c145 uint32_t *dc_param = pipe_buffer_map_range(pipe,
163 params = pipe_buffer_map_range(pipe,
211 uint32_t *dc_param = pipe_buffer_map_range(pipe,
227 pipe_buffer_map_range(pipe,
H A Du_prim_restart.c50 map = pipe_buffer_map_range(context, indirect->buffer,
143 src_map = pipe_buffer_map_range(context, info->index.resource,
325 src_map = pipe_buffer_map_range(context, info->index.resource,
H A Du_upload_mgr.c240 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer,
284 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer,
H A Du_inlines.h377 pipe_buffer_map_range(struct pipe_context *pipe, function in typeref:typename:void *
413 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0,
524 map = (ubyte *) pipe_buffer_map_range(pipe,
H A Du_vbuf.c519 map = pipe_buffer_map_range(mgr->pipe, vb->buffer.resource, offset, size,
548 map = pipe_buffer_map_range(mgr->pipe, info->index.resource, offset,
1310 indices = pipe_buffer_map_range(pipe, info->index.resource,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_draw.c147 pipe_buffer_map_range(pipe,
H A Du_prim_restart.c72 src_map = pipe_buffer_map_range(context, info->index.resource,
192 src_map = pipe_buffer_map_range(context, info->index.resource,
H A Du_upload_mgr.c211 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer,
258 upload->map = pipe_buffer_map_range(upload->pipe, upload->buffer,
H A Du_inlines.h323 pipe_buffer_map_range(struct pipe_context *pipe, function in typeref:typename:void *
359 return pipe_buffer_map_range(pipe, buffer, 0, buffer->width0,
453 map = (ubyte *) pipe_buffer_map_range(pipe,
H A Du_vbuf.c442 map = pipe_buffer_map_range(mgr->pipe, vb->buffer.resource, offset, size,
471 map = pipe_buffer_map_range(mgr->pipe, info->index.resource, offset,
1110 indices = pipe_buffer_map_range(pipe, info->index.resource,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Dnine_buffer_upload.c97 group->map = pipe_buffer_map_range(upload->pipe, group->resource,
226 buf->map = pipe_buffer_map_range(upload->pipe, buf->resource,
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dnine_buffer_upload.c97 group->map = pipe_buffer_map_range(upload->pipe, group->resource,
231 buf->map = pipe_buffer_map_range(upload->pipe, buf->resource,
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_draw_feedback.c267 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size,
297 void *ptr = pipe_buffer_map_range(pipe, buf, offset, size,
381 pipe_buffer_map_range(pipe, res, view->u.buf.offset,
430 addr = pipe_buffer_map_range(pipe, res, img->u.buf.offset,
H A Dst_cb_bufferobjects.c560 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c152 params = pipe_buffer_map_range(context, info->indirect,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/softpipe/
H A Dsp_compute.c152 params = pipe_buffer_map_range(context, info->indirect,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/zink/
H A Dzink_query.c448 results = pipe_buffer_map_range(pctx, qbo->buffer, 0,
457 xfb_results = pipe_buffer_map_range(pctx, qbo->xfb_buffers[0], 0,
472 uint64_t *results = pipe_buffer_map_range(pctx, qbo->xfb_buffers[i],
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c501 obj->Mappings[index].Pointer = pipe_buffer_map_range(pipe,
/xsrc/external/mit/MesaLib/dist/docs/relnotes/
H A D10.1.1.rst44 u_inlines.h:277:pipe_buffer_map_range: Assertion \`length' failed.
H A D8.0.4.rst39 src/gallium/auxiliary/util/u_inlines.h:256:pipe_buffer_map_range:
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/svga/
H A Dsvga_state_constants.c530 src_map = pipe_buffer_map_range(&svga->pipe, cbuf->buffer,
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c94 char *map = pipe_buffer_map_range(
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/d3d12/
H A Dd3d12_query.cpp178 results = pipe_buffer_map_range(&ctx->base, q->buffer, q->buffer_offset,
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
H A Dnv30_draw.c94 char *map = pipe_buffer_map_range(
/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_state_draw.c1165 data = pipe_buffer_map_range(&sctx->b,
1184 data = pipe_buffer_map_range(&sctx->b, indirect->buffer,

Completed in 36 milliseconds

12