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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_valuepool.h236 int current_temp_reg_index; member in class:r600::ValuePool
H A Dsfn_valuepool.cpp43 current_temp_reg_index(0),
160 current_temp_reg_index = allocate_temp_register();
163 return std::make_shared<GPRValue>(current_temp_reg_index, next_temp_reg_comp++);

Completed in 4 milliseconds