Searched refs:u_upload_alloc_buffer (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.c176 u_upload_alloc_buffer(struct u_upload_mgr *upload, unsigned min_size) function in typeref:typename:void
244 u_upload_alloc_buffer(upload, min_out_offset + size);
/xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/
H A Du_upload_mgr.c178 u_upload_alloc_buffer(struct u_upload_mgr *upload, unsigned min_size) function in typeref:typename:unsigned
231 * The caller of u_upload_alloc_buffer will consume min_size bytes,
273 buffer_size = u_upload_alloc_buffer(upload, offset + size);

Completed in 3 milliseconds