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

/xsrc/external/mit/xf86-video-glint/dist/src/
H A Dpm2_video.c822 int format, int bptshift, int alpha)
846 GLINT_WRITE_REG(BufferBase >> bptshift, PMTextureBaseAddress);
847 GLINT_WRITE_REG((bptshift << 19) | pPPriv->BufferPProd, PMTextureMapFormat);
908 PutRGB(PortPrivPtr pPPriv, int BufferBase, int format, int bptshift, int alpha) argument
932 GLINT_WRITE_REG(BufferBase >> bptshift, PMTextureBaseAddress);
933 GLINT_WRITE_REG((bptshift << 19) | pPPriv->BufferPProd, PMTextureMapFormat);
821 PutYUV(PortPrivPtr pPPriv,int BufferBase,int format,int bptshift,int alpha) argument

Completed in 7 milliseconds