Home
last modified time | relevance | path

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

/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_noise.hpp67 GLM_FUNC_DECL detail::tvec2<typename genType::value_type, defaultp> noise2(genType const & x);
Dfunc_noise.inl53 GLM_FUNC_QUALIFIER detail::tvec2<T, defaultp> noise2(T const & x) function
303 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec2<T, P> const & x) function
311 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec3<T, P> const & x) function
319 GLM_FUNC_QUALIFIER detail::tvec2<T, P> noise2(detail::tvec4<T, P> const & x) function
/external/webrtc/webrtc/modules/audio_processing/aec/
Daec_core_mips.c90 float noise2, noise3, noise4; in WebRtcAec_ComfortNoise_mips() local
139 [noise] "=&f" (noise), [noise2] "=&f" (noise2), in WebRtcAec_ComfortNoise_mips()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp816 B1(noise2);
2713 F(noise2) in create_builtins()