; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 96
; Schema: 0
               OpCapability Shader
               OpMemoryModel Logical GLSL450
               OpEntryPoint Vertex %vertex_main "vertex_main" %value %vertex_point_size
               OpEntryPoint Fragment %fragment_main "fragment_main"
               OpEntryPoint GLCompute %compute_main "compute_main"
               OpExecutionMode %fragment_main OriginUpperLeft
               OpExecutionMode %compute_main LocalSize 1 1 1
               OpName %value "value"
               OpName %vertex_point_size "vertex_point_size"
               OpName %tint_count_trailing_zeros "tint_count_trailing_zeros"
               OpName %v "v"
               OpName %x "x"
               OpName %countTrailingZeros_1ad138 "countTrailingZeros_1ad138"
               OpName %res "res"
               OpName %vertex_main_inner "vertex_main_inner"
               OpName %vertex_main "vertex_main"
               OpName %fragment_main "fragment_main"
               OpName %compute_main "compute_main"
               OpDecorate %value BuiltIn Position
               OpDecorate %vertex_point_size BuiltIn PointSize
      %float = OpTypeFloat 32
    %v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
          %5 = OpConstantNull %v4float
      %value = OpVariable %_ptr_Output_v4float Output %5
%_ptr_Output_float = OpTypePointer Output %float
          %8 = OpConstantNull %float
%vertex_point_size = OpVariable %_ptr_Output_float Output %8
       %uint = OpTypeInt 32 0
     %v2uint = OpTypeVector %uint 2
          %9 = OpTypeFunction %v2uint %v2uint
%_ptr_Function_v2uint = OpTypePointer Function %v2uint
         %18 = OpConstantNull %v2uint
       %bool = OpTypeBool
     %v2bool = OpTypeVector %bool 2
 %uint_65535 = OpConstant %uint 65535
         %25 = OpConstantComposite %v2uint %uint_65535 %uint_65535
    %uint_16 = OpConstant %uint 16
         %28 = OpConstantComposite %v2uint %uint_16 %uint_16
   %uint_255 = OpConstant %uint 255
         %35 = OpConstantComposite %v2uint %uint_255 %uint_255
     %uint_8 = OpConstant %uint 8
         %38 = OpConstantComposite %v2uint %uint_8 %uint_8
    %uint_15 = OpConstant %uint 15
         %45 = OpConstantComposite %v2uint %uint_15 %uint_15
     %uint_4 = OpConstant %uint 4
         %48 = OpConstantComposite %v2uint %uint_4 %uint_4
     %uint_3 = OpConstant %uint 3
         %55 = OpConstantComposite %v2uint %uint_3 %uint_3
     %uint_2 = OpConstant %uint 2
         %58 = OpConstantComposite %v2uint %uint_2 %uint_2
     %uint_1 = OpConstant %uint 1
         %65 = OpConstantComposite %v2uint %uint_1 %uint_1
       %void = OpTypeVoid
         %76 = OpTypeFunction %void
         %82 = OpTypeFunction %v4float
    %float_1 = OpConstant %float 1
%tint_count_trailing_zeros = OpFunction %v2uint None %9
          %v = OpFunctionParameter %v2uint
         %14 = OpLabel
          %x = OpVariable %_ptr_Function_v2uint Function %18
               OpStore %x %v
         %23 = OpLoad %v2uint %x
         %26 = OpBitwiseAnd %v2uint %23 %25
         %20 = OpINotEqual %v2bool %26 %18
         %19 = OpSelect %v2uint %20 %18 %28
         %29 = OpLoad %v2uint %x
         %30 = OpShiftRightLogical %v2uint %29 %19
               OpStore %x %30
         %33 = OpLoad %v2uint %x
         %36 = OpBitwiseAnd %v2uint %33 %35
         %32 = OpINotEqual %v2bool %36 %18
         %31 = OpSelect %v2uint %32 %18 %38
         %39 = OpLoad %v2uint %x
         %40 = OpShiftRightLogical %v2uint %39 %31
               OpStore %x %40
         %43 = OpLoad %v2uint %x
         %46 = OpBitwiseAnd %v2uint %43 %45
         %42 = OpINotEqual %v2bool %46 %18
         %41 = OpSelect %v2uint %42 %18 %48
         %49 = OpLoad %v2uint %x
         %50 = OpShiftRightLogical %v2uint %49 %41
               OpStore %x %50
         %53 = OpLoad %v2uint %x
         %56 = OpBitwiseAnd %v2uint %53 %55
         %52 = OpINotEqual %v2bool %56 %18
         %51 = OpSelect %v2uint %52 %18 %58
         %59 = OpLoad %v2uint %x
         %60 = OpShiftRightLogical %v2uint %59 %51
               OpStore %x %60
         %63 = OpLoad %v2uint %x
         %66 = OpBitwiseAnd %v2uint %63 %65
         %62 = OpINotEqual %v2bool %66 %18
         %61 = OpSelect %v2uint %62 %18 %65
         %68 = OpLoad %v2uint %x
         %69 = OpIEqual %v2bool %68 %18
         %67 = OpSelect %v2uint %69 %65 %18
         %71 = OpBitwiseOr %v2uint %19 %31
         %72 = OpBitwiseOr %v2uint %71 %41
         %73 = OpBitwiseOr %v2uint %72 %51
         %74 = OpBitwiseOr %v2uint %73 %61
         %75 = OpIAdd %v2uint %74 %67
               OpReturnValue %75
               OpFunctionEnd
%countTrailingZeros_1ad138 = OpFunction %void None %76
         %79 = OpLabel
        %res = OpVariable %_ptr_Function_v2uint Function %18
         %80 = OpFunctionCall %v2uint %tint_count_trailing_zeros %65
               OpStore %res %80
               OpReturn
               OpFunctionEnd
%vertex_main_inner = OpFunction %v4float None %82
         %84 = OpLabel
         %85 = OpFunctionCall %void %countTrailingZeros_1ad138
               OpReturnValue %5
               OpFunctionEnd
%vertex_main = OpFunction %void None %76
         %87 = OpLabel
         %88 = OpFunctionCall %v4float %vertex_main_inner
               OpStore %value %88
               OpStore %vertex_point_size %float_1
               OpReturn
               OpFunctionEnd
%fragment_main = OpFunction %void None %76
         %91 = OpLabel
         %92 = OpFunctionCall %void %countTrailingZeros_1ad138
               OpReturn
               OpFunctionEnd
%compute_main = OpFunction %void None %76
         %94 = OpLabel
         %95 = OpFunctionCall %void %countTrailingZeros_1ad138
               OpReturn
               OpFunctionEnd