Searched refs:AT3D (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xf86-video-apm/dist/src/
H A Dapm_driver.c82 { AT3D, "AT3D" },
202 if (pApm->Chipset >= AT3D)
212 if (pApm->Chipset >= AT3D)
683 if (pApm->Chipset >= AT3D)
710 } else if (pApm->Chipset >= AT3D) {
777 if (pApm->Chipset < AT3D && pScrn->videoRam >= 4096)
850 /* These values come from the Manual for AT24 and AT3D
875 case AT3D:
1078 if (pApm->Chipset >= AT3D) {
[all...]
H A Dapm_accel.c57 * because my poor AT3D needs stipples stored linearly in memory.
163 if (APMPTR(xf86Screens[(pGC)->pScreen->myNum])->Chipset == AT3D) {
423 pApm->Chipset == AT3D) {
431 pXAAinfo->ColorExpandRange = (pApm->Chipset >= AT3D) ? 32*1024 : 30*1024;
441 pXAAinfo->ImageWriteRange = (pApm->Chipset >= AT3D) ? 32*1024 : 30*1024;
510 if (pApm->Chipset == AT3D && pApm->ChipRev >= 4) {
H A Dapm.h203 AT3D = 0x643D enumerator in enum:ApmChipId
H A Dapm_funcs.c350 if (i) A(Sync)(pScrn); /* Only for AT3D */
726 pApm->apmTransparency = (pApm->Chipset >= AT3D) && (bg == -1);
736 if (pApm->Chipset >= AT3D)
1284 * It seems the AT3D needs a padding of scanline to a multiple of

Completed in 8 milliseconds