| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 59 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %frag_color "frag_color" |
| OpName %color_out "color_out" |
| OpName %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %main_1 "main_1" |
| OpName %iv "iv" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "color_out_1" |
| OpName %tint_symbol_3 "tint_symbol_3" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main "main" |
| OpDecorate %tint_symbol Location 1 |
| OpDecorate %tint_symbol_2 Location 0 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %5 = OpConstantNull %v4float |
| %frag_color = OpVariable %_ptr_Private_v4float Private %5 |
| %color_out = OpVariable %_ptr_Private_v4float Private %5 |
| %_ptr_Input_v4float = OpTypePointer Input %v4float |
| %tint_symbol = OpVariable %_ptr_Input_v4float Input |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %5 |
| %void = OpTypeVoid |
| %11 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %v2int = OpTypeVector %int 2 |
| %_ptr_Function_v2int = OpTypePointer Function %v2int |
| %19 = OpConstantNull %v2int |
| %v2float = OpTypeVector %float 2 |
| %float_256 = OpConstant %float 256 |
| %uint = OpTypeInt 32 0 |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_2 = OpConstant %int 2 |
| %int_64 = OpConstant %int 64 |
| %bool = OpTypeBool |
| %float_1 = OpConstant %float 1 |
| %float_0 = OpConstant %float 0 |
| %44 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1 |
| %45 = OpConstantComposite %v4float %float_0 %float_1 %float_1 %float_1 |
| %main_out = OpTypeStruct %v4float |
| %46 = OpTypeFunction %void %main_out |
| %main_1 = OpFunction %void None %11 |
| %14 = OpLabel |
| %iv = OpVariable %_ptr_Function_v2int Function %19 |
| %20 = OpLoad %v4float %frag_color |
| %23 = OpCompositeExtract %float %20 0 |
| %24 = OpCompositeExtract %float %20 1 |
| %25 = OpCompositeConstruct %v2float %23 %24 |
| %27 = OpVectorTimesScalar %v2float %25 %float_256 |
| %21 = OpConvertFToS %v2int %27 |
| OpStore %iv %21 |
| %31 = OpAccessChain %_ptr_Function_int %iv %uint_1 |
| %32 = OpLoad %int %31 |
| %34 = OpSDiv %int %32 %int_2 |
| %36 = OpBitwiseAnd %int %34 %int_64 |
| %37 = OpIEqual %bool %36 %int_64 |
| OpSelectionMerge %39 None |
| OpBranchConditional %37 %40 %41 |
| %40 = OpLabel |
| OpStore %color_out %44 |
| OpBranch %39 |
| %41 = OpLabel |
| OpStore %color_out %45 |
| OpBranch %39 |
| %39 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %46 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %50 = OpLabel |
| %51 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %51 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %11 |
| %53 = OpLabel |
| %54 = OpLoad %v4float %tint_symbol |
| OpStore %frag_color %54 |
| %55 = OpFunctionCall %void %main_1 |
| %57 = OpLoad %v4float %color_out |
| %58 = OpCompositeConstruct %main_out %57 |
| %56 = OpFunctionCall %void %tint_symbol_3 %58 |
| OpReturn |
| OpFunctionEnd |