Home
last modified time | relevance | path

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

/external/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c1510 int compacted_count = 0; in brw_compact_instructions() local
1517 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count; in brw_compact_instructions()
1523 compacted_count++; in brw_compact_instructions()
1542 compacted_count--; in brw_compact_instructions()
1543 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count; in brw_compact_instructions()