Lines Matching refs:UnpackHigh
1652 uuu2 = As<Short4>(UnpackHigh(uuu2, vvvv)); in computeIndices()
1662 uuu2 = As<Short4>(UnpackHigh(uuu2, vvvv)); in computeIndices()
1675 www2 = As<Short4>(UnpackHigh(www2, Short4(0x0000, 0x0000, 0x0000, 0x0000))); in computeIndices()
1735 c.x = As<Short4>(UnpackHigh(c.x, c.y)); in sampleTexel()
1739 c.y = UnpackHigh(As<Byte8>(c.y), As<Byte8>(c.y)); in sampleTexel()
1741 c.w = UnpackHigh(As<Byte8>(c.w), As<Byte8>(c.w)); in sampleTexel()
1751 c.z = As<Short4>(UnpackHigh(c.z, c.y)); in sampleTexel()
1755 c.y = UnpackHigh(As<Byte8>(c.y), As<Byte8>(c.y)); in sampleTexel()
1757 c.w = UnpackHigh(As<Byte8>(c.w), As<Byte8>(c.w)); in sampleTexel()
1778 c.x = As<Short4>(UnpackHigh(c.x, c.y)); in sampleTexel()
1781 c.y = UnpackHigh(As<Byte8>(c.y), As<Byte8>(c.y)); in sampleTexel()
1792 c.z = As<Short4>(UnpackHigh(c.z, c.y)); in sampleTexel()
1795 c.y = UnpackHigh(As<Byte8>(c.y), As<Byte8>(c.y)); in sampleTexel()
1856 c.y = As<Short4>(UnpackHigh(As<Int2>(c.y), As<Int2>(c.z))); in sampleTexel()