HomeSort by relevance Sort by last modified time
    Searched refs:getCols (Results 1 - 23 of 23) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
IntermNode.cpp 42 left.getNominalSize() == right.getCols();
44 return left.getCols() == right.getNominalSize();
49 return left.getCols() == right.getRows();
51 return left.getCols() == right.getCols() &&
460 mRight->getCols(), 1));
466 mRight->getCols(), mRight->getRows()));
486 mRight->getCols(), mLeft->getRows()));
541 mRight->getCols(), mLeft->getRows()));
711 const int leftCols = getCols();
    [all...]
StructureHLSL.cpp 302 int cols = ctorType.getCols();
326 if (row < parameter.getRows() && col < parameter.getCols())
398 while (remainingComponents > 0 && column < parameter.getCols())
UtilsHLSL.cpp 107 int cols = type.getCols();
ScalarizeVecAndMatConstructorArgs.cpp 201 int repeat = std::min(size, node->getCols() * node->getRows());
224 size -= node->getCols() * node->getRows();
Types.cpp 150 mangledName += static_cast<char>('0' + getCols());
Types.h 302 int getCols() const
564 int getCols() const
parseConst.cpp 129 mMatrixCols = node->getType().getCols();
util.cpp 53 switch (type.getCols())
IntermNode.h 274 int getCols() const { return mType.getCols(); }
intermOut.cpp 69 stream << getCols() << "X" << getRows() << " matrix of ";
ParseContext.cpp     [all...]
OutputHLSL.cpp 231 int elementSize = type.isMatrix() ? type.getCols() : 1;
    [all...]
  /external/llvm/include/llvm/CodeGen/PBQP/
RegAllocSolver.h 44 UnsafeCols(new bool[M.getCols() - 1]()) {
46 unsigned* ColCounts = new unsigned[M.getCols() - 1]();
50 for (unsigned j = 1; j < M.getCols(); ++j) {
61 *std::max_element(ColCounts, ColCounts + M.getCols() - 1);
Graph.h 373 getNodeCosts(N2Id).getLength() == Costs.getCols() &&
603 << M.getRows() << " " << M.getCols() << "\n";
605 assert(M.getCols() != 0 && "No cols in matrix.");
608 for (unsigned j = 1; j < M.getCols(); ++j) {
Math.h 239 unsigned getCols() const {
  /packages/apps/Terminal/src/com/android/terminal/
Terminal.java 138 public int getCols() {
TerminalView.java 268 mCols = mTerm.getCols();
  /packages/apps/Terminal/jni/
com_android_terminal_Terminal.cpp 131 dimen_t getCols() const;
537 dimen_t Terminal::getCols() const {
614 while ((size_t) pos.col < term->getCols()) {
663 return term->getCols();
  /external/llvm/lib/CodeGen/
RegAllocPBQP.cpp 296 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Matrix width mismatch.");
401 assert(costMat.getCols() == vr2Allowed.size() + 1 && "Size mismatch.");
  /prebuilts/tools/common/m2/repository/xerces/xmlParserAPIs/2.6.2/
xmlParserAPIs-2.6.2.jar 
  /prebuilts/tools/common/m2/repository/xml-apis/xml-apis/1.0.b2/
xml-apis-1.0.b2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 

Completed in 297 milliseconds