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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_compact.c1416 int this_compacted_count = compacted_counts[old_ip]; local in function:compacted_between
1418 return target_compacted_count - this_compacted_count;
1465 int this_compacted_count = compacted_counts[this_old_ip]; local in function:update_gen4_jump_count
1468 jump_count_compacted -= (target_compacted_count - this_compacted_count);
1616 int this_compacted_count = compacted_counts[this_old_ip]; local in function:brw_compact_instructions
1659 jump_count_compacted -= (target_compacted_count - this_compacted_count);
1684 jump_compacted -= (target_compacted_count - this_compacted_count);
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_compact.c2305 int this_compacted_count = compacted_counts[old_ip]; local in function:compacted_between
2307 return target_compacted_count - this_compacted_count;
2354 int this_compacted_count = compacted_counts[this_old_ip]; local in function:update_gfx4_jump_count
2357 jump_count_compacted -= (target_compacted_count - this_compacted_count);
2534 int this_compacted_count = compacted_counts[this_old_ip]; local in function:brw_compact_instructions
2576 jump_count_compacted -= (target_compacted_count - this_compacted_count);
2601 jump_compacted -= (target_compacted_count - this_compacted_count);

Completed in 10 milliseconds