Home | History | Annotate | Download | only in functional

Lines Matching refs:randomVector

74 inline tcu::Vector<T, Size> randomVector (de::Random& rnd, const tcu::Vector<T, Size>& minValue, const tcu::Vector<T, Size>& maxValue)
87 access[offset + ndx] = randomVector<T, Size>(rnd, minValue, maxValue);