Searched refs:PerLane (Results 1 – 1 of 1) sorted by relevance
55 struct PerLane struct70 struct PerLane<T, 1> struct76 using uint_t = PerLane<unsigned int>;77 using uint2 = PerLane<unsigned int, 2>;78 using uint3 = PerLane<unsigned int, 3>;79 using uint4 = PerLane<unsigned int, 4>;81 using int_t = PerLane<int>;82 using int2 = PerLane<int, 2>;83 using int3 = PerLane<int, 3>;84 using int4 = PerLane<int, 4>;[all …]