Home
last modified time | relevance | path

Searched full:foo* (Results 1301 - 1325 of 29107) sorted by relevance

1...<<51525354555657585960>>...1165

/third_party/glslang/Test/
H A DtokenPaste.vert18 mmtokpastepre(float foo); // should declare "float foo27;"
22 mmtokpastepost(form float foo155); // should declare "uniform float foo155;"
25 #define foo ShouldntExpandToThis
28 float bothpaste(foo, 719); // should declare "float foo719;"
30 secpaste(uniform float, foo semi) // should declare "uniform float barfoo;"
43 #define multiPaste(a, b, c) a##or##b flo##at foo##c
75 void foo()
[all...]
H A Dterminate.vert3 void foo() { terminateInvocation; } // ERROR: identifier undeclared
H A DversionsErrors.frag40 uniform sampler2DRect foo;
H A DversionsErrors.vert40 uniform sampler2DRect foo;
H A DversionsClean.frag37 out highp vec4 foo;
43 foo = vec4(color, 142.0f);
H A DversionsClean.vert38 uniform sampler2DRect foo;
H A DvariableArrayIndex.frag24 uniform lunarStruct1 foo;
25 uniform lunarStruct2 foo2[5];
26 uniform lunarStruct3 foo3;
34 if (foo3.s2_1[1].i > 0)
35 scale = foo2[foo3.s2_1[foo.i].i + 2 + ++iLocal].s1_1.f;
37 scale = foo3.s2_1[0].s1_1.f;
40 // scale += foo2[i].f;
46 gl_FragColor += vec4(constructed[foo
[all...]
H A DvaryingArray.frag8 varying vec4 foo[3];
18 gl_FragColor = foo[1] + gl_TexCoord[0] + gl_TexCoord[4] + texColor;
H A Dvk.relaxed.frag71 vec4 foo() {
84 o = j * foo() + baz(structUniform.samplers);
H A Dvk.relaxed.link1.frag17 vec4 foo();
27 o = foo() + bar();
H A Dvk.relaxed.link2.frag14 vec4 foo() {
H A Dvk.relaxed.errorcheck.vert9 vec4 foo() {
14 io = foo();
H A Dvk.relaxed.errorcheck.frag13 vec4 foo() {
18 o = io + foo();
H A Dvk.relaxed.stagelink.vert18 vec4 foo() {
27 vec4 v = foo();
H A Dvk.relaxed.stagelink.frag19 vec4 foo() {
27 o = io + foo();
H A Dvulkan.comp23 void foo()
H A DvoidFunction.frag9 void foo()
16 void foo2()
25 foo();
27 foo2();
H A Dvulkan.frag63 void foo()
72 subroutine int fooS; // ERROR, not in SPV
73 subroutine int fooSub(); // ERROR, not in SPV
77 void fooTex()
H A Dvulkan.vert29 void foo()
H A Dweb.builtins.frag44 void foo324(void)
H A Dweb.array.frag10 float[4] foo(float a[5])
17 g4 = foo(g5);
23 foo(u);
H A Dweb.texture.frag74 void foo23()
H A Dweb.separate.frag46 void foo()
/third_party/glslang/glslang/MachineIndependent/
H A DIntermediate.cpp2939 // - swizzles (e.g., foo.yx)
/third_party/glib/patch/
H A Dbackport-gregex-use-G_REGEX_OPTIMIZE-flag-to-enable-JIT-compilation.patch313 - regex = g_regex_new ("foo(?!bar)", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &error);
314 + regex = g_regex_new ("foo(?!bar)", G_REGEX_OPTIMIZE, G_REGEX_MATCH_DEFAULT, &error);
317 res = g_regex_match (regex, "foobar foobaz", 0, &match);
322 - regex = g_regex_new ("(?!bar)foo", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &error);
323 + regex = g_regex_new ("(?!bar)foo", G_REGEX_OPTIMIZE, G_REGEX_MATCH_DEFAULT, &error);
326 res = g_regex_match (regex, "foobar foobaz", 0, &match);
331 - regex = g_regex_new ("(?<!foo)bar", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &error);
332 + regex = g_regex_new ("(?<!foo)ba
[all...]

Completed in 16 milliseconds

1...<<51525354555657585960>>...1165