Home
last modified time | relevance | path

Searched refs:vi2 (Results 1 – 19 of 19) sorted by relevance

/external/deqp-deps/glslang/Test/baseResults/
Dspv.paramMemory.frag.out16 Name 16 "image_load(I21;vi2;"
19 Name 23 "image_store(I21;vi2;vf4;"
98 41: 12(fvec4) FunctionCall 16(image_load(I21;vi2;) 38(image1) 39(param)
102 48: 12(fvec4) FunctionCall 16(image_load(I21;vi2;) 45(image2) 46(param)
109 … 56: 2 FunctionCall 23(image_store(I21;vi2;vf4;) 49(image3) 53(param) 55(param)
115 … 64: 2 FunctionCall 23(image_store(I21;vi2;vf4;) 57(image4) 61(param) 63(param)
119 16(image_load(I21;vi2;): 12(fvec4) Function None 13
128 23(image_store(I21;vi2;vf4;): 2 Function None 19
Dspv.precisionNonESSamp.frag.out21 Name 42 "vi2"
48 Decorate 42(vi2) RelaxedPrecision
84 42(vi2): 30(ptr) Variable Function
100 Store 42(vi2) 46
Dhlsl.intrinsics.evalfns.frag.out5 0:3 Function Definition: @main(f1;vf2;vf3;vf4;vi2; ( temp void)
64 0:3 Function Call: @main(f1;vf2;vf3;vf4;vi2; ( temp void)
84 0:3 Function Definition: @main(f1;vf2;vf3;vf4;vi2; ( temp void)
143 0:3 Function Call: @main(f1;vf2;vf3;vf4;vi2; ( temp void)
169 Name 23 "@main(f1;vf2;vf3;vf4;vi2;"
264 …79: 2 FunctionCall 23(@main(f1;vf2;vf3;vf4;vi2;) 69(param) 71(param) 73(param) 75(param)…
267 23(@main(f1;vf2;vf3;vf4;vi2;): 2 Function None 17
Dspv.bufferhandle12.frag.out33 Name 34 "compare_ivec2(vi2;vi2;"
276 34(compare_ivec2(vi2;vi2;): 8(bool) Function None 31
Dhlsl.intrinsics.negative.comp.out25 0:66 Function Definition: ComputeShaderFunction2(vf2;vf2;vf2;vi2; ( temp 2-component vector of flo…
117 0:66 Function Definition: ComputeShaderFunction2(vf2;vf2;vf2;vi2; ( temp 2-component vector of flo…
203 Name 32 "ComputeShaderFunction2(vf2;vf2;vf2;vi2;"
320 32(ComputeShaderFunction2(vf2;vf2;vf2;vi2;): 23(fvec2) Function None 27
Dhlsl.intrinsics.negative.vert.out24 0:84 Function Definition: VertexShaderFunction2(vf2;vf2;vf2;vi2; ( temp 2-component vector of floa…
180 0:84 Function Definition: VertexShaderFunction2(vf2;vf2;vf2;vi2; ( temp 2-component vector of floa…
330 Name 32 "VertexShaderFunction2(vf2;vf2;vf2;vi2;"
506 32(VertexShaderFunction2(vf2;vf2;vf2;vi2;): 23(fvec2) Function None 27
Dhlsl.rw.vec2.bracket.frag.out5 0:42 Function Definition: Fn1(vi2; ( temp 2-component vector of int)
23 0:46 Function Definition: Fn2(vi2; ( temp void)
502 0:108 Function Call: Fn1(vi2; ( temp 2-component vector of int)
529 0:112 Function Call: Fn2(vi2; ( temp void)
861 0:42 Function Definition: Fn1(vi2; ( temp 2-component vector of int)
879 0:46 Function Definition: Fn2(vi2; ( temp void)
1358 0:108 Function Call: Fn1(vi2; ( temp 2-component vector of int)
1385 0:112 Function Call: Fn2(vi2; ( temp void)
1723 Name 11 "Fn1(vi2;"
1729 Name 29 "Fn2(vi2;"
[all …]
Dhlsl.intrinsics.negative.frag.out172 0:45 Function Definition: PixelShaderFunction2(vf2;vf2;vf2;vi2; ( temp 2-component vector of float)
635 0:45 Function Definition: PixelShaderFunction2(vf2;vf2;vf2;vi2; ( temp 2-component vector of float)
D120.vert.out239 0:135 Function Call: outFun(f1;vi2;i1;f1; ( global void)
/external/apache-commons-math/src/main/java/org/apache/commons/math/random/
DWell512a.java90 final int vi2 = v[i2[index]]; in next() local
95 final int z2 = vi2 ^ (vi2 >>> 11); in next()
/external/aac/libFDK/src/
Dfft.cpp743 FIXP_DBL vi2, ui2; in fft_16() local
775 vi2 = (x[12] SHIFT_A) + (x[28] SHIFT_A); /* Re C + Re D */ in fft_16()
777 x[8] = vr2 + (vi2 SHIFT_B); /* Re A' = ReA + ReB +ReC + ReD */ in fft_16()
779 x[12] = vr2 - (vi2 SHIFT_B); /* Re C' = -(ReC+ReD) + (ReA+ReB) */ in fft_16()
783 vi2 = (vi2 SHIFT_B)-x[28]; /* Re C - Re D */ in fft_16()
790 x[11] = ur2 - vi2; /* Im B'= -Re C + Re D + Im A - Im B */ in fft_16()
796 x[15] = vi2 + ur2; /* Im D'= Re C - Re D + Im A - Im B */ in fft_16()
1013 FIXP_DBL vi2, ui2; in fft_32() local
1066 vi2 = (x[18] + x[50]) SHIFT_A; /* Re C + Re D */ in fft_32()
1080 x[32] = vr3 + (vi2 SHIFT_B); /* Re A' = ReA + ReB +ReC + ReD */ in fft_32()
[all …]
/external/deqp-deps/glslang/Test/
Dspv.precisionNonESSamp.frag23 lowp vec4 vi2 = imageLoad(i2, iv2);
/external/libusb/libusb/os/
Dwindows_winusb.c678 OSVERSIONINFOEXA vi, vi2; in get_windows_version() local
703 memset(&vi2, 0, sizeof(vi2)); in get_windows_version()
704 vi2.dwOSVersionInfoSize = sizeof(vi2); in get_windows_version()
705 vi2.dwMajorVersion = major; in get_windows_version()
706 if (!VerifyVersionInfoA(&vi2, VER_MAJORVERSION, major_equal)) in get_windows_version()
716 memset(&vi2, 0, sizeof(vi2)); in get_windows_version()
717 vi2.dwOSVersionInfoSize = sizeof(vi2); in get_windows_version()
718 vi2.dwMinorVersion = minor; in get_windows_version()
719 if (!VerifyVersionInfoA(&vi2, VER_MINORVERSION, minor_equal)) in get_windows_version()
/external/clang/test/CodeGen/
Dbuiltins-ppc-altivec.c8922 vector int vi2 = (vector int)(-2); in test7() local
8923 res_i = (vi1 == vi2); in test7()
8927 res_i = (vi1 != vi2); in test7()
8931 res_i = (vi1 < vi2); in test7()
8935 res_i = (vi1 > vi2); in test7()
8939 res_i = (vi1 <= vi2); in test7()
8943 res_i = (vi1 >= vi2); in test7()
/external/clang/docs/
DLanguageExtensions.rst404 vector int vi2 = (vector int){1}; // vi2 will be (1, 0, 0, 0).
/external/hyphenation-patterns/hu/
Dhyph-hu.pat.txt1133 .távi2
41508 2ótávi2
48264 rtávi2
53172vi2
62438 ztávi2
/external/hyphenation-patterns/de/
Dhyph-de-1901.pat.txt22368 vi2ä
Dhyph-de-ch-1901.pat.txt22168 vi2ä
Dhyph-de-1996.pat.txt22284 vi2ä