/third_party/glslang/Test/ |
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...] |
H A D | backport-gregex-Add-G_REGEX_DEFAULT-G_REGEX_MATCH_DEFAULT.patch | 315 - 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 D | backport-gregex-Use-pcre2-error-messages-if-we-dont-provide-a-specific-one.patch | 176 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 D | backport-gtestutils-Add-G_TEST_SUBPROCESS_DEFAULT.patch | 1258 g_test_trap_assert_stderr ("*WARNING*foo*gint*gchararray*");
|
H A D | backport-regex-Do-not-mix-PCRE2-Compile-Match-Newline-and-BSR-flags.patch | 814 * compile options, e.g. "(?i)foo" will make the pcre structure store
|
H A D | backport-replace-pcre1-with-pcre2.patch | 1410 * 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 D | StandAlone.cpp | 1274 // 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 D | 420.vert.out | 63 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 D | 420.tesc.out | 75 0:34 Function Definition: foo( ( global void)
|
H A D | 420.geom.out | 17 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 D | 410.geom.out | 27 0:28 Function Definition: foo( ( global void) 50 0:36 Function Definition: foo5( ( global float)
|
H A D | 430.vert.out | 75 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)
|