Home | History | Annotate | Download | only in randomshaders

Lines Matching refs:ConstValueRangeAccess

33 bool compareValueRangesAllTrue (const ConstValueRangeAccess& a, const ConstValueRangeAccess& b)
143 bool ConstValueRangeAccess::intersects (const ConstValueRangeAccess& other) const
148 bool ConstValueRangeAccess::isSubsetOf (const ConstValueRangeAccess& other) const
153 bool ConstValueRangeAccess::isSupersetOf (const ConstValueRangeAccess& other) const
183 ValueRange::ValueRange (ConstValueRangeAccess other)
196 void ValueRange::computeIntersection (ValueRange& dst, const ConstValueRangeAccess& a, const ConstValueRangeAccess& b)
201 void ValueRange::computeIntersection (ValueRangeAccess dst, const ConstValueRangeAccess& a, const ConstValueRangeAccess& b)