Lines Matching defs:row
2979 const unsigned int n_checks = sizeof(data) / sizeof(data[0]) / 3 /* entries per row */;
9528 const unsigned int row = n_component / n_columns;
9532 << Utils::getComponentAtIndex(row);
9545 const unsigned int row = n_component / n_columns;
9549 << Utils::getComponentAtIndex(row);
9934 const unsigned int row = n_component / n_columns;
9938 << Utils::getComponentAtIndex(row);
12164 glw::GLuint column, glw::GLuint row);
12213 glw::GLuint row);
12353 glw::GLuint column, glw::GLuint row)
12362 const glw::GLint eRow = static_cast<glw::GLint>(row);
12376 /* Skip eliminated row */
12499 glw::GLuint row)
12501 tcu::Matrix<glw::GLdouble, Size - 1, Size - 1> eliminated = eliminate(matrix, column, row);
12507 glw::GLdouble minor_impl<2>(const tcu::Matrix<glw::GLdouble, 2, 2>& matrix, glw::GLuint column, glw::GLuint row)
12509 const glw::GLuint r = (0 == row) ? 1 : 0;
13022 for (glw::GLint row = 0; row < Rows; ++row)
13024 glw::GLint index = column * Rows + row;
13026 data[index] = in(row, column);
13062 for (glw::GLint row = 0; row < Rows; ++row)
13064 glw::GLint index = column * Rows + row;
13066 out(row, column) = data[index];