Lines Matching defs:column
1449 * down the matrix into a series of column vectors.
1550 * mat3 would have been broken into a series of column vectors.
1584 * Generate assignment of a portion of a vector to a portion of a matrix column
1587 * \param column Column of destination to be assiged
1588 * \param row_base First component of the destination column to be assigned
1596 assign_to_matrix_column(ir_variable *var, unsigned column, unsigned row_base,
1600 ir_constant *col_idx = new(mem_ctx) ir_constant(column);
1608 * that are to be assigned to the column of the matrix.
1654 * to the matrix in column-major order until the matrix is full.
1691 /* Assign the temporary vector to each column of the destination matrix
1694 * get assigned into the column at all (i.e., when the matrix has more
1735 * (column i, row j) in the result that has a corresponding
1736 * component (column i, row j) in the argument will be initialized
1750 /* If the source matrix has fewer rows, every column of the
1821 * other matrix, wrap the column access of the larger with a swizzle
1889 * column.
2284 * matrix up into a series of column vectors.