Searched refs:vsel (Results 1 – 2 of 2) sorted by relevance
625 vector unsigned char vsel; in Blit32to32KeyAltivec() local631 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()
1011 vector unsigned char vsel; in Blit32to32SurfaceAlphaKeyAltivec() local1021 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()