Searched refs:vckey (Results 1 – 2 of 2) sorted by relevance
560 vector unsigned int vckey; in Blit32to32KeyAltivec() local579 ((unsigned int *)(char*)&vckey)[0] = ckey; in Blit32to32KeyAltivec()580 vckey = vec_splat(vckey, 0); in Blit32to32KeyAltivec()632 vsel = (vector unsigned char)vec_cmpeq(vs, vckey); in Blit32to32KeyAltivec()
961 vector unsigned int vckey; in Blit32to32SurfaceAlphaKeyAltivec() local982 ((unsigned int *)(char*)&vckey)[0] = ckey; in Blit32to32SurfaceAlphaKeyAltivec()983 vckey = vec_splat(vckey, 0); in Blit32to32SurfaceAlphaKeyAltivec()1022 vsel = (vector unsigned char)vec_cmpeq((vector unsigned int)vsel, vckey); in Blit32to32SurfaceAlphaKeyAltivec()