Home
last modified time | relevance | path

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

/third_party/mesa3d/src/panfrost/bifrost/
Dbi_ra.c280 unsigned node_count = bi_max_temp(ctx); in bi_compute_interference()
299 unsigned node_count = bi_max_temp(ctx); in bi_allocate_registers()
344 unsigned node_count = bi_max_temp(ctx); in bi_reg_from_index()
532 bi_node_to_index(spill_node, bi_max_temp(ctx)), in bi_register_allocate()
Dbi_validate.c42 unsigned temp_count = bi_max_temp(ctx); in bi_validate_initialization()
Dbi_liveness.c97 unsigned temp_count = bi_max_temp(ctx); in bi_compute_liveness()
Dbi_opt_dce.c33 unsigned temp_count = bi_max_temp(ctx); in bi_opt_dead_code_eliminate()
Dbi_helper_invocations.c230 unsigned temp_count = bi_max_temp(ctx); in bi_analyze_helper_requirements()
Dcompiler.h687 bi_max_temp(bi_context *ctx) in bi_max_temp() function
/third_party/mesa3d/docs/relnotes/
D20.1.0.rst486 - pan/bi: Add bi_max_temp helper