Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuefactory.cpp109 m_channel_counts.inc_count(i); in allocate_registers()
124 m_channel_counts.inc_count(chan); in allocate_registers()
260 m_channel_counts.inc_count(chan); in temp_register()
374 m_channel_counts.inc_count(chan); in dest()
Dsfn_valuefactory.h169 void inc_count(int chan) {++m_counts[chan];} in inc_count() function