Home
last modified time | relevance | path

Searched defs:memctx (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/mesa3d/src/asahi/compiler/
H A Dagx_opt_promote_constants.c62 record_use(void *memctx, struct hash_table_u64 *constants, uint64_t imm, in record_use()
78 pass(agx_context *ctx, void *memctx) in pass()
181 void *memctx = ralloc_context(NULL); in agx_opt_promote_constants() local
H A Dagx_spill.c49 init_next_uses(struct next_uses *nu, void *memctx) in init_next_uses()
158 void *memctx; member
973 global_next_use_distances(agx_context *ctx, void *memctx, in global_next_use_distances()
1120 void *memctx = ralloc_context(NULL); in agx_spill() local
H A Dagx_pressure_schedule.c45 create_dag(agx_context *ctx, agx_block *block, void *memctx) in create_dag()
256 void *memctx = ralloc_context(ctx); in agx_pressure_schedule() local
/aosp_15_r20/external/mesa3d/src/panfrost/compiler/
H A Dbi_pressure_schedule.c55 create_dag(bi_context *ctx, bi_block *block, void *memctx) in create_dag()
290 void *memctx = ralloc_context(ctx); in bi_pressure_schedule() local
H A Dbi_test.h50 bit_builder(void *memctx) in bit_builder()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/panfrost/
H A Dpan_device.c58 panfrost_open_device(void *memctx, int fd, struct panfrost_device *dev) in panfrost_open_device()
H A Dpan_mempool.c71 panfrost_pool_init(struct panfrost_pool *pool, void *memctx, in panfrost_pool_init()
H A Dpan_device.h86 void *memctx; member
/aosp_15_r20/external/mesa3d/src/asahi/compiler/test/
H A Dagx_test.h16 agx_test_builder(void *memctx) in agx_test_builder()
/aosp_15_r20/external/mesa3d/src/asahi/clc/
H A Dasahi_clc.c178 compile(void *memctx, const uint32_t *spirv, size_t spirv_size) in compile()
/aosp_15_r20/external/mesa3d/src/asahi/lib/
H A Dagx_device.c399 agx_open_device(void *memctx, struct agx_device *dev) in agx_open_device()