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

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_buffer.c46 void *si_buffer_map_sync_with_rings(struct si_context *sctx, function in typeref:typename:void *
510 data = si_buffer_map_sync_with_rings(sctx, staging,
525 data = si_buffer_map_sync_with_rings(sctx, buf, usage);
H A Dsi_perfcounter.c897 map = si_buffer_map_sync_with_rings(sctx, qbuf->buf, usage);
H A Dsi_pipe.h1163 void *si_buffer_map_sync_with_rings(struct si_context *sctx,
H A Dsi_query.c1413 map = si_buffer_map_sync_with_rings(sctx, qbuf->buf, usage);
H A Dsi_texture.c2018 if (!(map = si_buffer_map_sync_with_rings(sctx, buf, usage)))

Completed in 13 milliseconds