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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/
H A Dsfn_liverange.h193 class temp_access { class in namespace:r600
195 temp_access();
305 std::vector<temp_access> temp_acc;
H A Dsfn_liverange.cpp285 temp_access::temp_access(): function in class:r600::temp_access
292 void temp_access::update_access_mask(int mask)
299 void temp_access::record_write(int line, prog_scope *scope, int writemask, bool is_array_elm)
316 void temp_access::record_read(int line, prog_scope *scope, int readmask, bool is_array_elm)
340 register_live_range temp_access::get_required_live_range()
755 fill(temp_acc.begin(), temp_acc.end(), temp_access());
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp229 class temp_access { class in namespace:__anone335a9c70110
231 temp_access();
492 temp_access::temp_access(): function in class:__anone335a9c70110::temp_access
498 void temp_access::update_access_mask(int mask)
505 void temp_access::record_write(int line, prog_scope *scope, int writemask)
519 void temp_access::record_read(int line, prog_scope *scope, int readmask)
621 register_live_range temp_access::get_required_live_range()
1025 temp_access *temp_acc;
1033 temp_acc = new temp_access[ntemp
[all...]
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi_temprename.cpp229 class temp_access { class in namespace:__anond2bc787a0110
231 temp_access();
492 temp_access::temp_access(): function in class:__anond2bc787a0110::temp_access
498 void temp_access::update_access_mask(int mask)
505 void temp_access::record_write(int line, prog_scope *scope, int writemask)
519 void temp_access::record_read(int line, prog_scope *scope, int readmask)
621 register_live_range temp_access::get_required_live_range()
1025 temp_access *temp_acc;
1033 temp_acc = new temp_access[ntemp
[all...]

Completed in 7 milliseconds