Searched refs:wm1 (Results 1 - 3 of 3) sorted by relevance
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| H A D | etnaviv_asm.h | 116 /* Compose two write_masks (computes wm1.wm2) */ 117 static inline uint32_t inst_write_mask_compose(uint32_t wm1, uint32_t wm2) argument 122 if (wm1 & (1 << j))
|
| /xsrc/external/mit/xf86-video-xgi/dist/src/ |
| H A D | xgi_videohw.c | 257 int *wm1, *wm2, *wm3, *wm4, *temp1, *temp2, *temp3, *temp4; local in function:SetDDAReg 287 wm1 = ( *temp1 > *temp3) ? temp1 : temp3; 289 wm2 = ( wm1 == temp1 ) ? temp3 : temp1; 302 (*wm1)++; 311 (*wm1)++; 316 (*wm1)++; 324 (*wm1)--; 329 (*wm1)--;
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_video.c | 1783 int *temp[4], *wm1, *wm2, *wm3, *wm4; local in function:set_dda_regs 1828 wm1 = temp[tidx]; 1837 (*wm1)++; 1843 (*wm1)++; 1847 (*wm1)++; 1853 (*wm1)--; 1857 (*wm1)--;
|
Completed in 8 milliseconds