; SPIR-V ; Version: 1.3 ; Generator: Google Tint Compiler; 0 ; Bound: 87 ; 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_trailing_bit "tint_first_trailing_bit" OpName %v "v" OpName %x "x" OpName %firstTrailingBit_47d475 "firstTrailingBit_47d475" 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 %17 = OpConstantNull %uint %bool = OpTypeBool %uint_65535 = OpConstant %uint 65535 %uint_0 = OpConstant %uint 0 %uint_16 = OpConstant %uint 16 %uint_255 = OpConstant %uint 255 %uint_8 = OpConstant %uint 8 %uint_15 = OpConstant %uint 15 %uint_4 = OpConstant %uint 4 %uint_3 = OpConstant %uint 3 %uint_2 = OpConstant %uint 2 %uint_1 = OpConstant %uint 1 %uint_4294967295 = OpConstant %uint 4294967295 %void = OpTypeVoid %67 = OpTypeFunction %void %73 = OpTypeFunction %v4float %float_1 = OpConstant %float 1 %tint_first_trailing_bit = OpFunction %uint None %9 %v = OpFunctionParameter %uint %13 = OpLabel %x = OpVariable %_ptr_Function_uint Function %17 OpStore %x %v %21 = OpLoad %uint %x %23 = OpBitwiseAnd %uint %21 %uint_65535 %19 = OpINotEqual %bool %23 %17 %18 = OpSelect %uint %19 %uint_0 %uint_16 %26 = OpLoad %uint %x %27 = OpShiftRightLogical %uint %26 %18 OpStore %x %27 %30 = OpLoad %uint %x %32 = OpBitwiseAnd %uint %30 %uint_255 %29 = OpINotEqual %bool %32 %17 %28 = OpSelect %uint %29 %uint_0 %uint_8 %34 = OpLoad %uint %x %35 = OpShiftRightLogical %uint %34 %28 OpStore %x %35 %38 = OpLoad %uint %x %40 = OpBitwiseAnd %uint %38 %uint_15 %37 = OpINotEqual %bool %40 %17 %36 = OpSelect %uint %37 %uint_0 %uint_4 %42 = OpLoad %uint %x %43 = OpShiftRightLogical %uint %42 %36 OpStore %x %43 %46 = OpLoad %uint %x %48 = OpBitwiseAnd %uint %46 %uint_3 %45 = OpINotEqual %bool %48 %17 %44 = OpSelect %uint %45 %uint_0 %uint_2 %50 = OpLoad %uint %x %51 = OpShiftRightLogical %uint %50 %44 OpStore %x %51 %54 = OpLoad %uint %x %56 = OpBitwiseAnd %uint %54 %uint_1 %53 = OpINotEqual %bool %56 %17 %52 = OpSelect %uint %53 %uint_0 %uint_1 %58 = OpLoad %uint %x %59 = OpIEqual %bool %58 %uint_0 %57 = OpSelect %uint %59 %uint_4294967295 %uint_0 %62 = OpBitwiseOr %uint %18 %28 %63 = OpBitwiseOr %uint %62 %36 %64 = OpBitwiseOr %uint %63 %44 %65 = OpBitwiseOr %uint %64 %52 %66 = OpBitwiseOr %uint %65 %57 OpReturnValue %66 OpFunctionEnd %firstTrailingBit_47d475 = OpFunction %void None %67 %70 = OpLabel %res = OpVariable %_ptr_Function_uint Function %17 %71 = OpFunctionCall %uint %tint_first_trailing_bit %uint_1 OpStore %res %71 OpReturn OpFunctionEnd %vertex_main_inner = OpFunction %v4float None %73 %75 = OpLabel %76 = OpFunctionCall %void %firstTrailingBit_47d475 OpReturnValue %5 OpFunctionEnd %vertex_main = OpFunction %void None %67 %78 = OpLabel %79 = OpFunctionCall %v4float %vertex_main_inner OpStore %value %79 OpStore %vertex_point_size %float_1 OpReturn OpFunctionEnd %fragment_main = OpFunction %void None %67 %82 = OpLabel %83 = OpFunctionCall %void %firstTrailingBit_47d475 OpReturn OpFunctionEnd %compute_main = OpFunction %void None %67 %85 = OpLabel %86 = OpFunctionCall %void %firstTrailingBit_47d475 OpReturn OpFunctionEnd