Searched refs:vi2 (Results 1 – 20 of 20) sorted by relevance
16 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 13128 23(image_store(I21;vi2;vf4;): 2 Function None 19
21 Name 42 "vi2"48 Decorate 42(vi2) RelaxedPrecision84 42(vi2): 30(ptr) Variable Function100 Store 42(vi2) 46
5 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
33 Name 34 "compare_ivec2(vi2;vi2;"276 34(compare_ivec2(vi2;vi2;): 8(bool) Function None 31
25 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
24 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
5 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 …]
172 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)
239 0:135 Function Call: outFun(f1;vi2;i1;f1; ( global void)
90 final int vi2 = v[i2[index]]; in next() local95 final int z2 = vi2 ^ (vi2 >>> 11); in next()
743 FIXP_DBL vi2, ui2; in fft_16() local775 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() local1066 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 …]
23 lowp vec4 vi2 = imageLoad(i2, iv2);
678 OSVERSIONINFOEXA vi, vi2; in get_windows_version() local703 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()
8922 vector int vi2 = (vector int)(-2); in test7() local8923 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()
404 vector int vi2 = (vector int){1}; // vi2 will be (1, 0, 0, 0).
1133 .távi241508 2ótávi248264 rtávi253172 tívi262438 ztávi2
22168 vi2ä
22284 vi2ä
22368 vi2ä
META-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties ...