Searched refs:u_upload_unmap (Results 1 - 11 of 11) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/util/
H A Du_upload_mgr.h62 * This is like u_upload_unmap() except the upload buffer is released for
79 void u_upload_unmap( struct u_upload_mgr *upload );
H A Du_upload_mgr.c75 void u_upload_unmap( struct u_upload_mgr *upload ) function
103 u_upload_unmap(upload);
H A Du_vbuf.c1109 u_upload_unmap(mgr->uploader);
H A Du_blitter.c852 u_upload_unmap(ctx->upload);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_atom_constbuf.c84 u_upload_unmap(st->constbuf_uploader);
H A Dst_draw.c113 u_upload_unmap(st->indexbuf_uploader);
H A Dst_cb_drawtex.c222 u_upload_unmap(st->uploader);
H A Dst_cb_clear.c173 u_upload_unmap(st->uploader);
H A Dst_cb_bitmap.c399 u_upload_unmap(st->uploader);
H A Dst_cb_drawpixels.c643 u_upload_unmap(st->uploader);
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_draw.c181 u_upload_unmap(svga->upload_vb);
192 u_upload_unmap(svga->upload_ib);

Completed in 265 milliseconds