HomeSort by relevance Sort by last modified time
    Searched refs:pipe_buffer_write (Results 1 - 10 of 10) sorted by null

  /external/mesa3d/src/gallium/auxiliary/postprocess/
pp_program.c 84 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(verts), verts);
  /external/mesa3d/src/gallium/auxiliary/util/
u_draw_quad.c 146 pipe_buffer_write(pipe, vbuf, 0, vertexBytes, v);
u_inlines.h 335 pipe_buffer_write(struct pipe_context *pipe, function
  /external/mesa3d/src/mesa/state_tracker/
st_cb_bufferobjects.c 129 pipe_buffer_write(st_context(ctx)->pipe,
238 pipe_buffer_write(pipe, st_obj->buffer, 0, size, data);
  /external/mesa3d/src/gallium/tests/trivial/
tri.c 126 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(vertices), vertices);
quad-tex.c 135 pipe_buffer_write(p->pipe, p->vbuf, 0, sizeof(vertices), vertices);
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_renderer.c 386 pipe_buffer_write(r->pipe, *cbuf, 0, param_bytes, params);
  /external/mesa3d/src/gallium/state_trackers/xorg/
xorg_renderer.c 430 pipe_buffer_write(r->pipe, *cbuf,
  /external/mesa3d/src/gallium/state_trackers/vega/
renderer.c 179 pipe_buffer_write(renderer->pipe, cbuf,
479 pipe_buffer_write(renderer->pipe, cbuf, 0,
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/dxgi/src/
dxgi_native.cpp 802 pipe_buffer_write(pipe, vbuf.buffer, 0, sizeof(quad_data), quad_data);
    [all...]

Completed in 406 milliseconds