Lines Matching refs:uvStride
538 buffer_info->dest_u.dw1.pitch = (pI915Surface->uvStride >> 2); /* in DWords */
540 buffer_info->dest_v.dw1.pitch = (pI915Surface->uvStride >> 2); /* in Dwords */
701 map_state->u_forward.tm2.pitch = (privPast->uvStride >> 2) - 1; /* in DWords - 1 */
703 map_state->u_backward.tm2.pitch = (privFuture->uvStride >> 2) - 1;
705 map_state->v_forward.tm2.pitch = (privPast->uvStride >> 2) - 1; /* in DWords - 1 */
707 map_state->v_backward.tm2.pitch = (privFuture->uvStride >> 2) - 1;
1155 tm->tm2.pitch = (privTarget->uvStride >> 2) - 1; /* in DWords - 1 */
1191 tm->tm2.pitch = (privTarget->uvStride >> 2) - 1; /* in DWords - 1 */
1628 pI915XvMC->uvStride = STRIDE(context->width >> 1);
1697 pI915Surface->uvStride = pI915XvMC->uvStride;