Searched refs:agx_pool (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/asahi/lib/ |
D | pool.h | 39 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()
|
D | pool.c | 37 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/ |
D | magic.c | 33 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()
|
D | magic.h | 29 struct agx_pool *pool,
|
D | agx_state.c | 643 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()
|
D | agx_uniforms.c | 121 struct agx_pool *pool = &ctx->batch->pool; in agx_push_location()
|
D | agx_state.h | 113 struct agx_pool pool, pipeline_pool;
|