| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_liverange.cpp | 299 void temp_access::record_write(int line, prog_scope *scope, int writemask, bool is_array_elm) function in class:r600::temp_access 307 comp[0].record_write(line, scope); 309 comp[1].record_write(line, scope); 311 comp[2].record_write(line, scope); 313 comp[3].record_write(line, scope); 445 void temp_comp_access::record_write(int line, prog_scope *scope) function in class:r600::temp_comp_access 785 temp_acc[g.sel()].record_write(line, cur_scope, 1 << g.chan(), false); 830 void LiverangeEvaluator::record_write(const Value& src, bool is_array_elm) function in class:r600::LiverangeEvaluator 839 temp_acc[v.sel()].record_write(line, cur_scope, 1 << v.chan(), is_array_elm); 843 v.record_write(*thi 858 void LiverangeEvaluator::record_write(const GPRVector& dst) function in class:r600::LiverangeEvaluator [all...] |
| H A D | sfn_liverange.h | 127 void record_write(int line, prog_scope *scope); 197 void record_write(int line, prog_scope *scope, int writemask, bool is_array_elm); 283 void record_write(const Value& dst, bool is_array_elm = false); 286 void record_write(const GPRVector& dst);
|
| H A D | sfn_value_gpr.cpp | 251 void GPRArrayValue::record_write(LiverangeEvaluator& ev) const function in class:r600::GPRArrayValue 257 m_array->record_write(ev, chan); 259 ev.record_write(*m_value); 363 void GPRArray::record_write(LiverangeEvaluator& ev, int chan) const function in class:r600::GPRArray 366 ev.record_write(*v.reg_i(chan), true);
|
| H A D | sfn_instruction_base.cpp | 166 eval.record_write(**s); 169 eval.record_write(*s);
|
| H A D | sfn_value_gpr.h | 137 void record_write(LiverangeEvaluator& ev, int chan)const; 161 void record_write(LiverangeEvaluator& ev) const;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 157 void record_write(int line, prog_scope *scope); 233 void record_write(int line, prog_scope *scope, int writemask); 505 void temp_access::record_write(int line, prog_scope *scope, int writemask) function in class:__anone335a9c70110::temp_access 510 comp[0].record_write(line, scope); 512 comp[1].record_write(line, scope); 514 comp[2].record_write(line, scope); 516 comp[3].record_write(line, scope); 716 void temp_comp_access::record_write(int line, prog_scope *scope) function in class:__anone335a9c70110::temp_comp_access 1016 void record_write(const st_dst_reg& src, int line, prog_scope *scope, 1066 void access_recorder::record_write(cons function in class:__anone335a9c70110::access_recorder [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_temprename.cpp | 157 void record_write(int line, prog_scope *scope); 233 void record_write(int line, prog_scope *scope, int writemask); 505 void temp_access::record_write(int line, prog_scope *scope, int writemask) function in class:__anond2bc787a0110::temp_access 510 comp[0].record_write(line, scope); 512 comp[1].record_write(line, scope); 514 comp[2].record_write(line, scope); 516 comp[3].record_write(line, scope); 716 void temp_comp_access::record_write(int line, prog_scope *scope) function in class:__anond2bc787a0110::temp_comp_access 1016 void record_write(const st_dst_reg& src, int line, prog_scope *scope, 1066 void access_recorder::record_write(cons function in class:__anond2bc787a0110::access_recorder [all...] |