Searched defs:rowNdx (Results 1 - 1 of 1) sorted by relevance

/external/deqp/framework/common/
H A DtcuMatrix.hpp58 void setRow (int rowNdx, const Vector<T, Cols>& vec);
379 void Matrix<T, Rows, Cols>::setRow (int rowNdx, const Vector<T, Cols>& vec) argument
382 (*this)(rowNdx, col) = vec.m_data[col];
392 Vector<T, Cols> Matrix<T, Rows, Cols>::getRow (int rowNdx) const
396 res[col] = (*this)(rowNdx, col);

Completed in 64 milliseconds