Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h401 return __detail::lit_impl(NDotL, NDotH, M); in lit()
405 return __detail::lit_impl(NDotL, NDotH, M); in lit()
H A Dhlsl_intrinsic_helpers.h117 template <typename T> constexpr vector<T, 4> lit_impl(T NDotL, T NDotH, T M) { in lit_impl() function