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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.cpp44 next_temp_reg_comp(4)
153 if (next_temp_reg_comp <= channel)
154 next_temp_reg_comp = channel;
156 next_temp_reg_comp = 4;
159 if (next_temp_reg_comp > 3) {
161 next_temp_reg_comp = 0;
163 return std::make_shared<GPRValue>(current_temp_reg_index, next_temp_reg_comp++);
H A Dsfn_valuepool.h237 int next_temp_reg_comp; member in class:r600::ValuePool

Completed in 3 milliseconds