Searched refs:sheenColorMax (Results 1 – 3 of 3) sorted by relevance
71 CORE_RELAXEDP float sheenColorMax; member110 const float sheenAttenuation = 1.0 - (ssv.sheenColorMax * ssv.sheenBRDFApprox); in AppendIndirectSheen()306 extAttenuation *= (1.0 - (ssv.sheenColorMax * ssv.sheenBRDFApprox)); in CalculateLight()535 extAttenuation *= (1.0 - (ssv.sheenColorMax * ssv.sheenBRDFApprox)); in CalculateLight()
43 extAttenuation *= (1.0 - (ssv.sheenColorMax * ssv.sheenBRDFApprox)); in CalculateLightInplace()
65 ssv.sheenColorMax = max(ssv.sheenColor.r, max(ssv.sheenColor.g, ssv.sheenColor.b));