HomeSort by: relevance | last modified time | path
    Searched refs:current_temp_reg_index (Results 1 - 2 of 2) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
sfn_valuepool.h 236 int current_temp_reg_index; member in class:r600::ValuePool
sfn_valuepool.cpp 43 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 6 milliseconds