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 D | si_pipe.c | 247 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 D | si_fence.c | 255 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4,
|
| H A D | si_pipe.h | 813 struct u_upload_mgr *cached_gtt_allocator; member in struct:si_context
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/radeonsi/ |
| H A D | si_pipe.c | 320 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 D | si_fence.c | 243 u_upload_alloc(ctx->cached_gtt_allocator, 0, 4, 4, &fine->offset,
|
| H A D | si_pipe.h | 910 struct u_upload_mgr *cached_gtt_allocator; member in struct:si_context
|
Completed in 17 milliseconds