| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 78 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %x_GLF_color_1_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_GLF_color_1_1 "x_GLF_color_1_1" |
| OpName %buf1 "buf1" |
| OpMemberName %buf1 0 "x_GLF_uniform_int_values" |
| OpName %x_6 "x_6" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "x_GLF_uniform_float_values" |
| OpName %x_8 "x_8" |
| OpName %main_1 "main_1" |
| OpName %i "i" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %main_inner "main_inner" |
| OpName %main "main" |
| OpDecorate %x_GLF_color_1_1 Location 0 |
| OpDecorate %buf1 Block |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %_arr_int_uint_3 ArrayStride 16 |
| OpDecorate %x_6 NonWritable |
| OpDecorate %x_6 DescriptorSet 0 |
| OpDecorate %x_6 Binding 1 |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %_arr_float_uint_1 ArrayStride 16 |
| OpDecorate %x_8 NonWritable |
| OpDecorate %x_8 DescriptorSet 0 |
| OpDecorate %x_8 Binding 0 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %x_GLF_color_1_1 = OpVariable %_ptr_Output_v4float Output %5 |
| %int = OpTypeInt 32 1 |
| %uint = OpTypeInt 32 0 |
| %uint_3 = OpConstant %uint 3 |
| %_arr_int_uint_3 = OpTypeArray %int %uint_3 |
| %buf1 = OpTypeStruct %_arr_int_uint_3 |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %x_6 = OpVariable %_ptr_Uniform_buf1 Uniform |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %uint_1 = OpConstant %uint 1 |
| %_arr_float_uint_1 = OpTypeArray %float %uint_1 |
| %buf0 = OpTypeStruct %_arr_float_uint_1 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_8 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %void = OpTypeVoid |
| %20 = OpTypeFunction %void |
| %_ptr_Function_int = OpTypePointer Function %int |
| %26 = OpConstantNull %int |
| %uint_0 = OpConstant %uint 0 |
| %int_2 = OpConstant %int 2 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_0 = OpConstant %int 0 |
| %bool = OpTypeBool |
| %int_1 = OpConstant %int 1 |
| %float_1 = OpConstant %float 1 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %main_out = OpTypeStruct %v4float |
| %67 = OpTypeFunction %main_out |
| %main_1 = OpFunction %void None %20 |
| %23 = OpLabel |
| %i = OpVariable %_ptr_Function_int Function %26 |
| %30 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %31 = OpLoad %int %30 |
| OpStore %i %31 |
| OpBranch %32 |
| %32 = OpLabel |
| OpLoopMerge %33 %34 None |
| OpBranch %35 |
| %35 = OpLabel |
| %36 = OpLoad %int %i |
| %38 = OpSGreaterThanEqual %bool %36 %int_0 |
| OpSelectionMerge %40 None |
| OpBranchConditional %38 %41 %42 |
| %41 = OpLabel |
| OpBranch %40 |
| %42 = OpLabel |
| OpBranch %33 |
| %40 = OpLabel |
| %43 = OpLoad %int %i |
| %44 = OpSMod %int %43 %int_2 |
| %45 = OpIEqual %bool %44 %int_0 |
| OpSelectionMerge %46 None |
| OpBranchConditional %45 %47 %48 |
| %47 = OpLabel |
| %49 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %50 = OpLoad %int %49 |
| %51 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %52 = OpLoad %int %51 |
| %54 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %55 = OpLoad %int %54 |
| %57 = OpConvertSToF %float %50 |
| %58 = OpConvertSToF %float %52 |
| %59 = OpConvertSToF %float %55 |
| %60 = OpCompositeConstruct %v4float %float_1 %57 %58 %59 |
| OpStore %x_GLF_color %60 |
| OpBranch %46 |
| %48 = OpLabel |
| %62 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_0 |
| %63 = OpLoad %float %62 |
| %64 = OpCompositeConstruct %v4float %63 %63 %63 %63 |
| OpStore %x_GLF_color %64 |
| OpBranch %46 |
| %46 = OpLabel |
| %65 = OpLoad %int %i |
| %66 = OpISub %int %65 %int_1 |
| OpStore %i %66 |
| OpBranch %34 |
| %34 = OpLabel |
| OpBranch %32 |
| %33 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %67 |
| %70 = OpLabel |
| %71 = OpFunctionCall %void %main_1 |
| %72 = OpLoad %v4float %x_GLF_color |
| %73 = OpCompositeConstruct %main_out %72 |
| OpReturnValue %73 |
| OpFunctionEnd |
| %main = OpFunction %void None %20 |
| %75 = OpLabel |
| %76 = OpFunctionCall %main_out %main_inner |
| %77 = OpCompositeExtract %v4float %76 0 |
| OpStore %x_GLF_color_1_1 %77 |
| OpReturn |
| OpFunctionEnd |