Searched refs:si_buffer_map_sync_with_rings (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeon/ |
D | r600_buffer_common.c | 45 void *si_buffer_map_sync_with_rings(struct r600_common_context *ctx, in si_buffer_map_sync_with_rings() function 470 data = si_buffer_map_sync_with_rings(rctx, staging, in r600_buffer_transfer_map() 485 data = si_buffer_map_sync_with_rings(rctx, rbuffer, usage); in r600_buffer_transfer_map()
|
D | r600_pipe_common.h | 531 void *si_buffer_map_sync_with_rings(struct r600_common_context *ctx,
|
D | r600_query.c | 1380 map = si_buffer_map_sync_with_rings(rctx, qbuf->buf, usage); in si_query_hw_get_result()
|
D | r600_texture.c | 1812 if (!(map = si_buffer_map_sync_with_rings(rctx, buf, usage))) { in r600_texture_transfer_map()
|