HomeSort by: relevance | last modified time | path
    Searched defs:matrix_cols (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/src/compiler/glsl/
link_varyings.cpp 1108 const unsigned matrix_cols = local
1144 1 : vector_elements * matrix_cols * dmul;
1151 this->matrix_columns = matrix_cols;
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/glsl/
link_varyings.cpp 1056 const unsigned matrix_cols = local
1092 1 : vector_elements * matrix_cols * dmul;
1099 this->matrix_columns = matrix_cols;
  /src/external/gpl3/gcc/dist/gcc/fortran/
simplify.cc 8342 int row, matrix_rows, col, matrix_cols; local
8366 matrix_cols = mpz_get_si (matrix->shape[1]);
8368 for (col = 0; col < matrix_cols; ++col)
8374 row * matrix_cols + col);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
simplify.cc 8252 int row, matrix_rows, col, matrix_cols; local
8276 matrix_cols = mpz_get_si (matrix->shape[1]);
8278 for (col = 0; col < matrix_cols; ++col)
8284 row * matrix_cols + col);

Completed in 34 milliseconds