HomeSort by relevance Sort by last modified time
    Searched refs:valigner (Results 1 - 2 of 2) sorted by null

  /external/qemu/distrib/sdl-1.2.15/src/video/
SDL_blit_N.c 176 vector unsigned char valigner; local
204 valigner = VEC_ALIGNER(src);
212 vsrc = vec_perm(vsrc, voverflow, valigner);
217 vsrc = vec_perm(vsrc, voverflow, valigner);
325 vector unsigned char valigner; local
351 valigner = VEC_ALIGNER(src);
358 vsrc = vec_perm(vsrc, voverflow, valigner);
470 vector unsigned char valigner; local
496 valigner = VEC_ALIGNER(src);
503 vsrc = vec_perm(vsrc, voverflow, valigner);
620 vector unsigned char valigner = VEC_ALIGNER(srcp); local
679 vector unsigned char valigner; local
757 vector unsigned char valigner; local
    [all...]
SDL_blit_A.c 850 vector unsigned char valigner; local
876 valigner = VEC_ALIGNER(src);
888 vsrc = vec_perm(vsrc, voverflow, valigner);
892 voverflow = vec_perm(voverflow, vsrc, valigner);
1008 vector unsigned char valigner = VEC_ALIGNER(srcp); local
1113 vector unsigned char valigner = VEC_ALIGNER(srcp); local
1214 vector unsigned char valigner = VEC_ALIGNER(srcp); local
1309 vector unsigned char valigner = VEC_ALIGNER(srcp); local
1396 vector unsigned char valigner = VEC_ALIGNER(srcp); local
    [all...]

Completed in 24 milliseconds