/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | AddExplicitTypeCasts.cpp | 70 retType.getRows() != argType.getRows()) in visitAggregatePost() 72 TemplateArg templateArgs[] = {retType.getCols(), retType.getRows()}; in visitAggregatePost()
|
D | TranslatorMetalUtils.cpp | 188 switch (t->getRows()) in getBuiltInMetalTypeNameString() 201 switch (t->getRows()) in getBuiltInMetalTypeNameString() 214 switch (t->getRows()) in getBuiltInMetalTypeNameString()
|
D | Layout.cpp | 174 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/ |
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 | 465 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()
|
D | InfoSink.cpp | 84 *this << type.getCols() << "X" << type.getRows() << " matrix of "; in operator <<()
|
D | OutputSPIRV.cpp | 1110 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 …]
|
D | IntermNode.cpp | 835 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 …]
|
D | Types.cpp | 280 switch (getRows()) in getBuiltInTypeNameString() 293 switch (getRows()) in getBuiltInTypeNameString() 306 switch (getRows()) in getBuiltInTypeNameString()
|
/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()
|
/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
|
/external/perfetto/ui/src/frontend/ |
D | aggregation_panel.ts | 54 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/ |
D | Math.h | 161 unsigned getRows() const { in getRows() function 248 assert((M.getRows() != 0) && "Zero-row matrix badness."); 249 for (unsigned i = 0; i < M.getRows(); ++i)
|
D | ReductionRules.h | 105 YLen = YXECosts->getRows(), in applyR2() 106 ZLen = ZXECosts->getRows(); in applyR2()
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | Math.h | 161 unsigned getRows() const { in getRows() function 248 assert((M.getRows() != 0) && "Zero-row matrix badness."); 249 for (unsigned i = 0; i < M.getRows(); ++i)
|
D | ReductionRules.h | 105 YLen = YXECosts->getRows(), in applyR2() 106 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)
|
/external/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 86 ArrayRef<Entry> getRows() const { in getRows() function
|
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | RecordUniformBlocksWithLargeArrayMember.cpp | 86 ((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/ |
D | DWARFUnitIndex.h | 98 ArrayRef<Entry> getRows() const { in getRows() function
|
/external/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
D | DWARFUnitIndex.h | 151 ArrayRef<Entry> getRows() const { in getRows() function
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestAttributeValues.java | 429 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()
|