Lines Matching defs:last
1386 * pointer) for \c last and \c false for \c make_copies on the first
1388 * \c last and \c true for \c make_copies.
1391 * \param last Instruction after which new instructions should be
1398 * The new "last" instruction in the target instruction stream. This pointer
1399 * is suitable for use as the \c last parameter of a later call to this
1403 move_non_declarations(exec_list *instructions, exec_node *last,
1435 last->insert_after(inst);
1436 last = inst;
1442 return last;
1591 /* If SSBO last member is unsized array, we don't replace it by a sized
3483 unsigned first, last;
3487 last = 0;
3489 /* Determine first and last stage. Excluding the compute stage */
3495 last = i;
3506 /* Prevent the removal of inputs to the first and outputs from the last
3515 if (stage == last && stage != MESA_SHADER_FRAGMENT)
3763 unsigned first, last, prev;
3766 last = 0;
3768 /* Determine first and last stage. */
3774 last = i;
3810 * stage and outputs of the last stage included in the program, since there
3815 (gl_shader_stage) last);