; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 86 ; 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_f0779d "firstLeadingBit_f0779d" 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 %9 = OpTypeFunction %uint %uint %_ptr_Function_uint = OpTypePointer Function %uint %16 = OpConstantNull %uint %bool = OpTypeBool %uint_4294901760 = OpConstant %uint 4294901760 %uint_16 = OpConstant %uint 16 %uint_0 = OpConstant %uint 0 %uint_65280 = OpConstant %uint 65280 %uint_8 = OpConstant %uint 8 %uint_240 = OpConstant %uint 240 %uint_4 = OpConstant %uint 4 %uint_12 = OpConstant %uint 12 %uint_2 = OpConstant %uint 2 %uint_1 = OpConstant %uint 1 %uint_4294967295 = OpConstant %uint 4294967295 %void = OpTypeVoid %66 = OpTypeFunction %void %72 = OpTypeFunction %v4float %float_1 = OpConstant %float 1 %tint_first_leading_bit = OpFunction %uint None %9 %v = OpFunctionParameter %uint %13 = OpLabel %x = OpVariable %_ptr_Function_uint Function %16 OpStore %x %v %20 = OpLoad %uint %x %22 = OpBitwiseAnd %uint %20 %uint_4294901760 %18 = OpINotEqual %bool %22 %16 %17 = OpSelect %uint %18 %uint_16 %uint_0 %25 = OpLoad %uint %x %26 = OpShiftRightLogical %uint %25 %17 OpStore %x %26 %29 = OpLoad %uint %x %31 = OpBitwiseAnd %uint %29 %uint_65280 %28 = OpINotEqual %bool %31 %16 %27 = OpSelect %uint %28 %uint_8 %uint_0 %33 = OpLoad %uint %x %34 = OpShiftRightLogical %uint %33 %27 OpStore %x %34 %37 = OpLoad %uint %x %39 = OpBitwiseAnd %uint %37 %uint_240 %36 = OpINotEqual %bool %39 %16 %35 = OpSelect %uint %36 %uint_4 %uint_0 %41 = OpLoad %uint %x %42 = OpShiftRightLogical %uint %41 %35 OpStore %x %42 %45 = OpLoad %uint %x %47 = OpBitwiseAnd %uint %45 %uint_12 %44 = OpINotEqual %bool %47 %16 %43 = OpSelect %uint %44 %uint_2 %uint_0 %49 = OpLoad %uint %x %50 = OpShiftRightLogical %uint %49 %43 OpStore %x %50 %53 = OpLoad %uint %x %54 = OpBitwiseAnd %uint %53 %uint_2 %52 = OpINotEqual %bool %54 %16 %51 = OpSelect %uint %52 %uint_1 %uint_0 %57 = OpLoad %uint %x %58 = OpIEqual %bool %57 %uint_0 %56 = OpSelect %uint %58 %uint_4294967295 %uint_0 %61 = OpBitwiseOr %uint %17 %27 %62 = OpBitwiseOr %uint %61 %35 %63 = OpBitwiseOr %uint %62 %43 %64 = OpBitwiseOr %uint %63 %51 %65 = OpBitwiseOr %uint %64 %56 OpReturnValue %65 OpFunctionEnd %firstLeadingBit_f0779d = OpFunction %void None %66 %69 = OpLabel %res = OpVariable %_ptr_Function_uint Function %16 %70 = OpFunctionCall %uint %tint_first_leading_bit %uint_1 OpStore %res %70 OpReturn OpFunctionEnd %vertex_main_inner = OpFunction %v4float None %72 %74 = OpLabel %75 = OpFunctionCall %void %firstLeadingBit_f0779d OpReturnValue %5 OpFunctionEnd %vertex_main = OpFunction %void None %66 %77 = OpLabel %78 = OpFunctionCall %v4float %vertex_main_inner OpStore %value %78 OpStore %vertex_point_size %float_1 OpReturn OpFunctionEnd %fragment_main = OpFunction %void None %66 %81 = OpLabel %82 = OpFunctionCall %void %firstLeadingBit_f0779d OpReturn OpFunctionEnd %compute_main = OpFunction %void None %66 %84 = OpLabel %85 = OpFunctionCall %void %firstLeadingBit_f0779d OpReturn OpFunctionEnd