Lines Matching full:paired
414 * A fence between paired jobs won't resolve to a pvr_queue_fence (i.e.
531 /* Have the geometry job wait on the paired fragment job's dependencies as well. */
538 * The paired job fence won't be signaled until both jobs have
547 /* Initialize the paired fragment job's done_fence, so we can signal it. */
571 * This will be called on a paired fragment job after being submitted
572 * to the firmware as part of the paired geometry job's submission.
606 /* The paired job fence should come last, when everything else is ready. */
701 * a valid parent fence assigned, but the paired job dependency won't have
764 /* The only kind of jobs that can be paired are geometry and fragment, and
765 * we bail out early if we see a fragment job that's paired with a geometry job.
766 * Paired jobs must also target the same context and point to the same HWRT.