Home
last modified time | relevance | path

Searched refs:r600_buffer_map_sync_with_rings (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/
Dr600_buffer_common.c47 void *r600_buffer_map_sync_with_rings(struct r600_common_context *ctx, in r600_buffer_map_sync_with_rings() function
462 data = r600_buffer_map_sync_with_rings(rctx, staging, in r600_buffer_transfer_map()
477 data = r600_buffer_map_sync_with_rings(rctx, rbuffer, usage); in r600_buffer_transfer_map()
Dr600_query.c1339 map = r600_buffer_map_sync_with_rings(rctx, qbuf->buf, usage); in r600_query_hw_get_result()
1879 results = r600_buffer_map_sync_with_rings(ctx, buffer, PIPE_TRANSFER_WRITE); in r600_query_fix_enabled_rb_mask()
1893 results = r600_buffer_map_sync_with_rings(ctx, buffer, PIPE_TRANSFER_READ); in r600_query_fix_enabled_rb_mask()
Dr600_pipe_common.h643 void *r600_buffer_map_sync_with_rings(struct r600_common_context *ctx,
Dr600_blit.c661 uint32_t *map = r600_buffer_map_sync_with_rings(&rctx->b, r600_resource(dst), in r600_clear_buffer()
Devergreen_compute.c440 p = r600_buffer_map_sync_with_rings(&rctx->b, shader->code_bo, PIPE_TRANSFER_WRITE); in evergreen_create_compute_state()
Dr600_texture.c1452 if (!(map = r600_buffer_map_sync_with_rings(rctx, buf, usage))) { in r600_texture_transfer_map()
Dr600_asm.c2693 …bytecode = r600_buffer_map_sync_with_rings(&rctx->b, shader->buffer, PIPE_TRANSFER_WRITE | PIPE_TR… in r600_create_vertex_fetch_shader()
Dr600_state_common.c1999 unsigned *data = r600_buffer_map_sync_with_rings(&rctx->b, indirect_resource, in r600_draw_vbo()
Dr600_shader.c144 ptr = r600_buffer_map_sync_with_rings(&rctx->b, shader->bo, PIPE_TRANSFER_WRITE); in store_shader()