Searched refs:noise2 (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_noise.hpp | 67 GLM_FUNC_DECL detail::tvec2<typename genType::value_type, defaultp> noise2(genType const & x);
|
D | func_noise.inl | 53 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/ |
D | aec_core_mips.c | 90 float noise2, noise3, noise4; in WebRtcAec_ComfortNoise_mips() local 139 [noise] "=&f" (noise), [noise2] "=&f" (noise2), in WebRtcAec_ComfortNoise_mips()
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | 110.glsl | 319 vec2 noise2(float x); 320 vec2 noise2(vec2 x); 321 vec2 noise2(vec3 x); 322 vec2 noise2(vec4 x);
|
D | 120.glsl | 351 vec2 noise2(float x); 352 vec2 noise2(vec2 x); 353 vec2 noise2(vec3 x); 354 vec2 noise2(vec4 x);
|
D | 130.glsl | 891 vec2 noise2(float x); 892 vec2 noise2(vec2 x); 893 vec2 noise2(vec3 x); 894 vec2 noise2(vec4 x);
|
D | 140.glsl | 976 vec2 noise2(float x); 977 vec2 noise2(vec2 x); 978 vec2 noise2(vec3 x); 979 vec2 noise2(vec4 x);
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | noise2.ir | 1 ((function noise2
|