blob: dac010101ab8f04435f2011d7fc08761152434fb [file] [log] [blame]
Ben Claytonfd75bd02021-06-21 20:31:36 +00001; SPIR-V
2; Version: 1.3
3; Generator: Google Tint Compiler; 0
4; Bound: 11
5; Schema: 0
6 OpCapability Shader
7 OpMemoryModel Logical GLSL450
8 OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
9 OpExecutionMode %unused_entry_point LocalSize 1 1 1
10 OpName %unused_entry_point "unused_entry_point"
11 OpName %f "f"
12 OpName %v "v"
13 %void = OpTypeVoid
14 %1 = OpTypeFunction %void
15 %float = OpTypeFloat 32
16 %8 = OpConstantNull %float
17%_ptr_Function_float = OpTypePointer Function %float
18%unused_entry_point = OpFunction %void None %1
19 %4 = OpLabel
20 OpReturn
21 OpFunctionEnd
22 %f = OpFunction %void None %1
23 %6 = OpLabel
24 %v = OpVariable %_ptr_Function_float Function %8
25 OpStore %v %8
26 OpReturn
27 OpFunctionEnd