Home
last modified time | relevance | path

Searched refs:noise3 (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/LLVM/test/CodeGen/Thumb2/
Dframeless2.ll3 %struct.noise3 = type { [3 x [17 x i32]] }
6 …re %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* nocapture %in, %s…
/external/llvm/test/CodeGen/Thumb2/
Dframeless2.ll3 %struct.noise3 = type { [3 x [17 x i32]] }
6 …re %vi.0.7.val, double %s, i32 %block, i32* nocapture %suppress, %struct.noise3* nocapture %in, %s…
/external/vulkan-validation-layers/libs/glm/detail/
Dfunc_noise.hpp76 GLM_FUNC_DECL detail::tvec3<typename genType::value_type, defaultp> noise3(genType const & x);
Dfunc_noise.inl61 GLM_FUNC_QUALIFIER detail::tvec3<T, defaultp> noise3(T const & x) function
327 GLM_FUNC_QUALIFIER detail::tvec3<T, P> noise3(detail::tvec2<T, P> const & x) function
336 GLM_FUNC_QUALIFIER detail::tvec3<T, P> noise3(detail::tvec3<T, P> const & x) function
345 GLM_FUNC_QUALIFIER detail::tvec3<T, P> noise3(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
140 [noise3] "=&f" (noise3), [noise4] "=&f" (noise4), in WebRtcAec_ComfortNoise_mips()
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp817 B1(noise3);
2714 F(noise3) in create_builtins()