Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dfd2_context.c65 pipe_buffer_write(pctx, prsc, 0, in create_solid_vertexbuf()
/external/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_program.c82 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts); in pp_init_prog()
/external/mesa3d/src/gallium/drivers/nouveau/nv30/
Dnv30_fragprog.c45 pipe_buffer_write(pipe, fp->buffer, 0, fp->insn_len * 4, fp->insn); in nv30_fragprog_upload()
/external/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()
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_queryobj.c410 pipe_buffer_write(pipe, stObj->buffer, offset, in st_StoreQueryResult()
Dst_cb_bufferobjects.c370 pipe_buffer_write(pipe, st_obj->buffer, 0, size, data); in bufferobj_data()
/external/mesa3d/src/gallium/drivers/freedreno/
Dfreedreno_context.c325 pipe_buffer_write(pctx, prsc, 0, in create_solid_vertexbuf()
/external/virglrenderer/src/gallium/auxiliary/util/
Du_inlines.h337 pipe_buffer_write(struct pipe_context *pipe, in pipe_buffer_write() function
/external/mesa3d/src/gallium/frontends/xa/
Dxa_renderer.c383 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params); in renderer_set_constants()
/external/mesa3d/src/gallium/auxiliary/util/
Du_inlines.h401 pipe_buffer_write(struct pipe_context *pipe, in pipe_buffer_write() function
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_compute_blit.c373 pipe_buffer_write(&sctx->b, dst, offset, size, clear_value); in si_clear_buffer()
Dsi_pipe.c712 pipe_buffer_write(&sctx->b, sctx->sample_pos_buffer, 0, sizeof(sctx->sample_positions), in si_create_context()