Lines Matching refs:UnpackLow
1651 uuuu = As<Short4>(UnpackLow(uuuu, vvvv)); in computeIndices()
1661 uuuu = As<Short4>(UnpackLow(uuuu, vvvv)); in computeIndices()
1674 wwww = As<Short4>(UnpackLow(wwww, Short4(0x0000, 0x0000, 0x0000, 0x0000))); in computeIndices()
1727 c.x = UnpackLow(c0, c1); in sampleTexel()
1728 c.y = UnpackLow(c2, c3); in sampleTexel()
1734 c.z = As<Short4>(UnpackLow(c.z, c.y)); in sampleTexel()
1738 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1740 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1750 c.x = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1754 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1756 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1770 c.x = UnpackLow(c0, c1); in sampleTexel()
1771 c.y = UnpackLow(c2, c3); in sampleTexel()
1777 c.z = As<Short4>(UnpackLow(c.z, c.y)); in sampleTexel()
1780 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1782 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1791 c.x = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1794 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1796 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1851 c.x = As<Short4>(UnpackLow(c.x, *Pointer<Short4>(buffer[f1] + 4 * index[1]))); in sampleTexel()
1853 c.z = As<Short4>(UnpackLow(c.z, *Pointer<Short4>(buffer[f3] + 4 * index[3]))); in sampleTexel()
1855 c.x = As<Short4>(UnpackLow(As<Int2>(c.x), As<Int2>(c.z))); in sampleTexel()