Searched refs:NV31 (Results 1 - 14 of 14) sorted by relevance

/haiku/src/add-ons/accelerants/skeleton/
H A DGetDeviceInfo.c63 case NV31:
64 sprintf(adi->chipset, "NV31");
H A DOverlay.c456 /* NV31 (confirmed GeForceFX 5600) has NV20A scaling limits!
458 if (si->ps.card_type != NV31) break;
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dbes.c547 /* GeForceFX series and up have a downscaling limit of 0.5 (except NV31!) */
548 if ((hiscalv > (2 << 16)) && (si->ps.card_type != NV31))
554 /* NV31 (confirmed GeForceFX 5600) has NV20A scaling limits!
556 if (si->ps.card_type != NV31) break;
639 /* GeForceFX series and up have a downscaling limit of 0.5 (except NV31!) */
640 if ((viscalv > (2 << 16)) && (si->ps.card_type != NV31))
646 /* NV31 (confirmed GeForceFX 5600) has NV20A scaling limits!
648 if (si->ps.card_type != NV31) break;
H A Dgeneral.c602 /* NV31 (confirmed GeForceFX 5600) has NV20A granularity!
604 if (si->ps.card_type != NV31) break;
705 /* NV31 (confirmed GeForceFX 5600) has NV20A granularity!
707 if (si->ps.card_type != NV31) break;
H A Dinfo.c786 if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
808 LOG(8,("INFO: ---NV31/NV36 extension to memory PLL accessed only!\n"));
811 LOG(8,("INFO: ---NV31/NV36 extension to core PLL accessed only!\n"));
814 LOG(8,("INFO: ---NV31/NV36 extension to DAC1 PLL accessed only!\n"));
817 LOG(8,("INFO: ---NV31/NV36 extension to DAC2 PLL accessed only!\n"));
1111 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
1710 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
2808 case NV31:
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_bes.c550 /* GeForceFX series and up have a downscaling limit of 0.5 (except NV31!) */
551 if ((hiscalv > (2 << 16)) && (si->ps.card_type != NV31))
557 /* NV31 (confirmed GeForceFX 5600) has NV20A scaling limits!
559 if (si->ps.card_type != NV31) break;
642 /* GeForceFX series and up have a downscaling limit of 0.5 (except NV31!) */
643 if ((viscalv > (2 << 16)) && (si->ps.card_type != NV31))
649 /* NV31 (confirmed GeForceFX 5600) has NV20A scaling limits!
651 if (si->ps.card_type != NV31) break;
H A Dnv_general.c982 si->ps.card_type = NV31;
985 sprintf(si->adi.chipset, "NV31");
989 si->ps.card_type = NV31;
992 sprintf(si->adi.chipset, "NV31");
996 si->ps.card_type = NV31;
999 sprintf(si->adi.chipset, "NV31");
1004 si->ps.card_type = NV31;
1008 sprintf(si->adi.chipset, "NV31");
1012 si->ps.card_type = NV31;
1016 sprintf(si->adi.chipset, "NV31");
[all...]
H A Dnv_info.c798 if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
820 LOG(8,("INFO: ---NV31/NV36 extension to memory PLL accessed only!\n"));
823 LOG(8,("INFO: ---NV31/NV36 extension to core PLL accessed only!\n"));
826 LOG(8,("INFO: ---NV31/NV36 extension to DAC1 PLL accessed only!\n"));
829 LOG(8,("INFO: ---NV31/NV36 extension to DAC2 PLL accessed only!\n"));
1198 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
1797 // if ((si->ps.card_type == NV31) || (si->ps.card_type == NV36))
3168 if ((si->ps.card_type == NV31) ||
/haiku/headers/private/graphics/skeleton/
H A DDriverInterface.h193 NV31, enumerator in enum:__anon937::__anon940
/haiku/headers/private/graphics/via/
H A DDriverInterface.h125 NV31, enumerator in enum:__anon4
/haiku/headers/private/graphics/nvidia/
H A DDriverInterface.h113 NV31, enumerator in enum:__anon15
/haiku/src/add-ons/accelerants/nvidia/
H A DOverlay.c491 /* NV31 (confirmed GeForceFX 5600) has NV20A scaling limits!
493 if (si->ps.card_type != NV31) break;
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c619 /* NV31 (confirmed GeForceFX 5600) has NV20A granularity!
621 if (si->ps.card_type != NV31) break;
H A Dinfo.c877 case NV31:

Completed in 242 milliseconds