Searched refs:pan_pool (Results 1 - 21 of 21) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_indirect_dispatch.h | 31 struct pan_pool; 40 GENX(pan_indirect_dispatch_emit)(struct pan_pool *pool,
|
| H A D | pan_indirect_draw.h | 31 struct pan_pool; 52 GENX(panfrost_emit_indirect_draw)(struct pan_pool *pool, 59 struct pan_pool *bin_pool);
|
| H A D | pan_blitter.h | 32 #include "pan_pool.h" 39 struct pan_pool; 86 struct pan_pool *bin_pool, 87 struct pan_pool *desc_pool); 93 GENX(pan_preload_fb)(struct pan_pool *desc_pool, 102 struct pan_pool *blit_pool, 125 struct pan_pool *pool,
|
| H A D | pan_pool.h | 36 struct pan_pool { struct 51 pan_pool_init(struct pan_pool *pool, struct panfrost_device *dev, 64 pan_pool_alloc_aligned(struct pan_pool *pool, size_t sz, unsigned alignment); 68 pan_pool_alloc_aligned(struct pan_pool *p, size_t sz, unsigned alignment) \ 75 pan_pool_upload_aligned(struct pan_pool *pool, const void *data, size_t sz, unsigned alignment) 83 pan_pool_upload(struct pan_pool *pool, const void *data, size_t sz) 110 pan_pool_alloc_descs(struct pan_pool *pool,
|
| H A D | pan_device.h | 41 #include "pan_pool.h" 65 struct pan_pool *pool; 71 struct pan_pool *pool; 120 struct pan_pool *bin_pool;
|
| H A D | pan_scoreboard.h | 31 #include "pan_pool.h" 137 panfrost_add_job(struct pan_pool *pool, 220 panfrost_scoreboard_initialize_tiler(struct pan_pool *pool,
|
| H A D | pan_blitter.c | 34 #include "pan_pool.h" 818 pan_blitter_emit_varying(struct pan_pool *pool, 853 pan_blitter_emit_sampler(struct pan_pool *pool, 870 pan_blitter_emit_textures(struct pan_pool *pool, 914 pan_preload_emit_textures(struct pan_pool *pool, 955 pan_blitter_emit_viewport(struct pan_pool *pool, 972 pan_preload_emit_dcd(struct pan_pool *pool, 1016 pan_blit_emit_dcd(struct pan_pool *pool, 1037 pan_blit_emit_tiler_job(struct pan_pool *desc_pool, 1082 pan_preload_fb_alloc_pre_post_dcds(struct pan_pool *desc_poo [all...] |
| H A D | pan_indirect_dispatch.c | 31 #include "pan_pool.h" 77 get_ubos(struct pan_pool *pool, 97 get_push_uniforms(struct pan_pool *pool, 115 GENX(pan_indirect_dispatch_emit)(struct pan_pool *pool,
|
| H A D | pan_texture.h | 185 struct pan_pool;
|
| H A D | pan_indirect_draw.c | 31 #include "pan_pool.h" 1169 get_ubos(struct pan_pool *pool, 1189 get_push_uniforms(struct pan_pool *pool, 1245 panfrost_emit_index_min_max_search(struct pan_pool *pool, 1290 GENX(panfrost_emit_indirect_draw)(struct pan_pool *pool, 1391 struct pan_pool *bin_pool)
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_mempool.h | 28 #include "pan_pool.h" 34 /* Inherit from pan_pool */ 35 struct pan_pool base; 52 to_panfrost_pool(struct pan_pool *pool)
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/vulkan/ |
| H A D | panvk_mempool.h | 28 #include "pan_pool.h" 50 /* Inherit from pan_pool */ 51 struct pan_pool base; 70 to_panvk_pool(struct pan_pool *pool)
|
| H A D | panvk_vX_meta.h | 39 panvk_per_arch(meta_emit_viewport)(struct pan_pool *pool,
|
| H A D | panvk_vX_meta.c | 35 panvk_per_arch(meta_emit_viewport)(struct pan_pool *pool,
|
| H A D | panvk_varyings.h | 33 #include "pan_pool.h" 35 struct pan_pool; 148 struct pan_pool *varying_mem_pool,
|
| H A D | panvk_cs.h | 42 struct pan_pool;
|
| H A D | panvk_vX_meta_clear.c | 36 struct pan_pool *bin_pool, 87 struct pan_pool *bin_pool, 154 struct pan_pool *desc_pool, 261 struct pan_pool *pool, 282 struct pan_pool *pool, 296 panvk_meta_clear_attachment_emit_dcd(struct pan_pool *pool, 315 panvk_meta_clear_attachment_emit_tiler_job(struct pan_pool *desc_pool,
|
| H A D | panvk_vX_meta_copy.c | 34 struct pan_pool *desc_pool, 69 struct pan_pool *desc_pool) 87 panvk_meta_copy_emit_varying(struct pan_pool *pool, 123 panvk_meta_copy_emit_dcd(struct pan_pool *pool, 150 panvk_meta_copy_emit_tiler_job(struct pan_pool *desc_pool, 194 panvk_meta_copy_emit_compute_job(struct pan_pool *desc_pool, 242 struct pan_pool *desc_pool, 334 struct pan_pool *pool, 350 struct pan_pool *pool, 370 struct pan_pool *desc_poo [all...] |
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 21.2.0.rst | 555 - panfrost: Add unowned mode to pan_pool 978 - panfrost: Inline away pan_pool.c 5095 - panfrost: Fork pan_pool for Gallium and Vulkan
|
| H A D | 20.2.0.rst | 689 - panfrost: Introduce pan_pool struct
|
| H A D | 20.3.0.rst | 899 - panfrost: Avoid accessing pan_pool fields directly
|
Completed in 36 milliseconds