Searched refs:vertex_uploader (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/nine/
H A Dbuffer9.c307 /* If we sync too often, pick the vertex_uploader path */
590 * but we have since used vertex_uploader */
630 * revert to the vertex_uploader */
660 u_upload_data(device->vertex_uploader,
668 u_upload_unmap(device->vertex_uploader);
H A Ddevice9.h146 struct u_upload_mgr *vertex_uploader; member in struct:NineDevice9
H A Ddevice9.c558 This->vertex_uploader = This->csmt_active ? This->pipe_secondary->stream_uploader : This->context.pipe->stream_uploader;
3096 u_upload_data(This->vertex_uploader,
3103 u_upload_unmap(This->vertex_uploader);
3160 u_upload_data(This->vertex_uploader,
3167 u_upload_unmap(This->vertex_uploader);
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/nine/
H A Ddevice9.h145 struct u_upload_mgr *vertex_uploader; member in struct:NineDevice9
H A Ddevice9.c488 This->vertex_uploader = This->csmt_active ? This->pipe_secondary->stream_uploader : This->context.pipe->stream_uploader;
2864 u_upload_data(This->vertex_uploader,
2871 u_upload_unmap(This->vertex_uploader);
2925 u_upload_data(This->vertex_uploader,
2932 u_upload_unmap(This->vertex_uploader);

Completed in 14 milliseconds