Home
last modified time | relevance | path

Searched refs:wait_mem_scratch (Results 1 - 3 of 3) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_gfx_cs.c624 return ctx->wait_mem_scratch; in si_get_wait_mem_scratch_bo()
820 struct si_resource *wait_mem_scratch = in gfx10_emit_cache_flush() local
826 uint64_t va = wait_mem_scratch->gpu_address; in gfx10_emit_cache_flush()
849 EOP_DATA_SEL_VALUE_32BIT, wait_mem_scratch, va, ctx->wait_mem_number, in gfx10_emit_cache_flush()
1054 struct si_resource* wait_mem_scratch = in si_emit_cache_flush() local
1057 va = wait_mem_scratch->gpu_address; in si_emit_cache_flush()
1062 wait_mem_scratch, va, sctx->wait_mem_number, SI_NOT_QUERY); in si_emit_cache_flush()
H A Dsi_pipe.c220 si_resource_reference(&sctx->wait_mem_scratch, NULL); in si_destroy_context()
772 sctx->wait_mem_scratch = in si_create_context()
778 if (!sctx->wait_mem_scratch) { in si_create_context()
779 fprintf(stderr, "radeonsi: can't create wait_mem_scratch\n"); in si_create_context()
783 si_cp_write_data(sctx, sctx->wait_mem_scratch, 0, 4, V_370_MEM, V_370_ME, in si_create_context()
H A Dsi_pipe.h991 struct si_resource *wait_mem_scratch; member

Completed in 9 milliseconds