Lines Matching refs:assignment
429 ir_assignment *const assignment =
432 d->before_instructions->push_tail(assignment);
506 ir_assignment *const assignment =
508 before_instructions->push_tail(assignment);
1257 ir_instruction *assignment = NULL;
1262 assignment = new(ctx) ir_assignment(lhs, rhs);
1268 assignment = new(ctx) ir_assignment(lhs, rhs, 1u << i);
1271 instructions->push_tail(assignment);
1397 ir_instruction *assignment = new(ctx) ir_assignment(lhs, rhs);
1398 instructions->push_tail(assignment);
1514 /* Mask of fields to be written in the assignment. */
1558 /* Mask of fields to be written in the assignment. */
1584 * Generate assignment of a portion of a vector to a portion of a matrix column
1586 * \param src_base First component of the source to be used in assignment
1617 /* Mask of fields to be written in the assignment. */
1822 * so that the LHS and RHS of the assignment have the same size (and
1959 * will be done on the initializer before the assignment is done."