Searched refs:wait_mem_scratch (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_gfx_cs.c | 706 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()
|
D | si_pipe.c | 213 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()
|
D | si_pipe.h | 954 struct si_resource *wait_mem_scratch; member
|
/third_party/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
|