| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 105 |
| ; 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 %buf0 "buf0" |
| OpMemberName %buf0 0 "x_GLF_uniform_int_values" |
| OpName %x_6 "x_6" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %main_1 "main_1" |
| OpName %count0 "count0" |
| OpName %count1 "count1" |
| 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 %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %_arr_int_uint_5 ArrayStride 16 |
| OpDecorate %x_6 NonWritable |
| OpDecorate %x_6 DescriptorSet 0 |
| OpDecorate %x_6 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_5 = OpConstant %uint 5 |
| %_arr_int_uint_5 = OpTypeArray %int %uint_5 |
| %buf0 = OpTypeStruct %_arr_int_uint_5 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %void = OpTypeVoid |
| %15 = OpTypeFunction %void |
| %_ptr_Function_int = OpTypePointer Function %int |
| %21 = OpConstantNull %int |
| %uint_0 = OpConstant %uint 0 |
| %int_2 = OpConstant %int 2 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_4 = OpConstant %int 4 |
| %bool = OpTypeBool |
| %int_1 = OpConstant %int 1 |
| %int_0 = OpConstant %int 0 |
| %int_3 = OpConstant %int 3 |
| %main_out = OpTypeStruct %v4float |
| %94 = OpTypeFunction %main_out |
| %main_1 = OpFunction %void None %15 |
| %18 = OpLabel |
| %count0 = OpVariable %_ptr_Function_int Function %21 |
| %count1 = OpVariable %_ptr_Function_int Function %21 |
| %i = OpVariable %_ptr_Function_int Function %21 |
| %27 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %28 = OpLoad %int %27 |
| OpStore %count0 %28 |
| %29 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %30 = OpLoad %int %29 |
| OpStore %count1 %30 |
| %31 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %32 = OpLoad %int %31 |
| OpStore %i %32 |
| OpBranch %33 |
| %33 = OpLabel |
| OpLoopMerge %34 %35 None |
| OpBranch %36 |
| %36 = OpLabel |
| %37 = OpLoad %int %i |
| %39 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_4 |
| %40 = OpLoad %int %39 |
| %41 = OpSLessThan %bool %37 %40 |
| OpSelectionMerge %43 None |
| OpBranchConditional %41 %44 %45 |
| %44 = OpLabel |
| OpBranch %43 |
| %45 = OpLabel |
| OpBranch %34 |
| %43 = OpLabel |
| %46 = OpLoad %int %i |
| OpSelectionMerge %47 None |
| OpSwitch %46 %48 0 %49 1 %49 2 %50 3 %50 |
| %49 = OpLabel |
| %51 = OpLoad %int %count0 |
| %53 = OpIAdd %int %51 %int_1 |
| OpStore %count0 %53 |
| OpBranch %50 |
| %50 = OpLabel |
| %54 = OpLoad %int %count1 |
| %55 = OpIAdd %int %54 %int_1 |
| OpStore %count1 %55 |
| OpBranch %47 |
| %48 = OpLabel |
| OpBranch %47 |
| %47 = OpLabel |
| OpBranch %35 |
| %35 = OpLabel |
| %56 = OpLoad %int %i |
| %57 = OpIAdd %int %56 %int_1 |
| OpStore %i %57 |
| OpBranch %33 |
| %34 = OpLabel |
| %58 = OpLoad %int %count1 |
| %60 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %61 = OpLoad %int %60 |
| %62 = OpIEqual %bool %58 %61 |
| OpSelectionMerge %63 None |
| OpBranchConditional %62 %64 %65 |
| %64 = OpLabel |
| %67 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3 |
| %68 = OpLoad %int %67 |
| %69 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %70 = OpLoad %int %69 |
| %71 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %72 = OpLoad %int %71 |
| %73 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3 |
| %74 = OpLoad %int %73 |
| %75 = OpConvertSToF %float %68 |
| %76 = OpConvertSToF %float %70 |
| %77 = OpConvertSToF %float %72 |
| %78 = OpConvertSToF %float %74 |
| %79 = OpCompositeConstruct %v4float %75 %76 %77 %78 |
| OpStore %x_GLF_color %79 |
| OpBranch %63 |
| %65 = OpLabel |
| %80 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %81 = OpLoad %int %80 |
| %82 = OpConvertSToF %float %81 |
| %83 = OpCompositeConstruct %v4float %82 %82 %82 %82 |
| OpStore %x_GLF_color %83 |
| OpBranch %63 |
| %63 = OpLabel |
| %84 = OpLoad %int %count0 |
| %85 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %86 = OpLoad %int %85 |
| %87 = OpINotEqual %bool %84 %86 |
| OpSelectionMerge %88 None |
| OpBranchConditional %87 %89 %88 |
| %89 = OpLabel |
| %90 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %91 = OpLoad %int %90 |
| %92 = OpConvertSToF %float %91 |
| %93 = OpCompositeConstruct %v4float %92 %92 %92 %92 |
| OpStore %x_GLF_color %93 |
| OpBranch %88 |
| %88 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %94 |
| %97 = OpLabel |
| %98 = OpFunctionCall %void %main_1 |
| %99 = OpLoad %v4float %x_GLF_color |
| %100 = OpCompositeConstruct %main_out %99 |
| OpReturnValue %100 |
| OpFunctionEnd |
| %main = OpFunction %void None %15 |
| %102 = OpLabel |
| %103 = OpFunctionCall %main_out %main_inner |
| %104 = OpCompositeExtract %v4float %103 0 |
| OpStore %x_GLF_color_1_1 %104 |
| OpReturn |
| OpFunctionEnd |