Home
last modified time | relevance | path

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

123

/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAddExplicitTypeCasts.cpp70 retType.getRows() != argType.getRows()) in visitAggregatePost()
72 TemplateArg templateArgs[] = {retType.getCols(), retType.getRows()}; in visitAggregatePost()
DTranslatorMetalUtils.cpp188 switch (t->getRows()) in getBuiltInMetalTypeNameString()
201 switch (t->getRows()) in getBuiltInMetalTypeNameString()
214 switch (t->getRows()) in getBuiltInMetalTypeNameString()
DLayout.cpp174 const size_t innerScale = innerScalesUnpacked[type.getRows()]; in MetalLayoutOf()
328 innerDim = static_cast<size_t>(type.getRows()); in CommonGlslLayoutOf()
333 outerDim = static_cast<size_t>(type.getRows()); in CommonGlslLayoutOf()
/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.cpp465 int rows = ctorType.getRows(); in addBuiltInConstructor()
490 if (row < parameter.getRows() && col < parameter.getCols()) in addBuiltInConstructor()
570 if (remainingComponents < static_cast<size_t>(parameter.getRows())) in addBuiltInConstructor()
591 remainingComponents -= parameter.getRows(); in addBuiltInConstructor()
DInfoSink.cpp84 *this << type.getCols() << "X" << type.getRows() << " matrix of "; in operator <<()
DOutputSPIRV.cpp1110 mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createComplexConstant()
1114 auto columnParametersStart = parameters.begin() + columnIndex * type.getRows(); in createComplexConstant()
1116 columnParametersStart + type.getRows()); in createComplexConstant()
1198 type.getRows() == arg0Type.getRows(); in createConstructor()
1346 spirv::IdRefList componentIds(type.getRows(), zeroId); in createConstructorMatrixFromScalar()
1349 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromScalar()
1356 if (columnIndex < type.getRows()) in createConstructorMatrixFromScalar()
1360 if (columnIndex > 0 && columnIndex <= type.getRows()) in createConstructorMatrixFromScalar()
1393 extractComponents(node, type.getCols() * type.getRows(), parameters, &extractedComponents); in createConstructorMatrixFromVectors()
1397 const spirv::IdRef columnTypeId = mBuilder.getBasicTypeId(type.getBasicType(), type.getRows()); in createConstructorMatrixFromVectors()
[all …]
DIntermNode.cpp835 int resultRows = getType().getRows(); in getConstantValue()
867 int argumentRows = argumentTyped->getType().getRows(); in getConstantValue()
869 int resultRows = getType().getRows(); in getConstantValue()
1352 static_cast<unsigned char>(mOperand->getType().getRows()), in promote()
1653 static_cast<unsigned char>(mLeft->getRows()))); in promote()
1740 static_cast<unsigned char>(mRight->getRows()))); in promote()
1745 static_cast<unsigned char>(mLeft->getRows()), 1)); in promote()
1750 static_cast<unsigned char>(mLeft->getRows()))); in promote()
1861 int size = type.getRows(); in FoldIndexing()
2216 const int leftRows = leftType.getRows(); in FoldBinary()
[all …]
DTypes.cpp280 switch (getRows()) in getBuiltInTypeNameString()
293 switch (getRows()) in getBuiltInTypeNameString()
306 switch (getRows()) in getBuiltInTypeNameString()
/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()
/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
/external/perfetto/ui/src/frontend/
Daggregation_panel.ts54 m('table', this.getRows(attrs.data)),
77 getRows(data: AggregateData) { method in AggregationPanel
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h161 unsigned getRows() const { in getRows() function
248 assert((M.getRows() != 0) && "Zero-row matrix badness.");
249 for (unsigned i = 0; i < M.getRows(); ++i)
DReductionRules.h105 YLen = YXECosts->getRows(), in applyR2()
106 ZLen = ZXECosts->getRows(); in applyR2()
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/
DMath.h161 unsigned getRows() const { in getRows() function
248 assert((M.getRows() != 0) && "Zero-row matrix badness.");
249 for (unsigned i = 0; i < M.getRows(); ++i)
DReductionRules.h105 YLen = YXECosts->getRows(), in applyR2()
106 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)
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h86 ArrayRef<Entry> getRows() const { in getRows() function
/external/angle/src/compiler/translator/tree_ops/d3d/
DRecordUniformBlocksWithLargeArrayMember.cpp86 ((matrixPacking != EmpRowMajor && fieldType.getRows() == 4) || in IsSupportedTypeForStructuredBuffer()
98 return (matrixPacking != EmpRowMajor && type.getRows() == 4) || in IsSupportedTypeForStructuredBuffer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h98 ArrayRef<Entry> getRows() const { in getRows() function
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
DDWARFUnitIndex.h151 ArrayRef<Entry> getRows() const { in getRows() function
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestAttributeValues.java429 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in oldTestSingleFile()
457 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in oldTestCoreValidity()
469 for (R3<String, AttributeValueSpec, String> item : errors.getRows()) { in oldTestCoreValidity()

123