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

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_storm.c293 int log2w, log2h, pitch, sizeNeeded, offset; local in function:MGASetupForCPUToScreenAlphaTextureFaked
304 log2h = GetPowerOfTwo(height);
329 tex_padh = 1 << log2h;
342 OUTREG(MGAREG_TEXHEIGHT, log2h | (((8 - log2h) & 63) << 9) |
376 int log2w, log2h, i, pitch, sizeNeeded, offset; local in function:MGASetupForCPUToScreenAlphaTexture
388 log2h = GetPowerOfTwo(height);
416 tex_padh = 1 << log2h;
444 OUTREG(MGAREG_TEXHEIGHT, log2h | (((8 - log2h)
476 int log2w, log2h, i, pitch, sizeNeeded, offset; local in function:MGASetupForCPUToScreenTexture
[all...]
H A Dmga_video.c774 int log2w = 0, log2h = 0, i, incx, incy, padw, padh; local in function:MGADisplayVideoTexture
791 log2h = i;
793 log2h++;
799 padh = 1 << log2h;
816 OUTREG(MGAREG_TEXHEIGHT, log2h | (((8 - log2h) & 63) << 9) |
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv30_exa.c258 uint32_t log2h = log2i(pPix->drawable.height); local in function:NV30EXATexture
279 (log2h << NV30_3D_TEX_FORMAT_BASE_SIZE_V__SHIFT),

Completed in 7 milliseconds