Searched refs:first_access (Results 1 - 7 of 7) sorted by relevance
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_array_merge.h | 48 array_live_range(unsigned aid, unsigned alength, int first_access, 51 void set_live_range(int first_access, int last_access); 52 void set_begin(int _begin){first_access = _begin;} 64 int begin() const { return first_access;} 85 int first_access; member in class:array_live_range
|
| H A D | st_glsl_to_tgsi_array_merge.cpp | 158 first_access(0), 170 first_access(0), 183 first_access(begin), 283 if (other->begin() < first_access) 284 first_access = other->begin(); 309 << ", (b:" << first_access 318 return (other.last_access < first_access || 319 last_access < other.first_access);
|
| H A D | st_glsl_to_tgsi_temprename.cpp | 256 int first_access; member in class:__anone335a9c70110::array_access 534 first_access(-1), 546 first_access = line; 562 lr.set_live_range(first_access, last_access); 582 if (first_access > shared_scope->begin()) 583 first_access = shared_scope->begin(); 608 lr.set_live_range(first_access, last_access);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/ |
| H A D | st_glsl_to_tgsi_array_merge.h | 48 array_live_range(unsigned aid, unsigned alength, int first_access, 51 void set_live_range(int first_access, int last_access); 52 void set_begin(int _begin){first_access = _begin;} 64 int begin() const { return first_access;} 85 int first_access; member in class:array_live_range
|
| H A D | st_glsl_to_tgsi_array_merge.cpp | 158 first_access(0), 170 first_access(0), 183 first_access(begin), 283 if (other->begin() < first_access) 284 first_access = other->begin(); 309 << ", (b:" << first_access 318 return (other.last_access < first_access || 319 last_access < other.first_access);
|
| H A D | st_glsl_to_tgsi_temprename.cpp | 256 int first_access; member in class:__anond2bc787a0110::array_access 534 first_access(-1), 546 first_access = line; 562 lr.set_live_range(first_access, last_access); 582 if (first_access > shared_scope->begin()) 583 first_access = shared_scope->begin(); 608 lr.set_live_range(first_access, last_access);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_liverange.h | 221 array_live_range(unsigned aid, unsigned alength, int first_access, 224 void set_live_range(int first_access, int last_access); 225 void set_begin(int _begin){first_access = _begin;} 237 int begin() const { return first_access;} 258 int first_access; member in class:r600::array_live_range
|
Completed in 10 milliseconds