Searched refs:max_temp_id (Results 1 - 4 of 4) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 49 max_temp_id(0), 68 max_temp_id(0), 93 max_temp_id(0), 141 max_temp_id(0), 169 if (s.index > max_temp_id) 170 max_temp_id = s.index; 242 if (max_temp_id < src_idx) 243 max_temp_id = src_idx; 259 if (max_temp_id < idx) 260 max_temp_id [all...] |
| H A D | st_tests_common.h | 47 FakeCodeline(tgsi_opcode _op): op(_op), max_temp_id(0), max_array_id(0) {} 65 int get_max_reg_id() const { return max_temp_id;} 97 int max_temp_id; member in struct:FakeCodeline
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/tests/ |
| H A D | st_tests_common.cpp | 49 max_temp_id(0), 68 max_temp_id(0), 93 max_temp_id(0), 141 max_temp_id(0), 169 if (s.index > max_temp_id) 170 max_temp_id = s.index; 242 if (max_temp_id < src_idx) 243 max_temp_id = src_idx; 259 if (max_temp_id < idx) 260 max_temp_id [all...] |
| H A D | st_tests_common.h | 47 FakeCodeline(tgsi_opcode _op): op(_op), max_temp_id(0), max_array_id(0) {} 65 int get_max_reg_id() const { return max_temp_id;} 97 int max_temp_id; member in struct:FakeCodeline
|
Completed in 7 milliseconds