Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_state_draw.c1148 struct si_resource* wait_mem_scratch = unlikely(ctx->ws->cs_is_secure(cs)) ? in gfx10_emit_cache_flush() local
1149 ctx->wait_mem_scratch_tmz : ctx->wait_mem_scratch; in gfx10_emit_cache_flush()
1161 va = wait_mem_scratch->gpu_address; in gfx10_emit_cache_flush()
1184 EOP_DATA_SEL_VALUE_32BIT, wait_mem_scratch, va, ctx->wait_mem_number, in gfx10_emit_cache_flush()
1378 struct si_resource* wait_mem_scratch = unlikely(sctx->ws->cs_is_secure(cs)) ? in si_emit_cache_flush() local
1379 sctx->wait_mem_scratch_tmz : sctx->wait_mem_scratch; in si_emit_cache_flush()
1380 va = wait_mem_scratch->gpu_address; in si_emit_cache_flush()
1385 wait_mem_scratch, va, sctx->wait_mem_number, SI_NOT_QUERY); in si_emit_cache_flush()
Dsi_pipe.c199 si_resource_reference(&sctx->wait_mem_scratch, NULL); in si_destroy_context()
635 sctx->wait_mem_scratch = in si_create_context()
640 if (!sctx->wait_mem_scratch) in si_create_context()
726 if (sctx->wait_mem_scratch) in si_create_context()
727 si_cp_write_data(sctx, sctx->wait_mem_scratch, 0, 4, V_370_MEM, V_370_ME, in si_create_context()
Dsi_gfx_cs.c161 si_cp_copy_data(ctx, compute_cs, COPY_DATA_DST_MEM, ctx->wait_mem_scratch, 4, in si_flush_gfx_cs()
Dsi_pipe.h953 struct si_resource *wait_mem_scratch; member
Dsi_compute_prim_discard.c1210 sctx->wait_mem_scratch, 4); in si_dispatch_prim_discard_cs_and_draw()
/external/mesa3d/docs/relnotes/
D20.1.0.rst3113 - radeonsi: always create wait_mem_scratch for compute-based culling
D20.3.0.rst3947 - radeonsi/tmz: add tmz variant of sctx::wait_mem_scratch
D20.2.0.rst3327 - radeonsi: make wait_mem_scratch unmappable