HomeSort by: relevance | last modified time | path
    Searched defs:log2h (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nv30_exa.c 258 uint32_t log2h = log2i(pPix->drawable.height); local
279 (log2h << NV30_3D_TEX_FORMAT_BASE_SIZE_V__SHIFT),
  /xsrc/external/mit/xf86-video-mga/dist/src/
mga_storm.c 293 int log2w, log2h, pitch, sizeNeeded, offset; local
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
388 log2h = GetPowerOfTwo(height);
416 tex_padh = 1 << log2h;
444 OUTREG(MGAREG_TEXHEIGHT, log2h | (((8 - log2h) & 63) << 9)
476 int log2w, log2h, i, pitch, sizeNeeded, offset; local
    [all...]
mga_video.c 774 int log2w = 0, log2h = 0, i, incx, incy, padw, padh; local
791 log2h = i;
793 log2h++;
799 padh = 1 << log2h;
816 OUTREG(MGAREG_TEXHEIGHT, log2h | (((8 - log2h) & 63) << 9) |

Completed in 38 milliseconds