Lines Matching defs:texPitch
681 CARD32 texWidth, texHeight, texPitch;
725 texPitch = ALIGN_TO(wBytes, 32);
726 height = VIA_AGP_UPL_SIZE / texPitch;
728 viaOrder(wBytes, &texPitch);
729 if (texPitch < 3)
730 texPitch = 3;
731 height = VIA_AGP_UPL_SIZE >> texPitch;
732 texPitch = 1 << texPitch;
741 bufOffs = texPitch * height;
747 if (!v3d->setTexture(v3d, 0, (unsigned long) texAddr, texPitch,
771 dst += texPitch;