Searched defs:matrixType (Results 1 – 15 of 15) sorted by relevance
90 auto matrixType = modeType.second; in TEST_P() local
344 TType &sh::DropColumns(const TType &matrixType) in DropColumns()390 TType &sh::SetMatrixRowDim(const TType &matrixType, int newDim) in SetMatrixRowDim()
288 int matrixType; in FuzzNiceMatrix() local
291 int matrixType; in FuzzNiceMatrix() local
202 if (auto matrixType = dyn_cast<MatrixType>()) in getNumElements() local738 } else if (auto matrixType = dyn_cast<MatrixType>()) { in getExtensions() local756 } else if (auto matrixType = dyn_cast<MatrixType>()) { in getCapabilities() local
285 MatrixType::MatrixType(TypeClass tc, QualType matrixType, QualType canonType, in MatrixType()303 ConstantMatrixType::ConstantMatrixType(QualType matrixType, unsigned nRows, in ConstantMatrixType()308 ConstantMatrixType::ConstantMatrixType(TypeClass tc, QualType matrixType, in ConstantMatrixType()
804 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; in init() local
1061 const Type& matrixType = c.type(); in writeConstructorCompoundMatrix() local
1489 TypeToken<?> matrixType = in testWildcardCaptured_field_upperBound() local
1456 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; in init() local
1281 if (auto matrixType = type.dyn_cast<spirv::MatrixType>()) { in prepareBasicType() local
1718 DataType matrixType = matNdx == 0 ? m_in0.dataType : m_in1.dataType; in setupShader() local
1730 BaseAttributeType matrixType; in setupDefaultInputs() member
4455 int TGlslangToSpvTraverser::getMatrixStride(const glslang::TType& matrixType, glslang::TLayoutPacki… in getMatrixStride()