Searched refs:constbuf_uploader (Results 1 – 3 of 3) sorted by relevance
79 if (st->constbuf_uploader) { in st_upload_constants()82 u_upload_data(st->constbuf_uploader, 0, paramBytes, in st_upload_constants()84 u_upload_unmap(st->constbuf_uploader); in st_upload_constants()
151 st->constbuf_uploader = u_upload_create(pipe, 128 * 1024, alignment, in st_create_context_priv()274 if (st->constbuf_uploader) { in st_destroy_context_priv()275 u_upload_destroy(st->constbuf_uploader); in st_destroy_context_priv()
77 struct u_upload_mgr *uploader, *indexbuf_uploader, *constbuf_uploader; member