Searched refs:get_max_reg_id (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp439 int t = i.get_max_reg_id();
461 if (num_temps < last.get_max_reg_id())
462 num_temps = last.get_max_reg_id();
H A Dst_tests_common.h65 int get_max_reg_id() const { return max_temp_id;} function in struct:FakeCodeline
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/
H A Dst_tests_common.cpp439 int t = i.get_max_reg_id();
461 if (num_temps < last.get_max_reg_id())
462 num_temps = last.get_max_reg_id();
H A Dst_tests_common.h65 int get_max_reg_id() const { return max_temp_id;} function in struct:FakeCodeline

Completed in 6 milliseconds