Home
last modified time | relevance | path

Searched refs:eop_bug_scratch (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/radeon/
Dr600_pipe_common.c74 struct r600_resource *scratch = ctx->eop_bug_scratch; in si_gfx_write_event_eop()
98 struct r600_resource *scratch = ctx->eop_bug_scratch; in si_gfx_write_event_eop()
434 rctx->eop_bug_scratch = (struct r600_resource*) in si_common_context_init()
437 if (!rctx->eop_bug_scratch) in si_common_context_init()
520 r600_resource_reference(&rctx->eop_bug_scratch, NULL); in si_common_context_cleanup()
Dr600_pipe_common.h397 struct r600_resource *eop_bug_scratch; member
/external/mesa3d/src/gallium/drivers/r600/
Dr600_pipe_common.h517 struct r600_resource *eop_bug_scratch; member
Dr600_pipe_common.c747 r600_resource_reference(&rctx->eop_bug_scratch, NULL); in r600_common_context_cleanup()