| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 120 |
| ; 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" %pos_1 %prevent_dce_1 %vertex_point_size |
| OpExecutionMode %fragment_main OriginUpperLeft |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %pos_1 "pos_1" |
| OpName %prevent_dce_1 "prevent_dce_1" |
| OpName %vertex_point_size "vertex_point_size" |
| OpName %prevent_dce_block "prevent_dce_block" |
| OpMemberName %prevent_dce_block 0 "inner" |
| OpName %prevent_dce "prevent_dce" |
| OpName %tint_first_leading_bit "tint_first_leading_bit" |
| OpName %v "v" |
| OpName %x "x" |
| OpName %firstLeadingBit_3fd7d0 "firstLeadingBit_3fd7d0" |
| OpName %arg_0 "arg_0" |
| OpName %res "res" |
| OpName %fragment_main "fragment_main" |
| OpName %compute_main "compute_main" |
| OpName %VertexOutput "VertexOutput" |
| OpMemberName %VertexOutput 0 "pos" |
| OpMemberName %VertexOutput 1 "prevent_dce" |
| OpName %vertex_main_inner "vertex_main_inner" |
| OpName %out "out" |
| OpName %vertex_main "vertex_main" |
| OpDecorate %pos_1 BuiltIn Position |
| OpDecorate %prevent_dce_1 Location 0 |
| OpDecorate %prevent_dce_1 Flat |
| OpDecorate %vertex_point_size BuiltIn PointSize |
| OpDecorate %prevent_dce_block Block |
| OpMemberDecorate %prevent_dce_block 0 Offset 0 |
| OpDecorate %prevent_dce DescriptorSet 0 |
| OpDecorate %prevent_dce Binding 0 |
| OpMemberDecorate %VertexOutput 0 Offset 0 |
| OpMemberDecorate %VertexOutput 1 Offset 16 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %pos_1 = OpVariable %_ptr_Output_v4float Output %5 |
| %uint = OpTypeInt 32 0 |
| %v3uint = OpTypeVector %uint 3 |
| %_ptr_Output_v3uint = OpTypePointer Output %v3uint |
| %10 = OpConstantNull %v3uint |
| %prevent_dce_1 = OpVariable %_ptr_Output_v3uint Output %10 |
| %_ptr_Output_float = OpTypePointer Output %float |
| %13 = OpConstantNull %float |
| %vertex_point_size = OpVariable %_ptr_Output_float Output %13 |
| %prevent_dce_block = OpTypeStruct %v3uint |
| %_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block |
| %prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer |
| %17 = OpTypeFunction %v3uint %v3uint |
| %_ptr_Function_v3uint = OpTypePointer Function %v3uint |
| %bool = OpTypeBool |
| %v3bool = OpTypeVector %bool 3 |
| %uint_4294901760 = OpConstant %uint 4294901760 |
| %29 = OpConstantComposite %v3uint %uint_4294901760 %uint_4294901760 %uint_4294901760 |
| %uint_16 = OpConstant %uint 16 |
| %32 = OpConstantComposite %v3uint %uint_16 %uint_16 %uint_16 |
| %uint_65280 = OpConstant %uint 65280 |
| %39 = OpConstantComposite %v3uint %uint_65280 %uint_65280 %uint_65280 |
| %uint_8 = OpConstant %uint 8 |
| %42 = OpConstantComposite %v3uint %uint_8 %uint_8 %uint_8 |
| %uint_240 = OpConstant %uint 240 |
| %49 = OpConstantComposite %v3uint %uint_240 %uint_240 %uint_240 |
| %uint_4 = OpConstant %uint 4 |
| %52 = OpConstantComposite %v3uint %uint_4 %uint_4 %uint_4 |
| %uint_12 = OpConstant %uint 12 |
| %59 = 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 |
| %70 = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1 |
| %uint_4294967295 = OpConstant %uint 4294967295 |
| %75 = OpConstantComposite %v3uint %uint_4294967295 %uint_4294967295 %uint_4294967295 |
| %82 = OpTypeFunction %v3uint |
| %void = OpTypeVoid |
| %90 = OpTypeFunction %void |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_StorageBuffer_v3uint = OpTypePointer StorageBuffer %v3uint |
| %VertexOutput = OpTypeStruct %v4float %v3uint |
| %102 = OpTypeFunction %VertexOutput |
| %_ptr_Function_VertexOutput = OpTypePointer Function %VertexOutput |
| %108 = OpConstantNull %VertexOutput |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %float_1 = OpConstant %float 1 |
| %tint_first_leading_bit = OpFunction %v3uint None %17 |
| %v = OpFunctionParameter %v3uint |
| %20 = OpLabel |
| %x = OpVariable %_ptr_Function_v3uint Function %10 |
| OpStore %x %v |
| %27 = OpLoad %v3uint %x |
| %30 = OpBitwiseAnd %v3uint %27 %29 |
| %24 = OpINotEqual %v3bool %30 %10 |
| %23 = OpSelect %v3uint %24 %32 %10 |
| %33 = OpLoad %v3uint %x |
| %34 = OpShiftRightLogical %v3uint %33 %23 |
| OpStore %x %34 |
| %37 = OpLoad %v3uint %x |
| %40 = OpBitwiseAnd %v3uint %37 %39 |
| %36 = OpINotEqual %v3bool %40 %10 |
| %35 = OpSelect %v3uint %36 %42 %10 |
| %43 = OpLoad %v3uint %x |
| %44 = OpShiftRightLogical %v3uint %43 %35 |
| OpStore %x %44 |
| %47 = OpLoad %v3uint %x |
| %50 = OpBitwiseAnd %v3uint %47 %49 |
| %46 = OpINotEqual %v3bool %50 %10 |
| %45 = OpSelect %v3uint %46 %52 %10 |
| %53 = OpLoad %v3uint %x |
| %54 = OpShiftRightLogical %v3uint %53 %45 |
| OpStore %x %54 |
| %57 = OpLoad %v3uint %x |
| %60 = OpBitwiseAnd %v3uint %57 %59 |
| %56 = OpINotEqual %v3bool %60 %10 |
| %55 = OpSelect %v3uint %56 %62 %10 |
| %63 = OpLoad %v3uint %x |
| %64 = OpShiftRightLogical %v3uint %63 %55 |
| OpStore %x %64 |
| %67 = OpLoad %v3uint %x |
| %68 = OpBitwiseAnd %v3uint %67 %62 |
| %66 = OpINotEqual %v3bool %68 %10 |
| %65 = OpSelect %v3uint %66 %70 %10 |
| %72 = OpLoad %v3uint %x |
| %73 = OpIEqual %v3bool %72 %10 |
| %71 = OpSelect %v3uint %73 %75 %10 |
| %77 = OpBitwiseOr %v3uint %23 %35 |
| %78 = OpBitwiseOr %v3uint %77 %45 |
| %79 = OpBitwiseOr %v3uint %78 %55 |
| %80 = OpBitwiseOr %v3uint %79 %65 |
| %81 = OpBitwiseOr %v3uint %80 %71 |
| OpReturnValue %81 |
| OpFunctionEnd |
| %firstLeadingBit_3fd7d0 = OpFunction %v3uint None %82 |
| %84 = OpLabel |
| %arg_0 = OpVariable %_ptr_Function_v3uint Function %10 |
| %res = OpVariable %_ptr_Function_v3uint Function %10 |
| OpStore %arg_0 %70 |
| %87 = OpLoad %v3uint %arg_0 |
| %86 = OpFunctionCall %v3uint %tint_first_leading_bit %87 |
| OpStore %res %86 |
| %89 = OpLoad %v3uint %res |
| OpReturnValue %89 |
| OpFunctionEnd |
| %fragment_main = OpFunction %void None %90 |
| %93 = OpLabel |
| %96 = OpAccessChain %_ptr_StorageBuffer_v3uint %prevent_dce %uint_0 |
| %97 = OpFunctionCall %v3uint %firstLeadingBit_3fd7d0 |
| OpStore %96 %97 |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %90 |
| %99 = OpLabel |
| %100 = OpAccessChain %_ptr_StorageBuffer_v3uint %prevent_dce %uint_0 |
| %101 = OpFunctionCall %v3uint %firstLeadingBit_3fd7d0 |
| OpStore %100 %101 |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %VertexOutput None %102 |
| %105 = OpLabel |
| %out = OpVariable %_ptr_Function_VertexOutput Function %108 |
| %110 = OpAccessChain %_ptr_Function_v4float %out %uint_0 |
| OpStore %110 %5 |
| %111 = OpAccessChain %_ptr_Function_v3uint %out %uint_1 |
| %112 = OpFunctionCall %v3uint %firstLeadingBit_3fd7d0 |
| OpStore %111 %112 |
| %113 = OpLoad %VertexOutput %out |
| OpReturnValue %113 |
| OpFunctionEnd |
| %vertex_main = OpFunction %void None %90 |
| %115 = OpLabel |
| %116 = OpFunctionCall %VertexOutput %vertex_main_inner |
| %117 = OpCompositeExtract %v4float %116 0 |
| OpStore %pos_1 %117 |
| %118 = OpCompositeExtract %v3uint %116 1 |
| OpStore %prevent_dce_1 %118 |
| OpStore %vertex_point_size %float_1 |
| OpReturn |
| OpFunctionEnd |