Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_eu_compact.c1423 int compacted_count = 0; in brw_compact_instructions() local
1430 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count; in brw_compact_instructions()
1435 compacted_count++; in brw_compact_instructions()
1454 compacted_count--; in brw_compact_instructions()
1455 compacted_counts[src_offset / sizeof(brw_inst)] = compacted_count; in brw_compact_instructions()