Searched refs:agx_pool_alloc_aligned (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/asahi/ |
D | agx_uniforms.c | 58 struct agx_ptr ptr = agx_pool_alloc_aligned(&batch->pool, count * sizeof(uint64_t), 8); in agx_push_location_direct() 71 struct agx_ptr ptr = agx_pool_alloc_aligned(&batch->pool, count * sizeof(uint64_t), 8); in agx_push_location_direct() 96 struct agx_ptr ptr = agx_pool_alloc_aligned(&batch->pool, count * sizeof(uint16_t), 8); in agx_push_location_direct()
|
D | agx_state.c | 648 struct agx_ptr T = agx_pool_alloc_aligned(pool, AGX_VIEWPORT_LENGTH, 64); in agx_upload_viewport_scissor() 1074 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_pipeline() 1182 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_clear_pipeline() 1221 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_reload_pipeline() 1228 struct agx_ptr sampler = agx_pool_alloc_aligned(&ctx->batch->pool, AGX_SAMPLER_LENGTH, 64); in agx_build_reload_pipeline() 1229 struct agx_ptr texture = agx_pool_alloc_aligned(&ctx->batch->pool, AGX_TEXTURE_LENGTH, 64); in agx_build_reload_pipeline() 1316 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_store_pipeline() 1365 struct agx_ptr t = agx_pool_alloc_aligned(pool, AGX_BIND_PIPELINE_LENGTH, 64); in demo_launch_fragment() 1382 struct agx_ptr t = agx_pool_alloc_aligned(pool, AGX_INTERPOLATION_LENGTH, 64); in demo_interpolation() 1394 struct agx_ptr t = agx_pool_alloc_aligned(pool, AGX_LINKAGE_LENGTH, 64); in demo_linkage() [all …]
|
D | magic.c | 35 struct agx_ptr ptr = agx_pool_alloc_aligned(pool, 0x4000 * sizeof(uint64_t), 64); in demo_unk6() 48 struct agx_ptr ptr = agx_pool_alloc_aligned(pool, count, 64); in demo_zero()
|
/third_party/mesa3d/src/asahi/lib/ |
D | pool.h | 76 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment); 117 return agx_pool_alloc_aligned(pool, size, align); in agx_pool_alloc_descs()
|
D | pool.c | 82 agx_pool_alloc_aligned(struct agx_pool *pool, size_t sz, unsigned alignment) in agx_pool_alloc_aligned() function 118 struct agx_ptr transfer = agx_pool_alloc_aligned(pool, sz, alignment); in agx_pool_upload_aligned()
|