; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 106 ; 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_first_leading_bit "tint_first_leading_bit" OpName %v "v" OpName %x "x" OpName %firstLeadingBit_a622c2 "firstLeadingBit_a622c2" 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 %int = OpTypeInt 32 1 %v2int = OpTypeVector %int 2 %9 = OpTypeFunction %v2int %v2int %uint = OpTypeInt 32 0 %v2uint = OpTypeVector %uint 2 %18 = OpConstantNull %v2int %bool = OpTypeBool %v2bool = OpTypeVector %bool 2 %_ptr_Function_v2uint = OpTypePointer Function %v2uint %27 = OpConstantNull %v2uint %uint_4294901760 = OpConstant %uint 4294901760 %32 = OpConstantComposite %v2uint %uint_4294901760 %uint_4294901760 %uint_16 = OpConstant %uint 16 %35 = OpConstantComposite %v2uint %uint_16 %uint_16 %uint_65280 = OpConstant %uint 65280 %42 = OpConstantComposite %v2uint %uint_65280 %uint_65280 %uint_8 = OpConstant %uint 8 %45 = OpConstantComposite %v2uint %uint_8 %uint_8 %uint_240 = OpConstant %uint 240 %52 = OpConstantComposite %v2uint %uint_240 %uint_240 %uint_4 = OpConstant %uint 4 %55 = OpConstantComposite %v2uint %uint_4 %uint_4 %uint_12 = OpConstant %uint 12 %62 = OpConstantComposite %v2uint %uint_12 %uint_12 %uint_2 = OpConstant %uint 2 %65 = OpConstantComposite %v2uint %uint_2 %uint_2 %uint_1 = OpConstant %uint 1 %73 = OpConstantComposite %v2uint %uint_1 %uint_1 %uint_4294967295 = OpConstant %uint 4294967295 %78 = OpConstantComposite %v2uint %uint_4294967295 %uint_4294967295 %void = OpTypeVoid %85 = OpTypeFunction %void %_ptr_Function_v2int = OpTypePointer Function %v2int %92 = OpTypeFunction %v4float %float_1 = OpConstant %float 1 %tint_first_leading_bit = OpFunction %v2int None %9 %v = OpFunctionParameter %v2int %14 = OpLabel %x = OpVariable %_ptr_Function_v2uint Function %27 %19 = OpSLessThan %v2bool %v %18 %23 = OpNot %v2int %v %22 = OpBitcast %v2uint %23 %24 = OpBitcast %v2uint %v %15 = OpSelect %v2uint %19 %22 %24 OpStore %x %15 %30 = OpLoad %v2uint %x %33 = OpBitwiseAnd %v2uint %30 %32 %29 = OpINotEqual %v2bool %33 %27 %28 = OpSelect %v2uint %29 %35 %27 %36 = OpLoad %v2uint %x %37 = OpShiftRightLogical %v2uint %36 %28 OpStore %x %37 %40 = OpLoad %v2uint %x %43 = OpBitwiseAnd %v2uint %40 %42 %39 = OpINotEqual %v2bool %43 %27 %38 = OpSelect %v2uint %39 %45 %27 %46 = OpLoad %v2uint %x %47 = OpShiftRightLogical %v2uint %46 %38 OpStore %x %47 %50 = OpLoad %v2uint %x %53 = OpBitwiseAnd %v2uint %50 %52 %49 = OpINotEqual %v2bool %53 %27 %48 = OpSelect %v2uint %49 %55 %27 %56 = OpLoad %v2uint %x %57 = OpShiftRightLogical %v2uint %56 %48 OpStore %x %57 %60 = OpLoad %v2uint %x %63 = OpBitwiseAnd %v2uint %60 %62 %59 = OpINotEqual %v2bool %63 %27 %58 = OpSelect %v2uint %59 %65 %27 %66 = OpLoad %v2uint %x %67 = OpShiftRightLogical %v2uint %66 %58 OpStore %x %67 %70 = OpLoad %v2uint %x %71 = OpBitwiseAnd %v2uint %70 %65 %69 = OpINotEqual %v2bool %71 %27 %68 = OpSelect %v2uint %69 %73 %27 %75 = OpLoad %v2uint %x %76 = OpIEqual %v2bool %75 %27 %74 = OpSelect %v2uint %76 %78 %27 %80 = OpBitwiseOr %v2uint %28 %38 %81 = OpBitwiseOr %v2uint %80 %48 %82 = OpBitwiseOr %v2uint %81 %58 %83 = OpBitwiseOr %v2uint %82 %68 %84 = OpBitwiseOr %v2uint %83 %74 %79 = OpBitcast %v2int %84 OpReturnValue %79 OpFunctionEnd %firstLeadingBit_a622c2 = OpFunction %void None %85 %88 = OpLabel %res = OpVariable %_ptr_Function_v2int Function %18 %89 = OpFunctionCall %v2int %tint_first_leading_bit %18 OpStore %res %89 OpReturn OpFunctionEnd %vertex_main_inner = OpFunction %v4float None %92 %94 = OpLabel %95 = OpFunctionCall %void %firstLeadingBit_a622c2 OpReturnValue %5 OpFunctionEnd %vertex_main = OpFunction %void None %85 %97 = OpLabel %98 = OpFunctionCall %v4float %vertex_main_inner OpStore %value %98 OpStore %vertex_point_size %float_1 OpReturn OpFunctionEnd %fragment_main = OpFunction %void None %85 %101 = OpLabel %102 = OpFunctionCall %void %firstLeadingBit_a622c2 OpReturn OpFunctionEnd %compute_main = OpFunction %void None %85 %104 = OpLabel %105 = OpFunctionCall %void %firstLeadingBit_a622c2 OpReturn OpFunctionEnd