Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_pipe.c293 if (sctx->cached_gtt_allocator) in si_destroy_context()
294 u_upload_destroy(sctx->cached_gtt_allocator); in si_destroy_context()
493 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024, 0, PIPE_USAGE_STAGING, 0); in si_create_context()
494 if (!sctx->cached_gtt_allocator) in si_create_context()
Dsi_fence.c241 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset, in si_fine_fence_set()
Dsi_pipe.h911 struct u_upload_mgr *cached_gtt_allocator; member