Searched refs:agx_ptr (Results 1 – 7 of 7) sorted by relevance
/third_party/mesa3d/src/asahi/lib/ |
D | pool.c | 81 struct agx_ptr 100 struct agx_ptr ret = { in agx_pool_alloc_aligned() 118 struct agx_ptr transfer = agx_pool_alloc_aligned(pool, sz, alignment); in agx_pool_upload_aligned()
|
D | agx_bo.h | 41 struct agx_ptr { struct 57 struct agx_ptr ptr; argument
|
D | pool.h | 75 struct agx_ptr 105 static inline struct agx_ptr
|
/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()
|
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()
|
D | agx_state.c | 633 struct agx_ptr T = agx_pool_alloc_aligned(pool, AGX_VIEWPORT_LENGTH, 64); in agx_upload_viewport_scissor() 1034 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_pipeline() 1139 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_clear_pipeline() 1175 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_reload_pipeline() 1182 struct agx_ptr sampler = agx_pool_alloc_aligned(&ctx->batch->pool, AGX_SAMPLER_LENGTH, 64); in agx_build_reload_pipeline() 1183 struct agx_ptr texture = agx_pool_alloc_aligned(&ctx->batch->pool, AGX_TEXTURE_LENGTH, 64); in agx_build_reload_pipeline() 1260 struct agx_ptr ptr = agx_pool_alloc_aligned(&ctx->batch->pipeline_pool, in agx_build_store_pipeline() 1306 struct agx_ptr t = agx_pool_alloc_aligned(pool, AGX_BIND_PIPELINE_LENGTH, 64); in demo_launch_fragment() 1323 struct agx_ptr t = agx_pool_alloc_aligned(pool, AGX_INTERPOLATION_LENGTH, 64); in demo_interpolation() 1335 struct agx_ptr t = agx_pool_alloc_aligned(pool, AGX_LINKAGE_LENGTH, 64); in demo_linkage() [all …]
|
D | agx_pipe.c | 484 struct agx_ptr pipeline_null = in agx_flush()
|