Lines Matching refs:assignment
380 ir_assignment *const assignment =
383 d->before_instructions->push_tail(assignment);
457 ir_assignment *const assignment =
459 before_instructions->push_tail(assignment);
1199 ir_instruction *assignment = NULL;
1204 assignment = new(ctx) ir_assignment(lhs, rhs);
1210 assignment = new(ctx) ir_assignment(lhs, rhs, NULL,
1214 instructions->push_tail(assignment);
1340 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs);
1341 instructions->push_tail(assignment);
1457 /* Mask of fields to be written in the assignment. */
1501 /* Mask of fields to be written in the assignment. */
1527 * Generate assignment of a portion of a vector to a portion of a matrix column
1529 * \param src_base First component of the source to be used in assignment
1560 /* Mask of fields to be written in the assignment. */
1765 * so that the LHS and RHS of the assignment have the same size (and
1902 * will be done on the initializer before the assignment is done."