Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c2335 int target_compacted_count = compacted_counts[old_target_ip]; in compacted_between() local
2336 return target_compacted_count - this_compacted_count; in compacted_between()
2386 int target_compacted_count = compacted_counts[target_old_ip]; in update_gfx4_jump_count() local
2388 jump_count_compacted -= (target_compacted_count - this_compacted_count); in update_gfx4_jump_count()
2615 int target_compacted_count = compacted_counts[target_old_ip]; in brw_compact_instructions() local
2616 jump_count_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()
2640 int target_compacted_count = compacted_counts[target_old_ip]; in brw_compact_instructions() local
2641 jump_compacted -= (target_compacted_count - this_compacted_count); in brw_compact_instructions()