Searched refs:toColor (Results 1 – 4 of 4) sorted by relevance
247 auto toColor = [needsUnpremul](uint32_t maybePremulColor) { in getColor() local266 return toColor(c); in getColor()275 return toColor(c); in getColor()280 return toColor(c); in getColor()
268 auto toColor = [needsUnpremul](uint32_t maybePremulColor) { in getColor() local295 return toColor(c); in getColor()322 return toColor(c); in getColor()327 return toColor(c); in getColor()
68 static inline deUint32 toColor (Vec4 v) in toColor() function188 writeUnorm8<DstChannels>(tmpAccess, j, i, toColor(sum)); in separableConvolve()207 writeUnorm8<DstChannels>(dst, i, j, toColor(sum)); in separableConvolve()
203 inline tcu::RGBA toColor (tcu::Vec4 rgba) in toColor() function