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

/xsrc/external/mit/MesaLib.old/dist/src/intel/compiler/
H A Dbrw_eu_compact.c1555 int compacted_count = 0; local in function:brw_compact_instructions
1562 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count;
1568 compacted_count++;
1587 compacted_count--;
1588 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count;
/xsrc/external/mit/MesaLib/dist/src/intel/compiler/
H A Dbrw_eu_compact.c2472 int compacted_count = 0; local in function:brw_compact_instructions
2479 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count;
2485 compacted_count++;
2505 compacted_count--;
2506 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count;

Completed in 8 milliseconds