Lines Matching refs:Pitch
334 gfx2_set_source_stride(pGeode->Pitch);
335 gfx2_set_destination_stride(pGeode->Pitch);
516 gfx2_set_source_stride(pGeode->Pitch);
517 gfx2_set_destination_stride(pGeode->Pitch);
592 int n = (h - 1) * pGeode->Pitch;
649 gfx2_set_source_stride(pGeode->Pitch);
650 gfx2_set_destination_stride(pGeode->Pitch);
721 pGeode->Pitch);
742 pGeode->Pitch);
780 srcpitch = ((pGeode->Pitch + 31) >> 5) << 2;
786 gfx2_set_destination_stride(pGeode->Pitch);
789 unsigned int stride = (srcpitch << 16) | pGeode->Pitch;
888 srcpitch = ((pGeode->Pitch + 31) >> 5) << 2;
965 gfx2_set_source_stride(pGeode->Pitch);
966 gfx2_set_destination_stride(pGeode->Pitch);
1457 pGeode->Pitch, w, h, bpp);
1923 gu2_pitch = pGeode->Pitch;
1925 switch (pGeode->Pitch) {
1941 ACCEL_STRIDE = (pGeode->Pitch << 16) | pGeode->Pitch;