Searched refs:temp_access (Results 1 – 3 of 3) sorted by relevance
/external/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_liverange.h | 193 class temp_access { 195 temp_access(); 305 std::vector<temp_access> temp_acc;
|
D | sfn_liverange.cpp | 285 temp_access::temp_access(): in temp_access() function in r600::temp_access 292 void temp_access::update_access_mask(int mask) in update_access_mask() 299 void temp_access::record_write(int line, prog_scope *scope, int writemask, bool is_array_elm) in record_write() 316 void temp_access::record_read(int line, prog_scope *scope, int readmask, bool is_array_elm) in record_read() 340 register_live_range temp_access::get_required_live_range() in get_required_live_range() 755 fill(temp_acc.begin(), temp_acc.end(), temp_access()); in run()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_glsl_to_tgsi_temprename.cpp | 229 class temp_access { class 231 temp_access(); 492 temp_access::temp_access(): in temp_access() function in __anona9d7d0190111::temp_access 498 void temp_access::update_access_mask(int mask) in update_access_mask() 505 void temp_access::record_write(int line, prog_scope *scope, int writemask) in record_write() 519 void temp_access::record_read(int line, prog_scope *scope, int readmask) in record_read() 621 register_live_range temp_access::get_required_live_range() in get_required_live_range() 1025 temp_access *temp_acc; 1033 temp_acc = new temp_access[ntemps]; in access_recorder()
|