Home
last modified time | relevance | path

Searched refs:liveness_block_update (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/asahi/compiler/
Dagx_liveness.c55 liveness_block_update(agx_block *blk, unsigned words) in liveness_block_update() function
123 bool progress = liveness_block_update(blk, words); in agx_compute_liveness()
/third_party/mesa3d/src/panfrost/bifrost/
Dbi_liveness.c58 liveness_block_update(bi_block *blk, unsigned temp_count) in liveness_block_update() function
132 bool progress = liveness_block_update(blk, temp_count); in bi_compute_liveness()
/third_party/mesa3d/src/panfrost/util/
Dpan_liveness.c75 liveness_block_update( in liveness_block_update() function
145 bool progress = liveness_block_update(blk, temp_count, callback); in pan_compute_liveness()