Lines Matching refs:UnpackHigh
1034 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1037 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1041 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1043 pixel.w = UnpackHigh(As<Byte8>(pixel.w), As<Byte8>(pixel.w)); in readPixel()
1054 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1057 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1061 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1063 pixel.w = UnpackHigh(As<Byte8>(pixel.w), As<Byte8>(pixel.w)); in readPixel()
1083 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1086 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1089 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1102 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1105 pixel.x = UnpackHigh(As<Byte8>(pixel.x), As<Byte8>(pixel.y)); in readPixel()
1109 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(pixel.y)); in readPixel()
1143 pixel.z = As<Short4>(UnpackHigh(pixel.z, pixel.y)); in readPixel()
1146 pixel.y = As<Short4>(UnpackHigh(pixel.y, pixel.z)); in readPixel()
1455 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1458 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1472 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1475 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1493 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1496 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1510 current.x = UnpackHigh(As<Byte8>(current.x), As<Byte8>(current.y)); in writeColor()
1513 current.y = As<Short4>(UnpackHigh(current.y, current.x)); in writeColor()
1523 current.z = As<Short4>(UnpackHigh(current.z, current.y)); in writeColor()
2175 oC.z = UnpackHigh(oC.z, oC.y); in writeColor()