Home
last modified time | relevance | path

Searched full:foo* (Results 926 - 950 of 28725) sorted by relevance

1...<<31323334353637383940>>...1149

/third_party/glslang/Test/
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...]
H A Dbackport-gregex-Add-G_REGEX_DEFAULT-G_REGEX_MATCH_DEFAULT.patch315 - regex = g_regex_new ("foo(?!bar)", G_REGEX_OPTIMIZE, 0, &error);
316 + regex = g_regex_new ("foo(?!bar)", G_REGEX_OPTIMIZE, G_REGEX_MATCH_DEFAULT, &error);
319 res = g_regex_match (regex, "foobar foobaz", 0, &match);
324 - regex = g_regex_new ("(?!bar)foo", G_REGEX_OPTIMIZE, 0, &error);
325 + regex = g_regex_new ("(?!bar)foo", G_REGEX_OPTIMIZE, G_REGEX_MATCH_DEFAULT, &error);
328 res = g_regex_match (regex, "foobar foobaz", 0, &match);
333 - regex = g_regex_new ("(?<!foo)bar", G_REGEX_OPTIMIZE, 0, &error);
334 + regex = g_regex_new ("(?<!foo)ba
[all...]
H A Dbackport-gregex-Use-pcre2-error-messages-if-we-dont-provide-a-specific-one.patch176 TEST_NEW_FAIL ("a(?<$foo)bar", 0, G_REGEX_ERROR_MISSING_SUBPATTERN_NAME);
181 + TEST_MATCH_SIMPLE("^[[:alnum:]\\-_.]+$", "admin-foo", 0, 0, TRUE);
H A Dbackport-gtestutils-Add-G_TEST_SUBPROCESS_DEFAULT.patch1258 g_test_trap_assert_stderr ("*WARNING*foo*gint*gchararray*");
H A Dbackport-regex-Do-not-mix-PCRE2-Compile-Match-Newline-and-BSR-flags.patch814 * compile options, e.g. "(?i)foo" will make the pcre structure store
H A Dbackport-replace-pcre1-with-pcre2.patch1410 * compile options, e.g. "(?i)foo" will make the pcre structure store
1883 - regex = g_regex_new ("foo(?!bar)", G_REGEX_OPTIMIZE, G_REGEX_MATCH_DEFAULT, &error);
1884 + regex = g_regex_new ("foo(?!bar)", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &error);
1887 res = g_regex_match (regex, "foobar foobaz", 0, &match);
1892 - regex = g_regex_new ("(?!bar)foo", G_REGEX_OPTIMIZE, G_REGEX_MATCH_DEFAULT, &error);
1893 + regex = g_regex_new ("(?!bar)foo", G_REGEX_DEFAULT, G_REGEX_MATCH_DEFAULT, &error);
1896 res = g_regex_match (regex, "foobar foobaz", 0, &match);
1901 - regex = g_regex_new ("(?<!foo)ba
[all...]
/third_party/glslang/StandAlone/
H A DStandAlone.cpp1274 // Writes a depfile similar to gcc -MMD foo.c
1587 // be put in a loop for testing memory footprint and performance.
1797 // if the file is named foo.vert.glsl, then "glsl" is first, in FindLanguage()
/third_party/glslang/Test/baseResults/
H A D420.vert.out63 0:20 Function Definition: foo( ( const int)
305 0:? 'offcheckI' (layout( column_major shared) uniform block{layout( column_major shared offset=16) uniform int foo})
388 0:? 'offcheckI' (layout( column_major shared) uniform block{layout( column_major shared offset=16) uniform int foo})
H A D420.tesc.out75 0:34 Function Definition: foo( ( global void)
H A D420.geom.out17 0:7 Function Definition: foo( ( global void)
35 0:18 Function Definition: foo3( ( global void)
48 0:29 Function Definition: foo4( ( global void)
116 0:52 Function Definition: foo5( ( global float)
H A D410.geom.out27 0:28 Function Definition: foo( ( global void)
50 0:36 Function Definition: foo5( ( global float)
H A D430.vert.out75 0:14 Function Definition: foo( ( global void)
88 0:31 Function Definition: foo3(vf4;vf3;vf2;vf3; ( global void)
94 0:148 Function Definition: fooBarrier( ( global void)
107 0:166 Function Definition: fooq( ( global void)
127 0:176 Function Definition: fooq2( ( global void)

Completed in 32 milliseconds

1...<<31323334353637383940>>...1149