• Home
  • Raw
  • Download

Lines Matching refs:c23

1001 		Short4 c23;  in readPixel()  local
1021 c23 = *Pointer<Short4>(buffer); in readPixel()
1024 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1025 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1041 c23 = *Pointer<Short4>(buffer); in readPixel()
1044 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1045 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1080 c23 = *Pointer<Short4>(buffer); in readPixel()
1083 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1084 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1109 c23 = *Pointer<Short4>(buffer); in readPixel()
1112 pixel.z = UnpackLow(As<Byte8>(pixel.z), As<Byte8>(c23)); in readPixel()
1113 pixel.y = UnpackHigh(As<Byte8>(pixel.y), As<Byte8>(c23)); in readPixel()
1557 Short4 c23 = current.y; in writeColor() local
1600 Int c23 = Extract(As<Int2>(current.x), 1); in writeColor() local
1605 c23 &= *Pointer<Int>(constants + OFFSET(Constants,mask565Q[bgraWriteMask & 0x7][0])); in writeColor()
1607 c23 |= masked; in writeColor()
1610 c23 &= *Pointer<Int>(constants + OFFSET(Constants,maskW4Q[0][2]) + xMask * 8); in writeColor()
1612 c23 |= value; in writeColor()
1613 *Pointer<Int>(buffer) = c23; in writeColor()
1682 c23 &= *Pointer<Short4>(constants + OFFSET(Constants,maskB4Q[bgraWriteMask][0])); in writeColor()
1684 c23 |= masked; in writeColor()
1687 c23 &= *Pointer<Short4>(constants + OFFSET(Constants,maskD23Q) + xMask * 8); in writeColor()
1689 c23 |= value; in writeColor()
1690 *Pointer<Short4>(buffer) = c23; in writeColor()
1724 c23 &= *Pointer<Short4>(constants + OFFSET(Constants,maskB4Q[rgbaWriteMask][0])); in writeColor()
1726 c23 |= masked; in writeColor()
1729 c23 &= *Pointer<Short4>(constants + OFFSET(Constants,maskD23Q) + xMask * 8); in writeColor()
1731 c23 |= value; in writeColor()
1732 *Pointer<Short4>(buffer) = c23; in writeColor()
2042 Short4 c23; in alphaBlend() local