Home
last modified time | relevance | path

Searched refs:vsel (Results 1 – 2 of 2) sorted by relevance

/external/qemu/distrib/sdl-1.2.12/src/video/
DSDL_blit_N.c625 vector unsigned char vsel; in Blit32to32KeyAltivec() local
631 vsel = (vector unsigned char)vec_and(vs, vrgbmask); in Blit32to32KeyAltivec()
632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey); in Blit32to32KeyAltivec()
638 … vd = (vector unsigned int)vec_sel((vector unsigned char)vs, (vector unsigned char)vd, vsel); in Blit32to32KeyAltivec()
DSDL_blit_A.c1011 vector unsigned char vsel; in Blit32to32SurfaceAlphaKeyAltivec() local
1021 vsel = (vector unsigned char)vec_and((vector unsigned int)vs, vrgbmask); in Blit32to32SurfaceAlphaKeyAltivec()
1022 vsel = (vector unsigned char)vec_cmpeq((vector unsigned int)vsel, vckey); in Blit32to32SurfaceAlphaKeyAltivec()
1037 vd = vec_sel(vd, vd_orig, vsel); in Blit32to32SurfaceAlphaKeyAltivec()