HomeSort by: relevance | last modified time | path
    Searched refs:pan_pool (Results 1 - 18 of 18) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/
pan_indirect_dispatch.h 31 struct pan_pool;
40 GENX(pan_indirect_dispatch_emit)(struct pan_pool *pool,
pan_indirect_draw.h 31 struct pan_pool;
52 GENX(panfrost_emit_indirect_draw)(struct pan_pool *pool,
59 struct pan_pool *bin_pool);
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,
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,
pan_device.h 41 #include "pan_pool.h"
65 struct pan_pool *pool;
71 struct pan_pool *pool;
120 struct pan_pool *bin_pool;
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,
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_pool
    [all...]
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,
pan_texture.h 185 struct pan_pool;
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/
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/
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)
panvk_vX_meta.h 39 panvk_per_arch(meta_emit_viewport)(struct pan_pool *pool,
panvk_vX_meta.c 35 panvk_per_arch(meta_emit_viewport)(struct pan_pool *pool,
panvk_varyings.h 33 #include "pan_pool.h"
35 struct pan_pool;
148 struct pan_pool *varying_mem_pool,
panvk_cs.h 42 struct pan_pool;
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,
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_pool
    [all...]

Completed in 12 milliseconds