Home
last modified time | relevance | path

Searched refs:npixmaps (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/exa/
H A Dexa_migration_classic.c612 exaDoMigration_classic(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) in exaDoMigration_classic() argument
627 for (i = 0; i < npixmaps; i++) { in exaDoMigration_classic()
637 for (i = 0; i < npixmaps; i++) { in exaDoMigration_classic()
652 for (i = 0; i < npixmaps; i++) { in exaDoMigration_classic()
655 for (i = 0; i < npixmaps; i++) { in exaDoMigration_classic()
667 for (i = 0; i < npixmaps; i++) { in exaDoMigration_classic()
676 for (i = 0; i < npixmaps; i++) { in exaDoMigration_classic()
694 for (i = 0; i < npixmaps; i++) in exaDoMigration_classic()
699 for (i = 0; i < npixmaps; i++) { in exaDoMigration_classic()
702 for (j = 0; j < npixmaps; j++) in exaDoMigration_classic()
[all …]
H A Dexa_migration_mixed.c79 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) in exaDoMigration_mixed() argument
86 for (i = 0; i < npixmaps; i++) { in exaDoMigration_mixed()
98 for (i = 0; i < npixmaps; i++) { in exaDoMigration_mixed()
H A Dexa_priv.h173 void (*do_migration) (ExaMigrationPtr pixmaps, int npixmaps,
582 exaDoMigration(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
647 exaDoMigration_mixed(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
721 exaDoMigration_classic(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel);
H A Dexa.c1101 exaDoMigration(ExaMigrationPtr pixmaps, int npixmaps, Bool can_accel) in exaDoMigration() argument
1111 (*pExaScr->do_migration) (pixmaps, npixmaps, can_accel); in exaDoMigration()