Searched refs:pipe_buffer_write_nooverlap (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/util/ |
D | u_inlines.h | 467 pipe_buffer_write_nooverlap(struct pipe_context *pipe, in pipe_buffer_write_nooverlap() function 510 pipe_buffer_write_nooverlap(pipe, res, 0, size, ptr); in pipe_buffer_create_with_data()
|
/third_party/mesa3d/src/gallium/drivers/r600/ |
D | r600_hw_context.c | 335 pipe_buffer_write_nooverlap(&ctx->b.b, &ctx->trace_buf->b.b, in r600_begin_new_cs()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gfx_cs.c | 200 pipe_buffer_write_nooverlap(&ctx->b, &ctx->current_saved_cs->trace_buf->b.b, 0, sizeof(zeros), in si_begin_gfx_cs_debug()
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
D | zink_context.c | 4618 pipe_buffer_write_nooverlap(&ctx->base, ctx->dummy_vertex_buffer, 0, sizeof(data), data); in zink_context_create() 4619 pipe_buffer_write_nooverlap(&ctx->base, ctx->dummy_xfb_buffer, 0, sizeof(data), data); in zink_context_create()
|
/third_party/mesa3d/docs/relnotes/ |
D | 22.0.0.rst | 3306 - zink: replace other pipe_buffer_write usage with pipe_buffer_write_nooverlap
|