Home
last modified time | relevance | path

Searched refs:panfrost_pool (Results 1 – 7 of 7) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/panfrost/
Dpan_mempool.h33 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);
Dpan_mempool.c44 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)
Dpan_screen.h57 struct panfrost_pool *, bool);
102 struct panfrost_pool bin_pool;
103 struct panfrost_pool desc_pool;
106 struct panfrost_pool bin_pool;
Dpan_assemble.c44 struct panfrost_pool *shader_pool, in panfrost_shader_compile()
45 struct panfrost_pool *desc_pool, in panfrost_shader_compile()
Dpan_context.h132 struct panfrost_pool descs, shaders;
366 struct panfrost_pool *shader_pool,
367 struct panfrost_pool *desc_pool,
Dpan_job.h88 struct panfrost_pool pool;
93 struct panfrost_pool invisible_pool;
Dpan_cmdstream.c2095 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()