Home | History | Annotate | Download | only in gallivm

Lines Matching refs:unswizzled

1615    LLVMValueRef unswizzled[4];
1689 packed, unswizzled);
1694 unswizzled, texel_out);
1697 texel_out[0] = unswizzled[0];
1698 texel_out[1] = unswizzled[1];
1699 texel_out[2] = unswizzled[2];
1700 texel_out[3] = unswizzled[3];