Home
last modified time | relevance | path

Searched refs:noise3 (Results 1 – 10 of 10) 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/swiftshader/third_party/llvm-7.0/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/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/deqp-deps/glslang/Test/
Dglspv.frag23 noise3(vec2(3));
Dvulkan.frag103 noise3(vec2(3));
D120.vert146 vec3 f3 = noise3(vec3(1.0));
/external/deqp-deps/glslang/Test/baseResults/
Dglspv.frag.out7 ERROR: 0:23: 'noise3' : no matching overloaded function found
Dvulkan.frag.out55 ERROR: 0:103: 'noise3' : no matching overloaded function found
/external/mesa3d/src/compiler/glsl/
Dbuiltin_functions.cpp898 B1(noise3);
2929 F(noise3) in create_builtins()