Home | History | Annotate | Download | only in functional

Lines Matching refs:randomVector

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