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()
962 vector unsigned int vckey; in Blit32to32SurfaceAlphaKeyAltivec() local983 ((unsigned int *)(char*)&vckey)[0] = ckey; in Blit32to32SurfaceAlphaKeyAltivec()984 vckey = vec_splat(vckey, 0); in Blit32to32SurfaceAlphaKeyAltivec()1023 vsel = (vector unsigned char)vec_cmpeq((vector unsigned int)vsel, vckey); in Blit32to32SurfaceAlphaKeyAltivec()