Searched refs:AndAll (Results 1 – 2 of 2) sorted by relevance
108 …dst.move(0, AndAll(predicate.UInt(0) | ~As<SIMD::UInt>(state->activeLaneMask()))); // Considers h… in EmitGroupNonUniform()133 res &= AndAll(CmpEQ(filled.xyzw, filled.yzwx)); in EmitGroupNonUniform()
235 inline rr::RValue<T> AndAll(rr::RValue<T> const &mask);512 inline rr::RValue<T> AndAll(rr::RValue<T> const &mask) in AndAll() function