Searched full:foo* (Results 1301 - 1325 of 29107) sorted by relevance
1...<<51525354555657585960>>...1165
/third_party/glslang/Test/ |
H A D | tokenPaste.vert | 18 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 D | terminate.vert | 3 void foo() { terminateInvocation; } // ERROR: identifier undeclared
|
H A D | versionsErrors.frag | 40 uniform sampler2DRect foo;
|
H A D | versionsErrors.vert | 40 uniform sampler2DRect foo;
|
H A D | versionsClean.frag | 37 out highp vec4 foo;
43 foo = vec4(color, 142.0f);
|
H A D | versionsClean.vert | 38 uniform sampler2DRect foo;
|
H A D | variableArrayIndex.frag | 24 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 D | varyingArray.frag | 8 varying vec4 foo[3];
18 gl_FragColor = foo[1] + gl_TexCoord[0] + gl_TexCoord[4] + texColor;
|
H A D | vk.relaxed.frag | 71 vec4 foo() {
84 o = j * foo() + baz(structUniform.samplers);
|
H A D | vk.relaxed.link1.frag | 17 vec4 foo();
27 o = foo() + bar();
|
H A D | vk.relaxed.link2.frag | 14 vec4 foo() {
|
H A D | vk.relaxed.errorcheck.vert | 9 vec4 foo() {
14 io = foo();
|
H A D | vk.relaxed.errorcheck.frag | 13 vec4 foo() {
18 o = io + foo();
|
H A D | vk.relaxed.stagelink.vert | 18 vec4 foo() {
27 vec4 v = foo();
|
H A D | vk.relaxed.stagelink.frag | 19 vec4 foo() {
27 o = io + foo();
|
H A D | vulkan.comp | 23 void foo()
|
H A D | voidFunction.frag | 9 void foo()
16 void foo2()
25 foo();
27 foo2();
|
H A D | vulkan.frag | 63 void foo()
72 subroutine int fooS; // ERROR, not in SPV
73 subroutine int fooSub(); // ERROR, not in SPV
77 void fooTex()
|
H A D | vulkan.vert | 29 void foo()
|
H A D | web.builtins.frag | 44 void foo324(void)
|
H A D | web.array.frag | 10 float[4] foo(float a[5]) 17 g4 = foo(g5); 23 foo(u);
|
H A D | web.texture.frag | 74 void foo23()
|
H A D | web.separate.frag | 46 void foo()
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | Intermediate.cpp | 2939 // - swizzles (e.g., foo.yx)
|
/third_party/glib/patch/ |
H A D | backport-gregex-use-G_REGEX_OPTIMIZE-flag-to-enable-JIT-compilation.patch | 313 - 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