Home
last modified time | relevance | path

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

/aosp_15_r20/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_buffer_common.c31 void *r600_buffer_map_sync_with_rings(struct r600_common_context *ctx, in r600_buffer_map_sync_with_rings() function
414 data = r600_buffer_map_sync_with_rings(rctx, staging, in r600_buffer_transfer_map()
429 data = r600_buffer_map_sync_with_rings(rctx, rbuffer, usage); in r600_buffer_transfer_map()
H A Dr600_shader.c115 ptr = r600_buffer_map_sync_with_rings( in store_shader()
483 bytecode = r600_buffer_map_sync_with_rings in r600_create_vertex_fetch_shader()
H A Dr600_query.c1330 map = r600_buffer_map_sync_with_rings(rctx, qbuf->buf, usage); in r600_query_hw_get_result()
1878 results = r600_buffer_map_sync_with_rings(ctx, buffer, PIPE_MAP_WRITE); in r600_query_fix_enabled_rb_mask()
1892 results = r600_buffer_map_sync_with_rings(ctx, buffer, PIPE_MAP_READ); in r600_query_fix_enabled_rb_mask()
H A Devergreen_compute.c443 p = r600_buffer_map_sync_with_rings( in evergreen_create_compute_state()
739 unsigned *data = r600_buffer_map_sync_with_rings(&rctx->b, indirect_resource, PIPE_MAP_READ); in compute_emit_cs()
H A Dr600_pipe_common.h601 void *r600_buffer_map_sync_with_rings(struct r600_common_context *ctx,
H A Dr600_blit.c640 uint32_t *map = r600_buffer_map_sync_with_rings(&rctx->b, r600_resource(dst), in r600_clear_buffer()
H A Dr600_texture.c1441 if (!(map = r600_buffer_map_sync_with_rings(rctx, buf, usage))) { in r600_texture_transfer_map()
H A Dr600_state_common.c2223 unsigned *data = r600_buffer_map_sync_with_rings(&rctx->b, indirect_resource, in r600_draw_vbo()