/external/angle/src/compiler/translator/ |
D | ShaderStorageBlockFunctionHLSL.cpp | 82 out << " float" << ssboFunction.type.getRows() << "x" << ssboFunction.type.getCols() in OutputSSBOLoadFunctionBody() 84 for (int rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOLoadFunctionBody() 97 out << "asfloat(buffer.Load" << ssboFunction.type.getRows() << "(loc + " in OutputSSBOLoadFunctionBody() 167 out << " float" << ssboFunction.type.getRows() << "x" << ssboFunction.type.getCols() in OutputSSBOStoreFunctionBody() 169 for (int rowIndex = 0; rowIndex < ssboFunction.type.getRows(); rowIndex++) in OutputSSBOStoreFunctionBody() 180 out << " buffer.Store" << ssboFunction.type.getRows() << "(loc + " in OutputSSBOStoreFunctionBody()
|
D | StructureHLSL.cpp | 406 int rows = ctorType.getRows(); in addBuiltInConstructor() 431 if (row < parameter.getRows() && col < parameter.getCols()) in addBuiltInConstructor() 511 if (remainingComponents < static_cast<size_t>(parameter.getRows())) in addBuiltInConstructor() 532 remainingComponents -= parameter.getRows(); in addBuiltInConstructor()
|
D | util.cpp | 226 switch (type.getRows()) in GLVariableType() 242 switch (type.getRows()) in GLVariableType() 258 switch (type.getRows()) in GLVariableType()
|
D | InfoSink.cpp | 84 *this << type.getCols() << "X" << type.getRows() << " matrix of "; in operator <<()
|
D | Types.cpp | 240 switch (getRows()) in getBuiltInTypeNameString() 253 switch (getRows()) in getBuiltInTypeNameString() 266 switch (getRows()) in getBuiltInTypeNameString()
|
D | IntermNode.cpp | 766 int resultRows = getType().getRows(); in getConstantValue() 798 int argumentRows = argumentTyped->getType().getRows(); in getConstantValue() 800 int resultRows = getType().getRows(); in getConstantValue() 1276 static_cast<unsigned char>(mOperand->getType().getRows()), in promote() 1570 static_cast<unsigned char>(mLeft->getRows()))); in promote() 1657 static_cast<unsigned char>(mRight->getRows()))); in promote() 1662 static_cast<unsigned char>(mLeft->getRows()), 1)); in promote() 1667 static_cast<unsigned char>(mLeft->getRows()))); in promote() 1765 int size = type.getRows(); in FoldIndexing() 2120 const int leftRows = leftType.getRows(); in FoldBinary() [all …]
|
/external/angle/src/compiler/translator/tree_ops/ |
D | ScalarizeVecAndMatConstructorArgs.cpp | 164 int repeat = std::min(size, originalArg->getCols() * originalArg->getRows()); in scalarizeArgs() 173 if (rowIndex >= originalArg->getRows()) in scalarizeArgs() 185 size -= originalArg->getCols() * originalArg->getRows(); in scalarizeArgs()
|
D | RemoveDynamicIndexing.cpp | 47 nameSink << "mat" << type.getCols() << "x" << type.getRows(); in GetIndexFunctionName() 95 fieldType->setPrimarySize(static_cast<unsigned char>(indexedType.getRows())); in GetFieldType()
|
/external/perfetto/ui/src/frontend/ |
D | aggregation_panel.ts | 40 m('table', this.getRows(attrs.data)), 63 getRows(data: AggregateData) { method in AggregationPanel
|
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/ |
D | CompactConstructorErrorsTest.java | 97 List<Row> rows = table.getRows(); in test4() 111 List<Row> rows = table.getRows(); in test5()
|
D | Table.java | 31 public List<Row> getRows() { in getRows() method in Table
|
D | ManyListsTable.java | 29 public List<Row> getRows() { in getRows() method in ManyListsTable
|
D | CompactConstructorExampleTest.java | 158 List<Row> rows = table.getRows(); in test12withList()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Math.h | 162 unsigned getRows() const { in getRows() function 249 assert((M.getRows() != 0) && "Zero-row matrix badness."); 250 for (unsigned i = 0; i < M.getRows(); ++i)
|
D | ReductionRules.h | 106 YLen = YXECosts->getRows(), in applyR2() 107 ZLen = ZXECosts->getRows(); in applyR2()
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | ReductionRules.h | 104 YLen = YXECosts->getRows(), in applyR2() 105 ZLen = ZXECosts->getRows(); in applyR2()
|
D | Math.h | 225 unsigned getRows() const { in getRows() function 390 assert((M.getRows() != 0) && "Zero-row matrix badness."); 391 for (unsigned i = 0; i < M.getRows(); ++i)
|
D | Graph.h | 417 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge() 443 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 86 ArrayRef<Entry> getRows() const { in getRows() function
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 98 ArrayRef<Entry> getRows() const { in getRows() function
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAttributeValues.java | 424 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in oldTestSingleFile() 452 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in oldTestCoreValidity() 464 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in oldTestCoreValidity()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 510 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 902 assert(M.getRows() != 0 && "No rows in matrix."); in dump() 904 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump() 929 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 485 assert(CostMat.getRows() == Allowed1.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 853 assert(M.getRows() != 0 && "No rows in matrix."); in dump() 855 OS << PrintNodeInfo(N1Id, *this) << ' ' << M.getRows() << " rows / "; in dump() 877 for (unsigned i = 0; i < EdgeCosts.getRows(); ++i) { in printDot()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 55 : UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata() 59 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 46 UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata() 51 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()
|