Home
last modified time | relevance | path

Searched refs:cached_gtt_allocator (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c336 if (sctx->cached_gtt_allocator) in si_destroy_context()
337 u_upload_destroy(sctx->cached_gtt_allocator); in si_destroy_context()
577 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024, 0, PIPE_USAGE_STAGING, 0); in si_create_context()
578 if (!sctx->cached_gtt_allocator) { in si_create_context()
H A Dsi_fence.c240 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set()
H A Dsi_pipe.h937 struct u_upload_mgr *cached_gtt_allocator; member