Searched refs:rbug_get_context_locked (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/gallium/drivers/rbug/ |
D | rbug_core.c | 70 rbug_get_context_locked(struct rbug_screen *rb_screen, rbug_context_t ctx) in rbug_get_context_locked() function 330 rb_context = rbug_get_context_locked(rb_screen, info->context); in rbug_context_info() 371 rb_context = rbug_get_context_locked(rb_screen, block->context); in rbug_context_draw_block() 396 rb_context = rbug_get_context_locked(rb_screen, step->context); in rbug_context_draw_step() 428 rb_context = rbug_get_context_locked(rb_screen, unblock->context); in rbug_context_draw_unblock() 461 rb_context = rbug_get_context_locked(rb_screen, rule->context); in rbug_context_draw_rule() 493 rb_context = rbug_get_context_locked(rb_screen, flush->context); in rbug_context_flush() 524 rb_context = rbug_get_context_locked(rb_screen, list->context); in rbug_shader_list() 559 rb_context = rbug_get_context_locked(rb_screen, info->context); in rbug_shader_info() 607 rb_context = rbug_get_context_locked(rb_screen, dis->context); in rbug_shader_disable() [all …]
|