Searched refs:gu2_pitch (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/xf86-video-geode/dist/src/
H A Dgx_regacc.c53 extern unsigned long gu2_pitch;
177 dstoffset = (unsigned long) dsty *gu2_pitch +
205 WRITE_GP32(MGP_STRIDE, gu2_pitch);
H A Dgx_accel.c77 (((ulong)(y) * gu2_pitch + ((ulong)(x) << gu2_xshift)))
133 static unsigned int gu2_pitch; variable in typeref:typename:unsigned int
1923 gu2_pitch = pGeode->Pitch;
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Drndr_gu2.c268 unsigned long gu2_pitch = 1280; variable in typeref:typename:unsigned long
300 gu2_pitch = pitch;
685 offset = (unsigned long)y *gu2_pitch + (((unsigned long)x) << gu2_xshift);
703 WRITE_GP32(MGP_STRIDE, gu2_pitch);
737 unsigned long offset = (unsigned long)y * gu2_pitch +
743 gfx2_set_destination_stride((unsigned short)gu2_pitch);
800 srcoffset = (unsigned long)srcy *gu2_pitch +
802 dstoffset = ((unsigned long)dsty * gu2_pitch +
832 WRITE_GP32(MGP_STRIDE, gu2_pitch | (gu2_pitch << 1
[all...]
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Drndr_gu2.c81 unsigned long gu2_pitch = 1280; variable in typeref:typename:unsigned long
116 gu2_pitch = pitch;
503 offset = (unsigned long) y *gu2_pitch + (((unsigned long) x) << gu2_xshift);
521 WRITE_GP32(MGP_STRIDE, gu2_pitch);
555 unsigned long offset = (unsigned long) y * gu2_pitch +
561 gfx2_set_destination_stride((unsigned short) gu2_pitch);
618 srcoffset = (unsigned long) srcy *gu2_pitch +
620 dstoffset = ((unsigned long) dsty * gu2_pitch +
650 WRITE_GP32(MGP_STRIDE, gu2_pitch | (gu2_pitch << 1
[all...]
/xsrc/external/mit/xf86-video-nsc/dist/src/
H A Dnsc_regacc.c262 dstoffset = (unsigned long)dsty *gu2_pitch +
290 WRITE_GP32(MGP_STRIDE, gu2_pitch);

Completed in 8 milliseconds