Home
last modified time | relevance | path

Searched refs:tex_padw (Results 1 – 1 of 1) sorted by relevance

/dports/x11-drivers/xf86-video-mga/xf86-video-mga-2.0.0/src/
H A Dmga_storm.c284 static int tex_padw, tex_padh; variable
328 tex_padw = 1 << log2w; in MGASetupForCPUToScreenAlphaTextureFaked()
332 OUTREG(MGAREG_TMR0, (1 << 20) / tex_padw); /* sx inc */ in MGASetupForCPUToScreenAlphaTextureFaked()
415 tex_padw = 1 << log2w; in MGASetupForCPUToScreenAlphaTexture()
434 OUTREG(MGAREG_TMR0, (1 << 20) / tex_padw); /* sx inc */ in MGASetupForCPUToScreenAlphaTexture()
516 tex_padw = 1 << log2w; in MGASetupForCPUToScreenTexture()
520 OUTREG(MGAREG_TMR0, (1 << 20) / tex_padw); /* sx inc */ in MGASetupForCPUToScreenTexture()
561 OUTREG(MGAREG_TMR6, (srcx << 20) / tex_padw); in MGASubsequentCPUToScreenTexture()