Lines Matching refs:c23
948 Short4 c23; in readPixel() local
997 c23 = *Pointer<Short4>(buffer); in readPixel()
1000 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1001 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1017 c23 = *Pointer<Short4>(buffer); in readPixel()
1020 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1021 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1422 Short4 c23 = current.y; in writeColor() local
1463 Int c23 = Extract(As<Int2>(current.x), 1); in writeColor() local
1469 *Pointer<Int>(buffer) = (c23 & mask23) | (value & ~mask23); in writeColor()
1490 Int c23 = Extract(As<Int2>(current.x), 1); in writeColor() local
1496 *Pointer<Int>(buffer) = (c23 & mask23) | (value & ~mask23); in writeColor()
1521 *Pointer<Short4>(buffer) = (c23 & mask23) | (value & ~mask23); in writeColor()
1548 *Pointer<Short4>(buffer) = (c23 & mask23) | (value & ~mask23); in writeColor()
1888 Short4 c23; in alphaBlend() local