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

  /external/mesa3d/src/mesa/state_tracker/
st_atom_constbuf.c 79 if (st->constbuf_uploader) {
82 u_upload_data(st->constbuf_uploader, 0, paramBytes,
84 u_upload_unmap(st->constbuf_uploader);
st_context.c 151 st->constbuf_uploader = u_upload_create(pipe, 128 * 1024, alignment,
274 if (st->constbuf_uploader) {
275 u_upload_destroy(st->constbuf_uploader);
st_context.h 77 struct u_upload_mgr *uploader, *indexbuf_uploader, *constbuf_uploader; member in struct:st_context

Completed in 196 milliseconds