Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c2334 int this_compacted_count = compacted_counts[old_ip]; in compacted_between() local
2336 return target_compacted_count - this_compacted_count; in compacted_between()
2385 int this_compacted_count = compacted_counts[this_old_ip]; in update_gfx4_jump_count() local
2388 jump_count_compacted -= (target_compacted_count - this_compacted_count); in update_gfx4_jump_count()
2574 int this_compacted_count = compacted_counts[this_old_ip]; in brw_compact_instructions() local
2616 jump_count_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()
2641 jump_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()