Lines Matching refs:log2h
293 int log2w, log2h, pitch, sizeNeeded, offset;
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;
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;
487 log2h = GetPowerOfTwo(height);
517 tex_padh = 1 << log2h;
530 OUTREG(MGAREG_TEXHEIGHT, log2h | (((8 - log2h) & 63) << 9) |