Searched refs:tmpCol (Results 1 – 2 of 2) sorted by relevance
2137 Short4 tmpCol = Short4(As<Int4>(oC.x)); in writeColor() local2140 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()2144 tmpCol = As<Short4>(PackUnsigned(tmpCol, tmpCol)); in writeColor()2146 packedCol = Extract(As<Int2>(tmpCol), 0); in writeColor()
2375 Short4 tmpCol = Short4(As<Int4>(oC.x)); in writeColor() local2378 tmpCol = As<Short4>(PackSigned(tmpCol, tmpCol)); in writeColor()2382 tmpCol = As<Short4>(PackUnsigned(tmpCol, tmpCol)); in writeColor()2384 packedCol = Extract(As<Int2>(tmpCol), 0); in writeColor()