Searched refs:wait_mem_scratch (Results 1 – 8 of 8) sorted by relevance
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state_draw.c | 1148 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()
|
D | si_pipe.c | 199 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()
|
D | si_gfx_cs.c | 161 si_cp_copy_data(ctx, compute_cs, COPY_DATA_DST_MEM, ctx->wait_mem_scratch, 4, in si_flush_gfx_cs()
|
D | si_pipe.h | 953 struct si_resource *wait_mem_scratch; member
|
D | si_compute_prim_discard.c | 1210 sctx->wait_mem_scratch, 4); in si_dispatch_prim_discard_cs_and_draw()
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3113 - radeonsi: always create wait_mem_scratch for compute-based culling
|
D | 20.3.0.rst | 3947 - radeonsi/tmz: add tmz variant of sctx::wait_mem_scratch
|
D | 20.2.0.rst | 3327 - radeonsi: make wait_mem_scratch unmappable
|