Home
last modified time | relevance | path

Searched refs:pan_pool (Results 1 – 11 of 11) sorted by relevance

/external/mesa3d/src/panfrost/lib/
Dpan_pool.h39 struct pan_pool { struct
57 panfrost_pool_init(struct pan_pool *pool, void *memctx, argument
62 panfrost_pool_cleanup(struct pan_pool *pool);
65 panfrost_pool_num_bos(struct pan_pool *pool) in panfrost_pool_num_bos()
71 panfrost_pool_get_bo_handles(struct pan_pool *pool, uint32_t *handles);
77 panfrost_pool_alloc_aligned(struct pan_pool *pool, size_t sz, unsigned alignment);
82 panfrost_pool_alloc(struct pan_pool *pool, size_t sz) in panfrost_pool_alloc()
89 panfrost_pool_alloc(struct pan_pool *pool, size_t sz);
92 panfrost_pool_upload(struct pan_pool *pool, const void *data, size_t sz);
95 panfrost_pool_upload_aligned(struct pan_pool *pool, const void *data, size_t sz, unsigned alignment…
Dpan_pool.c34 panfrost_pool_alloc_backing(struct pan_pool *pool, size_t bo_sz) in panfrost_pool_alloc_backing()
53 panfrost_pool_init(struct pan_pool *pool, void *memctx, in panfrost_pool_init()
67 panfrost_pool_cleanup(struct pan_pool *pool) in panfrost_pool_cleanup()
76 panfrost_pool_get_bo_handles(struct pan_pool *pool, uint32_t *handles) in panfrost_pool_get_bo_handles()
95 panfrost_pool_alloc_aligned(struct pan_pool *pool, size_t sz, unsigned alignment) in panfrost_pool_alloc_aligned()
121 panfrost_pool_upload(struct pan_pool *pool, const void *data, size_t sz) in panfrost_pool_upload()
127 panfrost_pool_upload_aligned(struct pan_pool *pool, const void *data, size_t sz, unsigned alignment) in panfrost_pool_upload_aligned()
Dpan_scoreboard.h59 struct pan_pool *pool,
68 struct pan_pool *pool,
Dpan_blit.c199 panfrost_load_emit_viewport(struct pan_pool *pool, struct MALI_DRAW *draw, in panfrost_load_emit_viewport()
215 panfrost_load_prepare_rsd(struct pan_pool *pool, struct MALI_RENDERER_STATE *state, in panfrost_load_prepare_rsd()
259 panfrost_load_emit_varying(struct pan_pool *pool, struct MALI_DRAW *draw, in panfrost_load_emit_varying()
295 midgard_load_emit_texture(struct pan_pool *pool, struct MALI_DRAW *draw, in midgard_load_emit_texture()
338 midgard_load_emit_blend_rt(struct pan_pool *pool, void *out, in midgard_load_emit_blend_rt()
376 midgard_load_emit_rsd(struct pan_pool *pool, struct MALI_DRAW *draw, in midgard_load_emit_rsd()
431 panfrost_load_midg(struct pan_pool *pool, in panfrost_load_midg()
474 bifrost_load_emit_texture(struct pan_pool *pool, struct MALI_DRAW *draw, in bifrost_load_emit_texture()
535 bifrost_load_emit_blend_rt(struct pan_pool *pool, void *out, in bifrost_load_emit_blend_rt()
588 bifrost_load_emit_rsd(struct pan_pool *pool, struct MALI_DRAW *draw, in bifrost_load_emit_rsd()
[all …]
Dpan_texture.h196 struct pan_pool;
204 struct pan_pool *pool,
213 panfrost_load_bifrost(struct pan_pool *pool,
Dpan_scoreboard.c110 struct pan_pool *pool, in panfrost_add_job()
195 panfrost_scoreboard_initialize_tiler(struct pan_pool *pool, in panfrost_scoreboard_initialize_tiler()
Dmeson.build36 'pan_pool.c',
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_job.h96 struct pan_pool pool;
101 struct pan_pool invisible_pool;
/external/mesa3d/src/panfrost/
DMakefile.sources39 lib/pan_pool.c \
40 lib/pan_pool.h \
/external/mesa3d/docs/relnotes/
D20.3.0.rst899 - panfrost: Avoid accessing pan_pool fields directly
D20.2.0.rst689 - panfrost: Introduce pan_pool struct