Searched refs:panfrost_pool (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/panfrost/ |
D | pan_mempool.h | 33 struct panfrost_pool { struct 51 static inline struct panfrost_pool * argument 54 return container_of(pool, struct panfrost_pool, base); in to_panfrost_pool() 71 panfrost_pool_take_ref(struct panfrost_pool *pool, mali_ptr ptr) in panfrost_pool_take_ref() 83 panfrost_pool_init(struct panfrost_pool *pool, void *memctx, 89 panfrost_pool_cleanup(struct panfrost_pool *pool); 92 panfrost_pool_num_bos(struct panfrost_pool *pool) in panfrost_pool_num_bos() 99 panfrost_pool_get_bo_handles(struct panfrost_pool *pool, uint32_t *handles);
|
D | pan_mempool.c | 44 panfrost_pool_alloc_backing(struct panfrost_pool *pool, size_t bo_sz) in panfrost_pool_alloc_backing() 67 panfrost_pool_init(struct panfrost_pool *pool, void *memctx, in panfrost_pool_init() 84 panfrost_pool_cleanup(struct panfrost_pool *pool) in panfrost_pool_cleanup() 98 panfrost_pool_get_bo_handles(struct panfrost_pool *pool, uint32_t *handles) in panfrost_pool_get_bo_handles() 119 panfrost_pool_alloc_aligned(struct panfrost_pool *pool, size_t sz, unsigned alignment) in panfrost_pool_alloc_aligned() 143 PAN_POOL_ALLOCATOR(struct panfrost_pool, panfrost_pool_alloc_aligned)
|
D | pan_screen.h | 57 struct panfrost_pool *, bool); 102 struct panfrost_pool bin_pool; 103 struct panfrost_pool desc_pool; 106 struct panfrost_pool bin_pool;
|
D | pan_assemble.c | 44 struct panfrost_pool *shader_pool, in panfrost_shader_compile() 45 struct panfrost_pool *desc_pool, in panfrost_shader_compile()
|
D | pan_context.h | 132 struct panfrost_pool descs, shaders; 366 struct panfrost_pool *shader_pool, 367 struct panfrost_pool *desc_pool,
|
D | pan_job.h | 88 struct panfrost_pool pool; 93 struct panfrost_pool invisible_pool;
|
D | pan_cmdstream.c | 2095 struct panfrost_pool *pool, in panfrost_emit_varying_descs() 2234 struct panfrost_pool *pool = in panfrost_emit_varying_descriptor() 3493 struct panfrost_pool *pool, bool upload) in prepare_rsd()
|