Home
last modified time | relevance | path

Searched refs:contains_range_of (Results 1 – 3 of 3) sorted by relevance

/third_party/mesa3d/src/mesa/state_tracker/
Dst_glsl_to_tgsi_temprename.cpp122 bool contains_range_of(const prog_scope& other) const;
389 bool prog_scope::contains_range_of(const prog_scope& other) const in contains_range_of() function in __anon89f7ad430111::prog_scope
589 if (other_scope->contains_range_of(*shared_scope)) { in get_required_live_range()
591 } else while (!shared_scope->contains_range_of(*other_scope)) { in get_required_live_range()
925 if (conditional && !conditional->contains_range_of(*last_read_scope) && in get_required_live_range()
936 if (enclosing_scope_first_write->contains_range_of(*enclosing_scope)) in get_required_live_range()
939 if (last_read_scope->contains_range_of(*enclosing_scope)) in get_required_live_range()
942 while (!enclosing_scope->contains_range_of(*enclosing_scope_first_write) || in get_required_live_range()
943 !enclosing_scope->contains_range_of(*last_read_scope)) { in get_required_live_range()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_liverange.cpp182 bool prog_scope::contains_range_of(const prog_scope& other) const in contains_range_of() function in r600::prog_scope
654 if (conditional && !conditional->contains_range_of(*last_read_scope) && in get_required_live_range()
665 if (enclosing_scope_first_write->contains_range_of(*enclosing_scope)) in get_required_live_range()
668 if (last_read_scope->contains_range_of(*enclosing_scope)) in get_required_live_range()
671 while (!enclosing_scope->contains_range_of(*enclosing_scope_first_write) || in get_required_live_range()
672 !enclosing_scope->contains_range_of(*last_read_scope)) { in get_required_live_range()
Dsfn_liverange.h93 bool contains_range_of(const prog_scope& other) const;