Home
last modified time | relevance | path

Searched refs:pipe_buffer_write_nooverlap (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h467 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/
Dr600_hw_context.c335 pipe_buffer_write_nooverlap(&ctx->b.b, &ctx->trace_buf->b.b, in r600_begin_new_cs()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c200 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/
Dzink_context.c4618 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/
D22.0.0.rst3306 - zink: replace other pipe_buffer_write usage with pipe_buffer_write_nooverlap