Searched refs:packedCol (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/src/Pipeline/ |
D | PixelRoutine.cpp | 1532 Int2 packedCol = As<Int2>(current.x); in writeColor() local 1542 packedCol = As<Int2>((As<UInt2>(packedCol) & mergedMask) | (As<UInt2>(value) & ~mergedMask)); in writeColor() 1544 *Pointer<UInt>(buffer) = As<UInt>(Extract(packedCol, 0)); in writeColor() 1545 *Pointer<UInt>(buffer + pitch) = As<UInt>(Extract(packedCol, 1)); in writeColor() 2131 UInt xyzw, packedCol; in writeColor() local 2146 packedCol = Extract(As<Int2>(tmpCol), 0); in writeColor() 2148 packedCol = (packedCol & *Pointer<UInt>(constants + OFFSET(Constants, maskB4Q) + 8 * xMask)) | in writeColor() 2151 *Pointer<UShort>(buffer) = UShort(packedCol >> 16); in writeColor() 2153 *Pointer<UShort>(buffer) = UShort(packedCol); in writeColor() 2202 UShort4 packedCol = UShort4(As<Int4>(oC.x)); in writeColor() local [all …]
|
/external/swiftshader/src/Shader/ |
D | PixelRoutine.cpp | 1744 Int2 packedCol = As<Int2>(current.x); in writeColor() local 1754 packedCol = As<Int2>((As<UInt2>(packedCol) & mergedMask) | (As<UInt2>(value) & ~mergedMask)); in writeColor() 1756 *Pointer<UInt>(buffer) = As<UInt>(Extract(packedCol, 0)); in writeColor() 1757 *Pointer<UInt>(buffer + pitch) = As<UInt>(Extract(packedCol, 1)); in writeColor() 2369 UInt xyzw, packedCol; in writeColor() local 2384 packedCol = Extract(As<Int2>(tmpCol), 0); in writeColor() 2386 packedCol = (packedCol & *Pointer<UInt>(constants + OFFSET(Constants, maskB4Q) + 8 * xMask)) | in writeColor() 2389 *Pointer<UShort>(buffer) = UShort(packedCol >> 16); in writeColor() 2391 *Pointer<UShort>(buffer) = UShort(packedCol); in writeColor() 2440 UShort4 packedCol = UShort4(As<Int4>(oC.x)); in writeColor() local [all …]
|