/external/angle/src/compiler/translator/TranslatorMetalDirect/ |
D | AddExplicitTypeCasts.cpp | 69 if (retType.getCols() != argType.getCols() || in visitAggregatePost() 72 TemplateArg templateArgs[] = {retType.getCols(), retType.getRows()}; in visitAggregatePost()
|
D | Layout.cpp | 175 const size_t outerScale = static_cast<size_t>(type.getCols()); in MetalLayoutOf() 329 outerDim = static_cast<size_t>(type.getCols()); in CommonGlslLayoutOf() 332 innerDim = static_cast<size_t>(type.getCols()); in CommonGlslLayoutOf()
|
D | TranslatorMetalUtils.cpp | 185 switch (t->getCols()) in getBuiltInMetalTypeNameString()
|
/external/angle/src/compiler/translator/ |
D | ShaderStorageBlockFunctionHLSL.cpp | 82 out << " float" << ssboFunction.type.getRows() << "x" << ssboFunction.type.getCols() in OutputSSBOLoadFunctionBody() 86 out << "asfloat(buffer.Load" << ssboFunction.type.getCols() << "(loc + " in OutputSSBOLoadFunctionBody() 95 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOLoadFunctionBody() 167 out << " float" << ssboFunction.type.getRows() << "x" << ssboFunction.type.getCols() in OutputSSBOStoreFunctionBody() 171 out << " buffer.Store" << ssboFunction.type.getCols() << "(loc + " in OutputSSBOStoreFunctionBody() 178 for (int columnIndex = 0; columnIndex < ssboFunction.type.getCols(); columnIndex++) in OutputSSBOStoreFunctionBody()
|
D | StructureHLSL.cpp | 466 int cols = ctorType.getCols(); in addBuiltInConstructor() 490 if (row < parameter.getRows() && col < parameter.getCols()) in addBuiltInConstructor() 566 while (remainingComponents > 0 && column < parameter.getCols()) in addBuiltInConstructor()
|
D | InfoSink.cpp | 84 *this << type.getCols() << "X" << type.getRows() << " matrix of "; in operator <<()
|
D | IntermNode.cpp | 834 int resultCols = getType().getCols(); in getConstantValue() 866 int argumentCols = argumentTyped->getType().getCols(); in getConstantValue() 868 int resultCols = getType().getCols(); in getConstantValue() 1353 static_cast<unsigned char>(mOperand->getType().getCols()))); in promote() 1739 static_cast<unsigned char>(mRight->getCols()), in promote() 1749 static_cast<unsigned char>(mRight->getCols()), in promote() 1758 static_cast<unsigned char>(mRight->getCols()), 1)); in promote() 1860 ASSERT(index < type.getCols()); in FoldIndexing() 2215 const int leftCols = leftType.getCols(); in FoldBinary() 2217 const int rightCols = rightType.getCols(); in FoldBinary() [all …]
|
D | OutputSPIRV.cpp | 1112 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createComplexConstant() 1197 arg0Type.isMatrix() && type.getCols() == arg0Type.getCols() && in createConstructor() 1351 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromScalar() 1393 extractComponents(node, type.getCols() * type.getRows(), parameters, &extractedComponents); in createConstructorMatrixFromVectors() 1400 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromVectors() 1453 if (parameterType.getCols() >= type.getCols() && parameterType.getRows() >= type.getRows()) in createConstructorMatrixFromMatrix() 1467 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromMatrix() 1498 for (int columnIndex = 0; columnIndex < type.getCols(); ++columnIndex) in createConstructorMatrixFromMatrix() 1642 for (int columnIndex = 0; columnIndex < argumentType.getCols() && in extractComponents() 2552 for (int columnIndex = 0; columnIndex < firstOperandType.getCols(); ++columnIndex) in visitOperator() [all …]
|
D | UtilsHLSL.cpp | 907 int cols = type.getCols(); in TypeString()
|
D | Types.h | 179 int getCols() const in getCols() function
|
/external/angle/src/compiler/translator/tree_util/ |
D | ReplaceArrayOfMatrixVarying.cpp | 107 varyingReplaceType->makeArray(type.getCols() * type.getOutermostArraySize()); in ReplaceArrayOfMatrixVarying() 128 for (int col = 0; col < type.getCols(); ++col) in ReplaceArrayOfMatrixVarying() 135 CreateIndexNode(i * type.getCols() + col)); in ReplaceArrayOfMatrixVarying()
|
/external/angle/src/compiler/translator/tree_ops/ |
D | ScalarizeVecAndMatConstructorArgs.cpp | 164 int repeat = std::min(size, originalArg->getCols() * 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() 171 numCases = type.getCols(); in GetIndexFunctionDefinition()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 57 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata() 58 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata() 62 for (unsigned j = 1; j < M.getCols(); ++j) { in MatrixMetadata() 73 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 55 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata() 56 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata() 60 for (unsigned j = 1; j < M.getCols(); ++j) { in MatrixMetadata() 71 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
|
/external/llvm/include/llvm/CodeGen/ |
D | RegAllocPBQP.h | 47 UnsafeCols(new bool[M.getCols() - 1]()) { in MatrixMetadata() 49 unsigned* ColCounts = new unsigned[M.getCols() - 1](); in MatrixMetadata() 53 for (unsigned j = 1; j < M.getCols(); ++j) { in MatrixMetadata() 64 *std::max_element(ColCounts, ColCounts + M.getCols() - 1); in MatrixMetadata()
|
/external/angle/src/compiler/translator/tree_ops/d3d/ |
D | RecordUniformBlocksWithLargeArrayMember.cpp | 87 (matrixPacking == EmpRowMajor && fieldType.getCols() == 4))))) in IsSupportedTypeForStructuredBuffer() 99 (matrixPacking == EmpRowMajor && type.getCols() == 4); in IsSupportedTypeForStructuredBuffer()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 411 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge() 437 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
|
D | Math.h | 167 unsigned getCols() const { in getCols() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 411 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge() 437 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
|
D | Math.h | 167 unsigned getCols() const { in getCols() function
|
/external/llvm/include/llvm/CodeGen/PBQP/ |
D | Graph.h | 418 getNodeCosts(N2Id).getLength() == Costs.getCols() && in addEdge() 444 getNodeCosts(N2Id).getLength() == Costs->getCols() && in addEdgeBypassingCostAllocator()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 508 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 909 assert(M.getCols() != 0 && "No cols in matrix."); in dump() 911 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 510 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 902 assert(M.getCols() != 0 && "No cols in matrix."); in dump() 904 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocPBQP.cpp | 486 assert(CostMat.getCols() == Allowed2.size() + 1 && "Size mismatch."); in addVirtRegCoalesce() 854 assert(M.getCols() != 0 && "No cols in matrix."); in dump() 856 OS << PrintNodeInfo(N2Id, *this) << ' ' << M.getCols() << " cols:\n"; in dump()
|