| ; 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_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_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 |
| %66 = OpTypeFunction %void |
| %72 = 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 %17 %uint_16 |
| %25 = OpLoad %uint %x |
| %26 = OpShiftRightLogical %uint %25 %18 |
| OpStore %x %26 |
| %29 = OpLoad %uint %x |
| %31 = OpBitwiseAnd %uint %29 %uint_255 |
| %28 = OpINotEqual %bool %31 %17 |
| %27 = OpSelect %uint %28 %17 %uint_8 |
| %33 = OpLoad %uint %x |
| %34 = OpShiftRightLogical %uint %33 %27 |
| OpStore %x %34 |
| %37 = OpLoad %uint %x |
| %39 = OpBitwiseAnd %uint %37 %uint_15 |
| %36 = OpINotEqual %bool %39 %17 |
| %35 = OpSelect %uint %36 %17 %uint_4 |
| %41 = OpLoad %uint %x |
| %42 = OpShiftRightLogical %uint %41 %35 |
| OpStore %x %42 |
| %45 = OpLoad %uint %x |
| %47 = OpBitwiseAnd %uint %45 %uint_3 |
| %44 = OpINotEqual %bool %47 %17 |
| %43 = OpSelect %uint %44 %17 %uint_2 |
| %49 = OpLoad %uint %x |
| %50 = OpShiftRightLogical %uint %49 %43 |
| OpStore %x %50 |
| %53 = OpLoad %uint %x |
| %55 = OpBitwiseAnd %uint %53 %uint_1 |
| %52 = OpINotEqual %bool %55 %17 |
| %51 = OpSelect %uint %52 %17 %uint_1 |
| %57 = OpLoad %uint %x |
| %58 = OpIEqual %bool %57 %17 |
| %56 = OpSelect %uint %58 %uint_4294967295 %17 |
| %61 = OpBitwiseOr %uint %18 %27 |
| %62 = OpBitwiseOr %uint %61 %35 |
| %63 = OpBitwiseOr %uint %62 %43 |
| %64 = OpBitwiseOr %uint %63 %51 |
| %65 = OpBitwiseOr %uint %64 %56 |
| OpReturnValue %65 |
| OpFunctionEnd |
| %firstTrailingBit_47d475 = OpFunction %void None %66 |
| %69 = OpLabel |
| %res = OpVariable %_ptr_Function_uint Function %17 |
| %70 = OpFunctionCall %uint %tint_first_trailing_bit %uint_1 |
| OpStore %res %70 |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %v4float None %72 |
| %74 = OpLabel |
| %75 = OpFunctionCall %void %firstTrailingBit_47d475 |
| 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 %firstTrailingBit_47d475 |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %66 |
| %84 = OpLabel |
| %85 = OpFunctionCall %void %firstTrailingBit_47d475 |
| OpReturn |
| OpFunctionEnd |