Searched refs:agx_pool_init (Results 1 - 3 of 3) sorted by relevance
/third_party/mesa3d/src/asahi/lib/ |
H A D | pool.h | 57 agx_pool_init(struct agx_pool *pool, struct agx_device *dev,
|
H A D | pool.c | 50 agx_pool_init(struct agx_pool *pool, struct agx_device *dev, in agx_pool_init() function
|
/third_party/mesa3d/src/gallium/drivers/asahi/ |
H A D | agx_pipe.c | 580 agx_pool_init(&ctx->batch->pool, dev, AGX_MEMORY_TYPE_FRAMEBUFFER, true); in agx_flush() 581 agx_pool_init(&ctx->batch->pipeline_pool, dev, AGX_MEMORY_TYPE_CMDBUF_32, true); in agx_flush() 625 agx_pool_init(&ctx->batch->pool, in agx_create_context() 627 agx_pool_init(&ctx->batch->pipeline_pool, in agx_create_context()
|
Completed in 3 milliseconds