Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_valuepool.cpp43 current_temp_reg_index(0), in ValuePool()
160 current_temp_reg_index = allocate_temp_register(); in get_temp_register()
163 return std::make_shared<GPRValue>(current_temp_reg_index, next_temp_reg_comp++); in get_temp_register()
Dsfn_valuepool.h240 int current_temp_reg_index; variable