Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/frontends/nine/
H A Dbuffer9.c308 /* If we sync too often, pick the vertex_uploader path */ in NineBuffer9_Lock()
591 * but we have since used vertex_uploader */ in NineBuffer9_Upload()
631 * revert to the vertex_uploader */ in NineBuffer9_Upload()
661 u_upload_data(device->vertex_uploader, in NineBuffer9_Upload()
669 u_upload_unmap(device->vertex_uploader); in NineBuffer9_Upload()
H A Ddevice9.h146 struct u_upload_mgr *vertex_uploader; member
H A Ddevice9.c558 This->vertex_uploader = This->csmt_active ? This->pipe_secondary->stream_uploader : This->context.pipe->stream_uploader; in NineDevice9_ctor()
3098 u_upload_data(This->vertex_uploader, in NineDevice9_DrawPrimitiveUP()
3105 u_upload_unmap(This->vertex_uploader); in NineDevice9_DrawPrimitiveUP()
3162 u_upload_data(This->vertex_uploader, in NineDevice9_DrawIndexedPrimitiveUP()
3169 u_upload_unmap(This->vertex_uploader); in NineDevice9_DrawIndexedPrimitiveUP()

Completed in 9 milliseconds