Lines Matching refs:idx0
18266 template <unsigned idx0, unsigned idx1, unsigned idx2, unsigned idx3>18268 static_assert((idx0 >= 0 && idx0 <= 3), "idx0 must be in range 0..3");18273 constexpr unsigned shuffle = idx0 | (idx1 << 2) | (idx2 << 4) | (idx3 << 6);