Home
last modified time | relevance | path

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

/external/mesa3d/src/asahi/compiler/
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()
187 void *memctx = ralloc_context(NULL); in agx_opt_promote_constants() local
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
Dagx_spill.c49 init_next_uses(struct next_uses *nu, void *memctx) in init_next_uses()
158 void *memctx; member
1012 global_next_use_distances(agx_context *ctx, void *memctx, in global_next_use_distances()
1159 void *memctx = ralloc_context(NULL); in agx_spill() local
/external/mesa3d/src/panfrost/compiler/
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
Dbi_test.h50 bit_builder(void *memctx) in bit_builder()
/external/mesa3d/src/gallium/drivers/panfrost/
Dpan_device.c54 panfrost_open_device(void *memctx, int fd, struct panfrost_device *dev) in panfrost_open_device()
Dpan_mempool.c72 panfrost_pool_init(struct panfrost_pool *pool, void *memctx, in panfrost_pool_init()
Dpan_device.h86 void *memctx; member
/external/mesa3d/src/asahi/compiler/test/
Dagx_test.h16 agx_test_builder(void *memctx) in agx_test_builder()
/external/mesa3d/src/asahi/clc/
Dasahi_clc.c79 compile(void *memctx, const uint32_t *spirv, size_t spirv_size) in compile()
/external/mesa3d/src/asahi/lib/
Dagx_device.c482 agx_open_device(void *memctx, struct agx_device *dev) in agx_open_device()