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

/xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
H A Detnaviv_asm.h116 /* Compose two write_masks (computes wm1.wm2) */
117 static inline uint32_t inst_write_mask_compose(uint32_t wm1, uint32_t wm2) argument
121 if (wm2 & (1 << i)) {
/xsrc/external/mit/xf86-video-xgi/dist/src/
H A Dxgi_videohw.c257 int *wm1, *wm2, *wm3, *wm4, *temp1, *temp2, *temp3, *temp4; local in function:SetDDAReg
289 wm2 = ( wm1 == temp1 ) ? temp3 : temp1;
304 if( *wm2 > *wm3 )
305 (*wm2)++;
331 if( *wm2 > *wm3 )
334 (*wm2)--;
/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_video.c1783 int *temp[4], *wm1, *wm2, *wm3, *wm4; local in function:set_dda_regs
1829 wm2 = temp[tidx ^ 2];
1839 if(*wm2 > *wm3) (*wm2)++;
1859 if(*wm2 > *wm3) (*wm3)--;
1860 else (*wm2)--;

Completed in 8 milliseconds