Home
last modified time | relevance | path

Searched refs:DiffuseCond (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsic_helpers.h118 bool DiffuseCond = NDotL < 0; in lit_impl() local
119 T Diffuse = select<T>(DiffuseCond, 0, NDotL); in lit_impl()
122 bool SpecularCond = or(DiffuseCond, (NDotH < 0)); in lit_impl()