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

/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_videohw.c651 CARD32 PSY, PSU, PSV; local in function:SetOverlayReg
739 PSV = pOverlay->PSV >> 1; /* in unit of word;; */
747 SetVideoReg(pXGI, Index_VI_Disp_V_Buf_Start_Low, LOBYTE(LOWORD(PSV)));
748 SetVideoReg(pXGI, Index_VI_Disp_V_Buf_Start_Middle, HIBYTE(LOWORD(PSV)));
749 SetVideoReg(pXGI, Index_VI_Disp_V_Buf_Start_High, LOBYTE(HIWORD(PSV)));
751 SetVideoRegMask(pXGI, Index_VI_Disp_V_Buf_EXT_High, HIBYTE(HIWORD(PSV)), 0x03);
H A Dxgi_videohw.h51 CARD32 PSV; member in struct:__anon0d449b570108
H A Dxgi_video.c971 overlay.PSV = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx + sy*srcPitch/2) >> 1);
980 overlay.PSV = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx + sy*srcPitch/2) >> 1);
981 overlay.PSU = overlay.PSV;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis6326_video.c340 CARD32 PSV; member in struct:__anon49751ab20108
1025 CARD32 PSV = pOverlay->PSV; local in function:set_overlay
1031 setvideoreg(pSiS, Index_VI6326_V_Buf_Start_Low, (CARD8)PSV);
1032 setvideoreg(pSiS, Index_VI6326_V_Buf_Start_Middle,(CARD8)(PSV >> 8));
1035 (CARD8)(((PSU >> 16) & 0x0F) | ((PSV >> 12) & 0xF0)) );
1040 (CARD8)(((PSU >> (20-1)) & 0x02) | ((PSV >> (20-2)) & 0x04)) );
1121 overlay.PSV = overlay.PSY + pitch * height;
1122 overlay.PSU = overlay.PSV + ((((width >> 1) + 3) & ~3) * (height >> 1));
1124 overlay.PSV >>
[all...]
H A Dsis_video.c2465 CARD32 PSV = pOverlay->PSV; local in function:set_overlay
2470 PSV = pOverlay->PSV2;
2485 setvideoreg(pSiS, Index_VI_V_Buf_Start_Low, (CARD8)PSV);
2486 setvideoreg(pSiS, Index_VI_V_Buf_Start_Middle,(CARD8)(PSV >> 8));
2487 setvideoreg(pSiS, Index_VI_V_Buf_Start_High, (CARD8)(PSV >> 16));
2494 setvideoregmask(pSiS, Index_VI_V_Buf_Start_Over, ((CARD8)(PSV >> 24) & 0x03), 0xc3);
2496 setvideoreg(pSiS, Index_VI_V_Buf_Start_Over, ((CARD8)(PSV >> 24) & 0x03));
2921 overlay.PSV = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx + sy*srcPitch/2) >> 1);
2924 overlay.PSV
[all...]
H A Dsis_video.h599 CARD32 PSV; member in struct:__anon082230a60108
/xsrc/external/mit/MesaLib/dist/
H A D.pick_status.json9679 "description": "microsoft/compiler: Emit DS PSV validation and entrypoint metadata",
9742 "description": "microsoft/compiler: Add patch constant signature into PSV and as container blob",
9787 "description": "microsoft/compiler: Emit HS PSV validation and entrypoint metadata",
[all...]

Completed in 120 milliseconds