Searched refs:pipe_buffer_write_nooverlap (Results 1 – 6 of 6) sorted by relevance
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_inlines.h | 371 pipe_buffer_write_nooverlap(struct pipe_context *pipe, in pipe_buffer_write_nooverlap() function 405 pipe_buffer_write_nooverlap(pipe, res, 0, size, ptr); in pipe_buffer_create_with_data()
|
/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 384 pipe_buffer_write_nooverlap(struct pipe_context *pipe, in pipe_buffer_write_nooverlap() function 410 pipe_buffer_write_nooverlap(pipe, res, 0, size, ptr); in pipe_buffer_create_with_data()
|
D | u_blit.c | 302 pipe_buffer_write_nooverlap(ctx->pipe, ctx->vbuf, in setup_vertex_data_tex()
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_hw_context.c | 175 pipe_buffer_write_nooverlap(&ctx->b.b, &ctx->current_saved_cs->trace_buf->b.b, in si_begin_cs_debug()
|
/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_swtnl_backend.c | 352 pipe_buffer_write_nooverlap(&svga->pipe, svga_render->ibuf, in svga_vbuf_render_draw_elements()
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 327 pipe_buffer_write_nooverlap(&ctx->b.b, &ctx->trace_buf->b.b, in r600_begin_new_cs()
|