Lines Matching full:foo*
652 OpName %foo "foo"
653 OpMemberName %foo 0 "g_idx"
666 OpMemberDecorate %foo 0 Offset 0
667 OpDecorate %foo Block
692 %foo = OpTypeStruct %int
693 %_ptr_Uniform_foo = OpTypePointer Uniform %foo
1185 %1 = OpString "foo5.frag"
1521 OpEntryPoint Fragment %foo "foo" %gid %image_var %sampler_var
1522 ;CHECK: OpEntryPoint Fragment {{%\w+}} "foo" {{%\w+}} {{%\w+}} {{%\w+}} %gl_FragCoord
1523 OpExecutionMode %foo OriginUpperLeft
1551 %foo = OpFunction %void None %void_fn
1574 OpEntryPoint Fragment %foo "foo" %gid %image_var %sampler_var
1575 ;CHECK: OpEntryPoint Fragment {{%\w+}} "foo" {{%\w+}} {{%\w+}} {{%\w+}} %gl_FragCoord
1576 OpEntryPoint Fragment %foo "bar" %gid %image_var %sampler_var
1578 OpExecutionMode %foo OriginUpperLeft
1606 %foo = OpFunction %void None %void_fn
5171 // layout(std140, binding = 0) uniform foo { uint tex_index[1]; }
5197 OpName %foo "foo"
5198 OpMemberName %foo 0 "tex_index"
5209 OpMemberDecorate %foo 0 Offset 0
5210 OpDecorate %foo Block
5246 %foo = OpTypeStruct %_arr_uint_uint_1
5247 %_ptr_Uniform_foo = OpTypePointer Uniform %foo