Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.cpp44 next_temp_reg_comp(4) in ValuePool()
153 if (next_temp_reg_comp <= channel) in get_temp_register()
154 next_temp_reg_comp = channel; in get_temp_register()
156 next_temp_reg_comp = 4; in get_temp_register()
159 if (next_temp_reg_comp > 3) { in get_temp_register()
161 next_temp_reg_comp = 0; in get_temp_register()
163 return std::make_shared<GPRValue>(current_temp_reg_index, next_temp_reg_comp++); in get_temp_register()
Dsfn_valuepool.h241 int next_temp_reg_comp; variable