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 D | si_buffer.c | 46 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 D | si_perfcounter.c | 897 map = si_buffer_map_sync_with_rings(sctx, qbuf->buf, usage);
|
| H A D | si_pipe.h | 1163 void *si_buffer_map_sync_with_rings(struct si_context *sctx,
|
| H A D | si_query.c | 1413 map = si_buffer_map_sync_with_rings(sctx, qbuf->buf, usage);
|
| H A D | si_texture.c | 2018 if (!(map = si_buffer_map_sync_with_rings(sctx, buf, usage)))
|
Completed in 13 milliseconds