Home
last modified time | relevance | path

Searched refs:tmpCol (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DPixelRoutine.cpp2382 Short4 tmpCol = Short4(As<Int4>(oC.x)); in writeColor() local
2385 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()
2389 tmpCol = As<Short4>(PackUnsigned(tmpCol, tmpCol)); in writeColor()
2391 packedCol = Extract(As<Int2>(tmpCol), 0); in writeColor()
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DPixelRoutine.cpp2763 Short4 tmpCol = Short4(As<Int4>(color.x)); in writeColor() local
2766 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()
2770 tmpCol = As<Short4>(PackUnsigned(tmpCol, tmpCol)); in writeColor()
2772 packedCol = Extract(As<Int2>(tmpCol), 0); in writeColor()

Completed in 10 milliseconds