Searched refs:cached_gtt_allocator (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c247 if (sctx->cached_gtt_allocator)
248 u_upload_destroy(sctx->cached_gtt_allocator);
447 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024,
449 if (!sctx->cached_gtt_allocator)
H A Dsi_fence.c255 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4,
H A Dsi_pipe.h813 struct u_upload_mgr *cached_gtt_allocator; member in struct:si_context
/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/
H A Dsi_pipe.c320 if (sctx->cached_gtt_allocator)
321 u_upload_destroy(sctx->cached_gtt_allocator);
509 sctx->cached_gtt_allocator = u_upload_create(&sctx->b, 16 * 1024, 0, PIPE_USAGE_STAGING, 0);
510 if (!sctx->cached_gtt_allocator)
H A Dsi_fence.c243 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset,
H A Dsi_pipe.h910 struct u_upload_mgr *cached_gtt_allocator; member in struct:si_context

Completed in 17 milliseconds