Searched refs:IsValidLaneCount (Results 1 – 1 of 1) sorted by relevance
291 static_assert(IsValidLaneCount(lane_count), "Invalid lane count"); in Create()296 DCHECK(IsValidLaneCount(lane_count));396 static constexpr bool IsValidLaneCount(int lane_count) { in IsValidLaneCount() function