Home
last modified time | relevance | path

Searched refs:bi_max_temp (Results 1 – 5 of 5) sorted by relevance

/external/mesa3d/src/panfrost/bifrost/
Dbi_liveness.c54 pan_compute_liveness(&ctx->blocks, bi_max_temp(ctx), bi_liveness_ins_update_wrap); in bi_compute_liveness()
77 if (pan_liveness_get(block->base.live_out, src, bi_max_temp(ctx))) in bi_is_live_after()
Dbi_opt_dce.c32 unsigned temp_count = bi_max_temp(ctx); in bi_opt_dead_code_eliminate()
Dbi_ra.c67 unsigned node_count = bi_max_temp(ctx); in bi_allocate_registers()
Dcompiler.h546 bi_max_temp(bi_context *ctx) in bi_max_temp() function
/external/mesa3d/docs/relnotes/
D20.1.0.rst486 - pan/bi: Add bi_max_temp helper