• Home
  • Raw
  • Download

Lines Matching refs:UnpackHigh

1025 			pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23));  in readPixel()
1028 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1032 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1034 pixel.w = UnpackHigh(As<Byte8>(pixel.w), As<Byte8>(pixel.w)); in readPixel()
1045 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1048 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1052 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1054 pixel.w = UnpackHigh(As<Byte8>(pixel.w), As<Byte8>(pixel.w)); in readPixel()
1084 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1087 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1090 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1113 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1116 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1120 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1154 pixel.z = As<Short4>(UnpackHigh(pixel.z, pixel.y)); in readPixel()
1157 pixel.y = As<Short4>(UnpackHigh(pixel.y, pixel.z)); in readPixel()
1467 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1470 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1484 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1487 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1505 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1508 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1522 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1525 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1546 current.z = As<Short4>(UnpackHigh(current.z, current.y)); in writeColor()
2242 oC.z = UnpackHigh(oC.z, oC.y); in writeColor()