Searched refs:swiz_seen (Results 1 – 1 of 1) sorted by relevance
207 bool swiz_seen[4] = {false, false, false, false}; in try_replace_with_dot() local208 swiz_seen[x->mask.x] = true; in try_replace_with_dot()209 swiz_seen[y->mask.x] = true; in try_replace_with_dot()210 swiz_seen[z->mask.x] = true; in try_replace_with_dot()211 swiz_seen[w->mask.x] = true; in try_replace_with_dot()213 if (!swiz_seen[0] || !swiz_seen[1] || in try_replace_with_dot()214 !swiz_seen[2] || !swiz_seen[3]) { in try_replace_with_dot()