Home | History | Annotate | Download | only in glsl

Lines Matching defs:assignment

251 	       ir_assignment *assignment
253 post_call_conversions.push_tail(assignment);
664 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs, NULL);
665 instructions->push_tail(assignment);
788 /* Mask of fields to be written in the assignment.
826 /* Mask of fields to be written in the assignment.
854 * Generate assignment of a portion of a vector to a portion of a matrix column
856 * \param src_base First component of the source to be used in assignment
886 /* Mask of fields to be written in the assignment.
1078 * so that the LHS and RHS of the assignment have the same size (and
1144 * set in the destination, emit another assignment. It is possible
1145 * that the assignment could be of a vec4 to the last element of the
1147 * left in the source parameter. Obviously, don't emit an assignment