Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Headers/hlsl/
H A Dhlsl_intrinsics.h206 return __detail::dst_impl(Src0, Src1); in dst()
210 return __detail::dst_impl(Src0, Src1); in dst()
214 return __detail::dst_impl(Src0, Src1); in dst()
H A Dhlsl_intrinsic_helpers.h39 constexpr vector<T, 4> dst_impl(vector<T, 4> Src0, vector<T, 4> Src1) { in dst_impl() function