Searched refs:pipe_buffer_write (Results 1 – 14 of 14) sorted by relevance
| /third_party/mesa3d/src/gallium/drivers/freedreno/a2xx/ |
| D | fd2_context.c | 68 pipe_buffer_write(pctx, prsc, 0, sizeof(init_shader_const), in create_solid_vertexbuf()
|
| /third_party/mesa3d/src/gallium/auxiliary/postprocess/ |
| D | pp_program.c | 83 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts); in pp_init_prog()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| D | nv30_fragprog.c | 46 pipe_buffer_write(pipe, fp->buffer, 0, fp->insn_len * 4, fp->insn); in nv30_fragprog_upload()
|
| /third_party/mesa3d/src/gallium/tests/trivial/ |
| D | tri.c | 126 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(vertices), vertices); in init_prog()
|
| D | quad-tex.c | 136 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(vertices), vertices); in init_prog()
|
| /third_party/mesa3d/src/gallium/drivers/zink/ |
| D | zink_context.h | 60 #define pipe_buffer_write "use tc_buffer_write to avoid breaking threaded context" macro
|
| /third_party/mesa3d/src/gallium/drivers/freedreno/ |
| D | freedreno_context.c | 520 pipe_buffer_write(pctx, prsc, 0, sizeof(init_shader_const), in create_solid_vertexbuf()
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| D | xa_renderer.c | 387 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
|
| /third_party/mesa3d/src/gallium/auxiliary/util/ |
| D | u_inlines.h | 450 pipe_buffer_write(struct pipe_context *pipe, in pipe_buffer_write() function
|
| /third_party/mesa3d/src/gallium/drivers/panfrost/ |
| D | pan_context.c | 893 pipe_buffer_write(pipe, query->rsrc, 0, size, zeroes); in panfrost_begin_query()
|
| /third_party/mesa3d/src/mesa/main/ |
| D | queryobj.c | 402 pipe_buffer_write(pipe, buf->buffer, offset, in store_query_result()
|
| D | bufferobj.c | 355 pipe_buffer_write(pipe, obj->buffer, 0, size, data); in bufferobj_data()
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 22.0.0.rst | 3303 - 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/ |
| D | lvp_execute.c | 3589 pipe_buffer_write(state->pctx, in handle_end_transform_feedback()
|