Home
last modified time | relevance | path

Searched refs:pipe_buffer_write (Results 1 – 14 of 14) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c68 pipe_buffer_write(pctx, prsc, 0, sizeof(init_shader_const), in create_solid_vertexbuf()
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c83 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts); in pp_init_prog()
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c46 pipe_buffer_write(pipe, fp->buffer, 0, fp->insn_len * 4, fp->insn); in nv30_fragprog_upload()
/third_party/mesa3d/src/gallium/tests/trivial/
Dtri.c126 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(vertices), vertices); in init_prog()
Dquad-tex.c136 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(vertices), vertices); in init_prog()
/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_context.h60 #define pipe_buffer_write "use tc_buffer_write to avoid breaking threaded context" macro
/third_party/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c520 pipe_buffer_write(pctx, prsc, 0, sizeof(init_shader_const), in create_solid_vertexbuf()
/third_party/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c387 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h450 pipe_buffer_write(struct pipe_context *pipe, in pipe_buffer_write() function
/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_context.c893 pipe_buffer_write(pipe, query->rsrc, 0, size, zeroes); in panfrost_begin_query()
/third_party/mesa3d/src/mesa/main/
Dqueryobj.c402 pipe_buffer_write(pipe, buf->buffer, offset, in store_query_result()
Dbufferobj.c355 pipe_buffer_write(pipe, obj->buffer, 0, size, data); in bufferobj_data()
/third_party/mesa3d/docs/relnotes/
D22.0.0.rst3303 - aux/tc: add tc_buffer_write to replace pipe_buffer_write usage
3305 - zink: replace qbo pipe_buffer_write usage with tc_buffer_write
3306 - zink: replace other pipe_buffer_write usage with pipe_buffer_write_nooverlap
3307 - zink: make pipe_buffer_write usage trigger compiler errors
/third_party/mesa3d/src/gallium/frontends/lavapipe/
Dlvp_execute.c3589 pipe_buffer_write(state->pctx, in handle_end_transform_feedback()