Home | History | Annotate | Download | only in glsl

Lines Matching refs:column

854  * Generate assignment of a portion of a vector to a portion of a matrix column
857 * \param column Column of destination to be assiged
858 * \param row_base First component of the destination column to be assigned
866 assign_to_matrix_column(ir_variable *var, unsigned column, unsigned row_base,
870 ir_constant *col_idx = new(mem_ctx) ir_constant(column);
877 * that are to be assigned to the column of the matrix.
957 /* Assign the temporary vector to each column of the destination matrix
960 * get assigned into the column at all (i.e., when the matrix has more
999 * (column i, row j) in the result that has a corresponding
1000 * component (column i, row j) in the argument will be initialized
1014 /* If the source matrix has fewer rows, every column of the destination
1077 * other matrix, wrap the column access of the larger with a swizzle
1408 * need to break them up into a series of column vectors.