Home
last modified time | relevance | path

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

/third_party/mesa3d/src/asahi/lib/
Dpool.h39 struct agx_pool { struct
57 agx_pool_init(struct agx_pool *pool, struct agx_device *dev, argument
61 agx_pool_cleanup(struct agx_pool *pool);
64 agx_pool_num_bos(struct agx_pool *pool) in agx_pool_num_bos()
70 agx_pool_get_bo_handles(struct agx_pool *pool, uint32_t *handles);
76 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment);
79 agx_pool_upload(struct agx_pool *pool, const void *data, size_t sz);
82 agx_pool_upload_aligned(struct agx_pool *pool, const void *data, size_t sz, unsigned alignment);
106 agx_pool_alloc_descs(struct agx_pool *pool, in agx_pool_alloc_descs()
Dpool.c37 agx_pool_alloc_backing(struct agx_pool *pool, size_t bo_sz) in agx_pool_alloc_backing()
50 agx_pool_init(struct agx_pool *pool, struct agx_device *dev, in agx_pool_init()
63 agx_pool_cleanup(struct agx_pool *pool) in agx_pool_cleanup()
73 agx_pool_get_bo_handles(struct agx_pool *pool, uint32_t *handles) in agx_pool_get_bo_handles()
82 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment) in agx_pool_alloc_aligned()
109 agx_pool_upload(struct agx_pool *pool, const void *data, size_t sz) in agx_pool_upload()
115 agx_pool_upload_aligned(struct agx_pool *pool, const void *data, size_t sz, unsigned alignment) in agx_pool_upload_aligned()
/third_party/mesa3d/src/gallium/drivers/asahi/
Dmagic.c33 demo_unk6(struct agx_pool *pool) in demo_unk6()
46 demo_zero(struct agx_pool *pool, unsigned count) in demo_zero()
160 struct agx_pool *pool, in demo_cmdbuf()
Dmagic.h29 struct agx_pool *pool,
Dagx_state.c643 agx_upload_viewport_scissor(struct agx_pool *pool, in agx_upload_viewport_scissor()
1363 demo_launch_fragment(struct agx_context *ctx, struct agx_pool *pool, uint32_t pipeline, uint32_t va… in demo_launch_fragment()
1380 demo_interpolation(struct agx_compiled_shader *fs, struct agx_pool *pool) in demo_interpolation()
1392 demo_linkage(struct agx_compiled_shader *vs, struct agx_pool *pool) in demo_linkage()
1407 demo_rasterizer(struct agx_context *ctx, struct agx_pool *pool, bool is_points) in demo_rasterizer()
1444 demo_unk11(struct agx_pool *pool, bool prim_lines, bool prim_points, bool reads_tib, bool sample_ma… in demo_unk11()
1461 demo_unk12(struct agx_pool *pool) in demo_unk12()
1473 agx_set_index(struct agx_pool *pool, uint16_t scissor, uint16_t zbias) in agx_set_index()
1516 struct agx_pool *pool = &ctx->batch->pool; in agx_encode_state()
Dagx_uniforms.c121 struct agx_pool *pool = &ctx->batch->pool; in agx_push_location()
Dagx_state.h113 struct agx_pool pool, pipeline_pool;