Home
last modified time | relevance | path

Searched refs:getRows (Results 1 – 25 of 37) sorted by relevance

12

/external/angle/src/compiler/translator/
DShaderStorageBlockFunctionHLSL.cpp82 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()
DStructureHLSL.cpp406 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()
Dutil.cpp226 switch (type.getRows()) in GLVariableType()
242 switch (type.getRows()) in GLVariableType()
258 switch (type.getRows()) in GLVariableType()
DInfoSink.cpp84 *this << type.getCols() << "X" << type.getRows() << " matrix of "; in operator <<()
DTypes.cpp240 switch (getRows()) in getBuiltInTypeNameString()
253 switch (getRows()) in getBuiltInTypeNameString()
266 switch (getRows()) in getBuiltInTypeNameString()
DIntermNode.cpp766 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/
DScalarizeVecAndMatConstructorArgs.cpp164 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()
DRemoveDynamicIndexing.cpp47 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/
Daggregation_panel.ts40 m('table', this.getRows(attrs.data)),
63 getRows(data: AggregateData) { method in AggregationPanel
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DCompactConstructorErrorsTest.java97 List<Row> rows = table.getRows(); in test4()
111 List<Row> rows = table.getRows(); in test5()
DTable.java31 public List<Row> getRows() { in getRows() method in Table
DManyListsTable.java29 public List<Row> getRows() { in getRows() method in ManyListsTable
DCompactConstructorExampleTest.java158 List<Row> rows = table.getRows(); in test12withList()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h162 unsigned getRows() const { in getRows() function
249 assert((M.getRows() != 0) && "Zero-row matrix badness.");
250 for (unsigned i = 0; i < M.getRows(); ++i)
DReductionRules.h106 YLen = YXECosts->getRows(), in applyR2()
107 ZLen = ZXECosts->getRows(); in applyR2()
/external/llvm/include/llvm/CodeGen/PBQP/
DReductionRules.h104 YLen = YXECosts->getRows(), in applyR2()
105 ZLen = ZXECosts->getRows(); in applyR2()
DMath.h225 unsigned getRows() const { in getRows() function
390 assert((M.getRows() != 0) && "Zero-row matrix badness.");
391 for (unsigned i = 0; i < M.getRows(); ++i)
DGraph.h417 assert(getNodeCosts(N1Id).getLength() == Costs.getRows() && in addEdge()
443 assert(getNodeCosts(N1Id).getLength() == Costs->getRows() && in addEdgeBypassingCostAllocator()
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h86 ArrayRef<Entry> getRows() const { in getRows() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h98 ArrayRef<Entry> getRows() const { in getRows() function
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java424 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/
DRegAllocPBQP.cpp510 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/
DRegAllocPBQP.cpp485 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/
DRegAllocPBQP.h55 : UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata()
59 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()
/external/llvm/include/llvm/CodeGen/
DRegAllocPBQP.h46 UnsafeRows(new bool[M.getRows() - 1]()), in MatrixMetadata()
51 for (unsigned i = 1; i < M.getRows(); ++i) { in MatrixMetadata()

12