Home
last modified time | relevance | path

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

/hardware/google/gfxstream/third-party/glm/include/glm/gtx/
Dcompatibility.hpp38 …template <typename T> GLM_FUNC_QUALIFIER T lerp(T x, T y, T a){return mix(x, y, a);} … in lerp() function
39 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const… in lerp() function
41 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const… in lerp() function
42 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const… in lerp() function
43 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec2<T, P> lerp(const tvec2<T, P>& x, const… in lerp() function
44 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec3<T, P> lerp(const tvec3<T, P>& x, const… in lerp() function
45 …template <typename T, precision P> GLM_FUNC_QUALIFIER tvec4<T, P> lerp(const tvec4<T, P>& x, const… in lerp() function
Dsimd_quat.hpp209 detail::fquatSIMD lerp(
Ddual_quaternion.hpp143 …GLM_FUNC_DECL tdualquat<T, P> lerp(tdualquat<T, P> const & x, tdualquat<T, P> const & y, T const &…
Ddual_quaternion.inl232 …GLM_FUNC_QUALIFIER tdualquat<T, P> lerp(tdualquat<T, P> const & x, tdualquat<T, P> const & y, T co… function
Dsimd_quat.inl440 GLM_FUNC_QUALIFIER detail::fquatSIMD lerp function
/hardware/google/pixel/power-libperfmgr/aidl/
DGpuCalculationHelpers.cpp33 duration<R, P> lerp(duration<R, P> a, duration<R, P> b, float t) { in lerp() function
47 gpu = lerp(gpu, gpu + unaccounted_portion, (1.0 - cpu_portion)); in sanitize_timings()
/hardware/google/gfxstream/third-party/glm/include/glm/gtc/
Dquaternion.hpp219 GLM_FUNC_DECL tquat<T, P> lerp(tquat<T, P> const & x, tquat<T, P> const & y, T a);
Dquaternion.inl498 GLM_FUNC_QUALIFIER tquat<T, P> lerp(tquat<T, P> const & x, tquat<T, P> const & y, T a) function
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/VK_EXT_opacity_micromap/
Dmicromaps.adoc1137 [eq]#microVertexBasePosition = lerp(basePositions, microVertexBarycentrics)#
1139 [eq]#microVertexDisplacementVector = lerp(displacementVectors,