|  | ; SPIR-V | 
|  | ; Version: 1.3 | 
|  | ; Generator: Google Tint Compiler; 0 | 
|  | ; Bound: 31 | 
|  | ; Schema: 0 | 
|  | OpCapability Shader | 
|  | OpMemoryModel Logical GLSL450 | 
|  | OpEntryPoint GLCompute %unused_entry_point "unused_entry_point" | 
|  | OpExecutionMode %unused_entry_point LocalSize 1 1 1 | 
|  | OpName %tex "tex" | 
|  | OpName %unused_entry_point "unused_entry_point" | 
|  | OpName %foo "foo" | 
|  | OpName %i "i" | 
|  | OpDecorate %tex Binding 2 | 
|  | OpDecorate %tex DescriptorSet 0 | 
|  | %int = OpTypeInt 32 1 | 
|  | %3 = OpTypeImage %int 2D 0 0 0 2 R32i | 
|  | %_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3 | 
|  | %tex = OpVariable %_ptr_UniformConstant_3 UniformConstant | 
|  | %void = OpTypeVoid | 
|  | %5 = OpTypeFunction %void | 
|  | %11 = OpConstantNull %int | 
|  | %_ptr_Function_int = OpTypePointer Function %int | 
|  | %int_3 = OpConstant %int 3 | 
|  | %bool = OpTypeBool | 
|  | %v2int = OpTypeVector %int 2 | 
|  | %28 = OpConstantNull %v2int | 
|  | %v4int = OpTypeVector %int 4 | 
|  | %30 = OpConstantNull %v4int | 
|  | %unused_entry_point = OpFunction %void None %5 | 
|  | %8 = OpLabel | 
|  | OpReturn | 
|  | OpFunctionEnd | 
|  | %foo = OpFunction %void None %5 | 
|  | %10 = OpLabel | 
|  | %i = OpVariable %_ptr_Function_int Function %11 | 
|  | OpStore %i %11 | 
|  | OpBranch %14 | 
|  | %14 = OpLabel | 
|  | OpLoopMerge %15 %16 None | 
|  | OpBranch %17 | 
|  | %17 = OpLabel | 
|  | %19 = OpLoad %int %i | 
|  | %21 = OpSLessThan %bool %19 %int_3 | 
|  | %18 = OpLogicalNot %bool %21 | 
|  | OpSelectionMerge %23 None | 
|  | OpBranchConditional %18 %24 %23 | 
|  | %24 = OpLabel | 
|  | OpBranch %15 | 
|  | %23 = OpLabel | 
|  | OpBranch %16 | 
|  | %16 = OpLabel | 
|  | %26 = OpLoad %3 %tex | 
|  | OpImageWrite %26 %28 %30 | 
|  | OpBranch %14 | 
|  | %15 = OpLabel | 
|  | OpReturn | 
|  | OpFunctionEnd |