Home
last modified time | relevance | path

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

/third_party/mesa3d/src/intel/compiler/
Dbrw_eu_compact.c2511 int compacted_count = 0; in brw_compact_instructions() local
2518 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count; in brw_compact_instructions()
2524 compacted_count++; in brw_compact_instructions()
2545 compacted_count--; in brw_compact_instructions()
2546 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count; in brw_compact_instructions()