| ; 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_leading_bit "tint_first_leading_bit" |
| OpName %v "v" |
| OpName %x "x" |
| OpName %firstLeadingBit_f0779d "firstLeadingBit_f0779d" |
| OpName %arg_0 "arg_0" |
| 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_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 |
| %65 = OpTypeFunction %void |
| %73 = 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 %16 |
| %24 = OpLoad %uint %x |
| %25 = OpShiftRightLogical %uint %24 %17 |
| OpStore %x %25 |
| %28 = OpLoad %uint %x |
| %30 = OpBitwiseAnd %uint %28 %uint_65280 |
| %27 = OpINotEqual %bool %30 %16 |
| %26 = OpSelect %uint %27 %uint_8 %16 |
| %32 = OpLoad %uint %x |
| %33 = OpShiftRightLogical %uint %32 %26 |
| OpStore %x %33 |
| %36 = OpLoad %uint %x |
| %38 = OpBitwiseAnd %uint %36 %uint_240 |
| %35 = OpINotEqual %bool %38 %16 |
| %34 = OpSelect %uint %35 %uint_4 %16 |
| %40 = OpLoad %uint %x |
| %41 = OpShiftRightLogical %uint %40 %34 |
| OpStore %x %41 |
| %44 = OpLoad %uint %x |
| %46 = OpBitwiseAnd %uint %44 %uint_12 |
| %43 = OpINotEqual %bool %46 %16 |
| %42 = OpSelect %uint %43 %uint_2 %16 |
| %48 = OpLoad %uint %x |
| %49 = OpShiftRightLogical %uint %48 %42 |
| OpStore %x %49 |
| %52 = OpLoad %uint %x |
| %53 = OpBitwiseAnd %uint %52 %uint_2 |
| %51 = OpINotEqual %bool %53 %16 |
| %50 = OpSelect %uint %51 %uint_1 %16 |
| %56 = OpLoad %uint %x |
| %57 = OpIEqual %bool %56 %16 |
| %55 = OpSelect %uint %57 %uint_4294967295 %16 |
| %60 = OpBitwiseOr %uint %17 %26 |
| %61 = OpBitwiseOr %uint %60 %34 |
| %62 = OpBitwiseOr %uint %61 %42 |
| %63 = OpBitwiseOr %uint %62 %50 |
| %64 = OpBitwiseOr %uint %63 %55 |
| OpReturnValue %64 |
| OpFunctionEnd |
| %firstLeadingBit_f0779d = OpFunction %void None %65 |
| %68 = OpLabel |
| %arg_0 = OpVariable %_ptr_Function_uint Function %16 |
| %res = OpVariable %_ptr_Function_uint Function %16 |
| OpStore %arg_0 %uint_1 |
| %71 = OpLoad %uint %arg_0 |
| %70 = OpFunctionCall %uint %tint_first_leading_bit %71 |
| OpStore %res %70 |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %v4float None %73 |
| %75 = OpLabel |
| %76 = OpFunctionCall %void %firstLeadingBit_f0779d |
| OpReturnValue %5 |
| OpFunctionEnd |
| %vertex_main = OpFunction %void None %65 |
| %78 = OpLabel |
| %79 = OpFunctionCall %v4float %vertex_main_inner |
| OpStore %value %79 |
| OpStore %vertex_point_size %float_1 |
| OpReturn |
| OpFunctionEnd |
| %fragment_main = OpFunction %void None %65 |
| %82 = OpLabel |
| %83 = OpFunctionCall %void %firstLeadingBit_f0779d |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %65 |
| %85 = OpLabel |
| %86 = OpFunctionCall %void %firstLeadingBit_f0779d |
| OpReturn |
| OpFunctionEnd |