Searched refs:noise4 (Results 1 – 8 of 8) sorted by relevance
/external/vulkan-validation-layers/libs/glm/detail/ |
D | func_noise.hpp | 85 GLM_FUNC_DECL detail::tvec4<typename genType::value_type, defaultp> noise4(genType const & x);
|
D | func_noise.inl | 70 GLM_FUNC_QUALIFIER detail::tvec4<T, defaultp> noise4(T const & x) function 354 GLM_FUNC_QUALIFIER detail::tvec4<T, P> noise4(detail::tvec2<T, P> const & x) function 365 GLM_FUNC_QUALIFIER detail::tvec4<T, P> noise4(detail::tvec3<T, P> const & x) function 375 GLM_FUNC_QUALIFIER detail::tvec4<T, P> noise4(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 140 [noise3] "=&f" (noise3), [noise4] "=&f" (noise4), in WebRtcAec_ComfortNoise_mips()
|
/external/mesa3d/src/glsl/builtins/profiles/ |
D | 110.glsl | 329 vec4 noise4(float x); 330 vec4 noise4(vec2 x); 331 vec4 noise4(vec3 x); 332 vec4 noise4(vec4 x);
|
D | 120.glsl | 361 vec4 noise4(float x); 362 vec4 noise4(vec2 x); 363 vec4 noise4(vec3 x); 364 vec4 noise4(vec4 x);
|
D | 130.glsl | 901 vec4 noise4(float x); 902 vec4 noise4(vec2 x); 903 vec4 noise4(vec3 x); 904 vec4 noise4(vec4 x);
|
D | 140.glsl | 986 vec4 noise4(float x); 987 vec4 noise4(vec2 x); 988 vec4 noise4(vec3 x); 989 vec4 noise4(vec4 x);
|
/external/mesa3d/src/glsl/builtins/ir/ |
D | noise4.ir | 1 ((function noise4
|