• Home
  • Raw
  • Download

Lines Matching refs:UnpackLow

1675 		uuuu = As<Short4>(UnpackLow(uuuu, vvvv));  in computeIndices()
1787 c.z = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1791 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1793 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1802 c.x = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1805 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1807 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1820 c.x = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1823 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(Short4(0))); in sampleTexel()
1825 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(Short4(0))); in sampleTexel()
1845 c.z = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1848 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1850 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1858 c.x = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1860 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(c.x)); in sampleTexel()
1862 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(c.z)); in sampleTexel()
1873 c.x = As<Short4>(UnpackLow(c.x, c.y)); in sampleTexel()
1875 c.x = UnpackLow(As<Byte8>(c.x), As<Byte8>(Short4(0))); in sampleTexel()
1877 c.z = UnpackLow(As<Byte8>(c.z), As<Byte8>(Short4(0))); in sampleTexel()
1963 c.x = As<Short4>(UnpackLow(c.x, *Pointer<Short4>(buffer[f1] + 4 * index[1]))); in sampleTexel()
1965 c.z = As<Short4>(UnpackLow(c.z, *Pointer<Short4>(buffer[f3] + 4 * index[3]))); in sampleTexel()
1967 c.x = UnpackLow(As<Int2>(c.x), As<Int2>(c.z)); in sampleTexel()