Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/radeonsi/
Dsi_gfx_cs.c706 struct si_resource* wait_mem_scratch = unlikely(ctx->ws->cs_is_secure(cs)) ? in gfx10_emit_cache_flush() local
707 ctx->wait_mem_scratch_tmz : ctx->wait_mem_scratch; in gfx10_emit_cache_flush()
719 va = wait_mem_scratch->gpu_address; in gfx10_emit_cache_flush()
742 EOP_DATA_SEL_VALUE_32BIT, wait_mem_scratch, va, ctx->wait_mem_number, in gfx10_emit_cache_flush()
946 struct si_resource* wait_mem_scratch = unlikely(sctx->ws->cs_is_secure(cs)) ? in si_emit_cache_flush() local
947 sctx->wait_mem_scratch_tmz : sctx->wait_mem_scratch; in si_emit_cache_flush()
948 va = wait_mem_scratch->gpu_address; in si_emit_cache_flush()
953 wait_mem_scratch, va, sctx->wait_mem_number, SI_NOT_QUERY); in si_emit_cache_flush()
Dsi_pipe.c213 si_resource_reference(&sctx->wait_mem_scratch, NULL); in si_destroy_context()
653 sctx->wait_mem_scratch = in si_create_context()
658 if (!sctx->wait_mem_scratch) in si_create_context()
760 if (sctx->wait_mem_scratch) in si_create_context()
761 si_cp_write_data(sctx, sctx->wait_mem_scratch, 0, 4, V_370_MEM, V_370_ME, in si_create_context()
Dsi_pipe.h954 struct si_resource *wait_mem_scratch; member
/third_party/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