Searched refs:panfrost_pool_init (Results 1 – 6 of 6) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_mempool.h | 83 panfrost_pool_init(struct panfrost_pool *pool, void *memctx,
|
D | pan_screen.c | 934 panfrost_pool_init(&screen->indirect_draw.bin_pool, NULL, dev, in panfrost_create_screen() 937 panfrost_pool_init(&screen->blitter.bin_pool, NULL, dev, PAN_BO_EXECUTE, in panfrost_create_screen() 939 panfrost_pool_init(&screen->blitter.desc_pool, NULL, dev, 0, 65536, in panfrost_create_screen()
|
D | pan_mempool.c | 70 panfrost_pool_init(struct panfrost_pool *pool, void *memctx, in panfrost_pool_init() function
|
D | pan_job.c | 86 panfrost_pool_init(&batch->pool, NULL, dev, 0, 65536, "Batch pool", true, true); in panfrost_batch_init() 91 panfrost_pool_init(&batch->invisible_pool, NULL, dev, in panfrost_batch_init()
|
D | pan_context.c | 1150 panfrost_pool_init(&ctx->descs, ctx, dev, in panfrost_create_context() 1153 panfrost_pool_init(&ctx->shaders, ctx, dev, in panfrost_create_context()
|
/third_party/mesa3d/docs/relnotes/ |
D | 20.3.0.rst | 898 - panfrost: Rename panfrost_create_pool() into panfrost_pool_init()
|