Home | History | Annotate | Download | only in functional

Lines Matching defs:numCols

1886 				int			numCols		= getDataTypeMatrixNumColumns(matType);
1908 DataType colVecType = getDataTypeFloatVec(numCols);
1928 ShaderInput otherMatIn(inputType == INPUTTYPE_DYNAMIC ? INPUTTYPE_UNIFORM : inputType, getDataTypeMatrix(otherCols, numCols /* rows */), precision);
1944 ShaderInput vec2In((inputType == INPUTTYPE_DYNAMIC) ? (INPUTTYPE_UNIFORM) : (inputType), getDataTypeFloatVec(numCols), precision);
1951 (isOperationUnarySymmetricMatrix(op) && numCols == numRows))
1959 (isOperationAssignmentSymmetricMatrix(op) && numCols == numRows))