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