Searched refs:si_buffer_map_sync_with_rings (Results 1 – 6 of 6) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_buffer.c | 46 void *si_buffer_map_sync_with_rings(struct si_context *sctx, struct si_resource *resource, in si_buffer_map_sync_with_rings() function 496 data = si_buffer_map_sync_with_rings(sctx, staging, usage & ~PIPE_MAP_UNSYNCHRONIZED); in si_buffer_transfer_map() 509 data = si_buffer_map_sync_with_rings(sctx, buf, usage); in si_buffer_transfer_map()
|
D | gfx10_query.c | 301 map = si_buffer_map_sync_with_rings(sctx, qbuf->buf, usage); in gfx10_sh_query_get_result()
|
D | si_pipe.h | 1314 void *si_buffer_map_sync_with_rings(struct si_context *sctx, struct si_resource *resource,
|
D | si_perfcounter.c | 1063 map = si_buffer_map_sync_with_rings(sctx, qbuf->buf, usage); in si_pc_query_get_result()
|
D | si_query.c | 1418 map = si_buffer_map_sync_with_rings(sctx, qbuf->buf, usage); in si_query_hw_get_result()
|
D | si_texture.c | 1755 if (!(map = si_buffer_map_sync_with_rings(sctx, buf, usage))) in si_texture_transfer_map()
|