HomeSort by relevance Sort by last modified time
    Searched refs:noise4 (Results 1 - 3 of 3) sorted by null

  /external/vulkan-validation-layers/libs/glm/detail/
func_noise.hpp 82 /// @see <a href="http://www.opengl.org/sdk/docs/manglsl/xhtml/noise4.xml">GLSL noise4 man page</a>
85 GLM_FUNC_DECL detail::tvec4<typename genType::value_type, defaultp> noise4(genType const & x);
  /external/webrtc/webrtc/modules/audio_processing/aec/
aec_core_mips.c 90 float noise2, noise3, noise4; local
102 "lwc1 %[noise4], 16(%[noisePow]) \n\t"
106 "sqrt.s %[noise4], %[noise4] \n\t"
124 "mul.s %[tmp8f], %[tmp8f], %[noise4] \n\t"
125 "mul.s %[tmp7f], %[tmp7f], %[noise4] \n\t"
140 [noise3] "=&f" (noise3), [noise4] "=&f" (noise4),
    [all...]
  /external/mesa3d/src/compiler/glsl/
builtin_functions.cpp 818 B1(noise4);
    [all...]

Completed in 473 milliseconds