| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 1 |
| ; Bound: 112 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %fragment_main "fragment_main" |
| OpEntryPoint GLCompute %compute_main "compute_main" |
| OpEntryPoint Vertex %vertex_main "vertex_main" %vertex_main_position_Output %vertex_main_loc0_Output %vertex_main___point_size_Output |
| OpExecutionMode %fragment_main OriginUpperLeft |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpMemberName %tint_symbol_1 0 "tint_symbol" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %vertex_main_position_Output "vertex_main_position_Output" |
| OpName %vertex_main_loc0_Output "vertex_main_loc0_Output" |
| OpName %vertex_main___point_size_Output "vertex_main___point_size_Output" |
| OpName %firstLeadingBit_35053e "firstLeadingBit_35053e" |
| OpName %arg_0 "arg_0" |
| OpName %res "res" |
| OpName %fragment_main "fragment_main" |
| OpName %compute_main "compute_main" |
| OpName %vertex_main_inner "vertex_main_inner" |
| OpMemberName %VertexOutput 0 "pos" |
| OpMemberName %VertexOutput 1 "prevent_dce" |
| OpName %VertexOutput "VertexOutput" |
| OpName %out "out" |
| OpName %vertex_main "vertex_main" |
| OpMemberDecorate %tint_symbol_1 0 Offset 0 |
| OpDecorate %tint_symbol_1 Block |
| OpDecorate %1 DescriptorSet 0 |
| OpDecorate %1 Binding 0 |
| OpDecorate %1 Coherent |
| OpDecorate %vertex_main_position_Output BuiltIn Position |
| OpDecorate %vertex_main_loc0_Output Location 0 |
| OpDecorate %vertex_main_loc0_Output Flat |
| OpDecorate %vertex_main___point_size_Output BuiltIn PointSize |
| OpMemberDecorate %VertexOutput 0 Offset 0 |
| OpMemberDecorate %VertexOutput 1 Offset 16 |
| %int = OpTypeInt 32 1 |
| %v3int = OpTypeVector %int 3 |
| %tint_symbol_1 = OpTypeStruct %v3int |
| %_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1 |
| %1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %vertex_main_position_Output = OpVariable %_ptr_Output_v4float Output |
| %_ptr_Output_v3int = OpTypePointer Output %v3int |
| %vertex_main_loc0_Output = OpVariable %_ptr_Output_v3int Output |
| %_ptr_Output_float = OpTypePointer Output %float |
| %vertex_main___point_size_Output = OpVariable %_ptr_Output_float Output |
| %15 = OpTypeFunction %v3int |
| %_ptr_Function_v3int = OpTypePointer Function %v3int |
| %int_1 = OpConstant %int 1 |
| %19 = OpConstantComposite %v3int %int_1 %int_1 %int_1 |
| %uint = OpTypeInt 32 0 |
| %v3uint = OpTypeVector %uint 3 |
| %uint_2147483648 = OpConstant %uint 2147483648 |
| %27 = OpConstantComposite %v3uint %uint_2147483648 %uint_2147483648 %uint_2147483648 |
| %bool = OpTypeBool |
| %v3bool = OpTypeVector %bool 3 |
| %uint_4294901760 = OpConstant %uint 4294901760 |
| %33 = OpConstantComposite %v3uint %uint_4294901760 %uint_4294901760 %uint_4294901760 |
| %36 = OpConstantNull %v3uint |
| %uint_16 = OpConstant %uint 16 |
| %38 = OpConstantComposite %v3uint %uint_16 %uint_16 %uint_16 |
| %uint_65280 = OpConstant %uint 65280 |
| %42 = OpConstantComposite %v3uint %uint_65280 %uint_65280 %uint_65280 |
| %uint_8 = OpConstant %uint 8 |
| %46 = OpConstantComposite %v3uint %uint_8 %uint_8 %uint_8 |
| %uint_240 = OpConstant %uint 240 |
| %50 = OpConstantComposite %v3uint %uint_240 %uint_240 %uint_240 |
| %uint_4 = OpConstant %uint 4 |
| %54 = OpConstantComposite %v3uint %uint_4 %uint_4 %uint_4 |
| %uint_12 = OpConstant %uint 12 |
| %58 = OpConstantComposite %v3uint %uint_12 %uint_12 %uint_12 |
| %uint_2 = OpConstant %uint 2 |
| %62 = OpConstantComposite %v3uint %uint_2 %uint_2 %uint_2 |
| %uint_1 = OpConstant %uint 1 |
| %68 = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1 |
| %uint_4294967295 = OpConstant %uint 4294967295 |
| %76 = OpConstantComposite %v3uint %uint_4294967295 %uint_4294967295 %uint_4294967295 |
| %void = OpTypeVoid |
| %83 = OpTypeFunction %void |
| %_ptr_StorageBuffer_v3int = OpTypePointer StorageBuffer %v3int |
| %uint_0 = OpConstant %uint 0 |
| %VertexOutput = OpTypeStruct %v4float %v3int |
| %95 = OpTypeFunction %VertexOutput |
| %_ptr_Function_VertexOutput = OpTypePointer Function %VertexOutput |
| %99 = OpConstantNull %VertexOutput |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %102 = OpConstantNull %v4float |
| %float_1 = OpConstant %float 1 |
| %firstLeadingBit_35053e = OpFunction %v3int None %15 |
| %16 = OpLabel |
| %arg_0 = OpVariable %_ptr_Function_v3int Function |
| %res = OpVariable %_ptr_Function_v3int Function |
| OpStore %arg_0 %19 |
| %21 = OpLoad %v3int %arg_0 None |
| %24 = OpBitcast %v3uint %21 |
| %25 = OpNot %v3uint %24 |
| %26 = OpULessThan %v3bool %24 %27 |
| %31 = OpSelect %v3uint %26 %24 %25 |
| %32 = OpBitwiseAnd %v3uint %31 %33 |
| %35 = OpIEqual %v3bool %32 %36 |
| %37 = OpSelect %v3uint %35 %36 %38 |
| %40 = OpShiftRightLogical %v3uint %31 %37 |
| %41 = OpBitwiseAnd %v3uint %40 %42 |
| %44 = OpIEqual %v3bool %41 %36 |
| %45 = OpSelect %v3uint %44 %36 %46 |
| %48 = OpShiftRightLogical %v3uint %40 %45 |
| %49 = OpBitwiseAnd %v3uint %48 %50 |
| %52 = OpIEqual %v3bool %49 %36 |
| %53 = OpSelect %v3uint %52 %36 %54 |
| %56 = OpShiftRightLogical %v3uint %48 %53 |
| %57 = OpBitwiseAnd %v3uint %56 %58 |
| %60 = OpIEqual %v3bool %57 %36 |
| %61 = OpSelect %v3uint %60 %36 %62 |
| %64 = OpShiftRightLogical %v3uint %56 %61 |
| %65 = OpBitwiseAnd %v3uint %64 %62 |
| %66 = OpIEqual %v3bool %65 %36 |
| %67 = OpSelect %v3uint %66 %36 %68 |
| %70 = OpBitwiseOr %v3uint %61 %67 |
| %71 = OpBitwiseOr %v3uint %53 %70 |
| %72 = OpBitwiseOr %v3uint %45 %71 |
| %73 = OpBitwiseOr %v3uint %37 %72 |
| %74 = OpIEqual %v3bool %64 %36 |
| %75 = OpSelect %v3uint %74 %76 %73 |
| %78 = OpBitcast %v3int %75 |
| OpStore %res %78 |
| %80 = OpLoad %v3int %res None |
| OpReturnValue %80 |
| OpFunctionEnd |
| %fragment_main = OpFunction %void None %83 |
| %84 = OpLabel |
| %85 = OpFunctionCall %v3int %firstLeadingBit_35053e |
| %86 = OpAccessChain %_ptr_StorageBuffer_v3int %1 %uint_0 |
| OpStore %86 %85 None |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %83 |
| %90 = OpLabel |
| %91 = OpFunctionCall %v3int %firstLeadingBit_35053e |
| %92 = OpAccessChain %_ptr_StorageBuffer_v3int %1 %uint_0 |
| OpStore %92 %91 None |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %VertexOutput None %95 |
| %96 = OpLabel |
| %out = OpVariable %_ptr_Function_VertexOutput Function %99 |
| %100 = OpAccessChain %_ptr_Function_v4float %out %uint_0 |
| OpStore %100 %102 None |
| %103 = OpAccessChain %_ptr_Function_v3int %out %uint_1 |
| %104 = OpFunctionCall %v3int %firstLeadingBit_35053e |
| OpStore %103 %104 None |
| %105 = OpLoad %VertexOutput %out None |
| OpReturnValue %105 |
| OpFunctionEnd |
| %vertex_main = OpFunction %void None %83 |
| %107 = OpLabel |
| %108 = OpFunctionCall %VertexOutput %vertex_main_inner |
| %109 = OpCompositeExtract %v4float %108 0 |
| OpStore %vertex_main_position_Output %109 None |
| %110 = OpCompositeExtract %v3int %108 1 |
| OpStore %vertex_main_loc0_Output %110 None |
| OpStore %vertex_main___point_size_Output %float_1 None |
| OpReturn |
| OpFunctionEnd |