Searched refs:aux_context (Results 1 – 9 of 9) sorted by relevance
527 struct r600_common_context *rctx = (struct r600_common_context*)sscreen->aux_context; in si_screen_clear_buffer()531 sscreen->aux_context->flush(sscreen->aux_context, NULL, 0); in si_screen_clear_buffer()
391 if (ctx == sscreen->aux_context) in r600_eliminate_fast_color_clear()397 if (ctx == sscreen->aux_context) in r600_eliminate_fast_color_clear()477 if (&rctx->b == sscreen->aux_context) in si_texture_disable_dcc()484 if (&rctx->b == sscreen->aux_context) in si_texture_disable_dcc()689 rctx = (struct r600_common_context*)(ctx ? ctx : sscreen->aux_context); in r600_texture_get_handle()
515 sscreen->aux_context->destroy(sscreen->aux_context); in si_destroy_screen()592 struct pipe_context *ctx = sscreen->aux_context; in si_test_vmfault()857 sscreen->aux_context = si_create_context(&sscreen->b, 0); in radeonsi_screen_create()
135 struct pipe_context *aux_context; member
1402 rscreen->aux_context->destroy(rscreen->aux_context); in r600_destroy_common_screen()1426 struct r600_common_context *rctx = (struct r600_common_context*)rscreen->aux_context; in r600_screen_clear_buffer()1430 rscreen->aux_context->flush(rscreen->aux_context, NULL, 0); in r600_screen_clear_buffer()
358 struct pipe_context *aux_context; member
767 rscreen->b.aux_context = rscreen->b.b.context_create(&rscreen->b.b, NULL, 0); in r600_screen_create()
323 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear()329 if (ctx == rscreen->aux_context) in r600_eliminate_fast_color_clear()460 rctx = (struct r600_common_context*)(ctx ? ctx : rscreen->aux_context); in r600_texture_get_handle()
1816 (struct r600_common_context*)rscreen->aux_context; in r600_query_fix_enabled_rb_mask()