Searched defs:AllTrue (Results 1 – 2 of 2) sorted by relevance
31 using AllTrue = std::is_same<BoolPack<Bs..., true>, BoolPack<true, Bs...>>; variable
4455 RValue<Bool> AllTrue(const RValue<Int4> &bools) in AllTrue() function