| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 112 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "x_GLF_uniform_int_values" |
| OpName %x_6 "x_6" |
| OpName %gl_FragCoord "gl_FragCoord" |
| OpName %tint_symbol "tint_symbol" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %main_1 "main_1" |
| OpName %i "i" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %tint_symbol_3 "tint_symbol_3" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main "main" |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %_arr_int_uint_3 ArrayStride 16 |
| OpDecorate %x_6 NonWritable |
| OpDecorate %x_6 DescriptorSet 0 |
| OpDecorate %x_6 Binding 0 |
| OpDecorate %tint_symbol BuiltIn FragCoord |
| 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 |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %int = OpTypeInt 32 1 |
| %uint = OpTypeInt 32 0 |
| %uint_3 = OpConstant %uint 3 |
| %_arr_int_uint_3 = OpTypeArray %int %uint_3 |
| %buf0 = OpTypeStruct %_arr_int_uint_3 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %gl_FragCoord = 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 |
| %18 = OpTypeFunction %void |
| %_ptr_Function_int = OpTypePointer Function %int |
| %24 = OpConstantNull %int |
| %uint_0 = OpConstant %uint 0 |
| %int_0 = OpConstant %int 0 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %int_1 = OpConstant %int 1 |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Private_float = OpTypePointer Private %float |
| %float_0 = OpConstant %float 0 |
| %bool = OpTypeBool |
| %int_2 = OpConstant %int 2 |
| %main_out = OpTypeStruct %v4float |
| %99 = OpTypeFunction %void %main_out |
| %main_1 = OpFunction %void None %18 |
| %21 = OpLabel |
| %i = OpVariable %_ptr_Function_int Function %24 |
| %28 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %29 = OpLoad %int %28 |
| %31 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %32 = OpLoad %int %31 |
| %33 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %34 = OpLoad %int %33 |
| %35 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %36 = OpLoad %int %35 |
| %37 = OpConvertSToF %float %29 |
| %38 = OpConvertSToF %float %32 |
| %39 = OpConvertSToF %float %34 |
| %40 = OpConvertSToF %float %36 |
| %41 = OpCompositeConstruct %v4float %37 %38 %39 %40 |
| OpStore %x_GLF_color %41 |
| %44 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 |
| %45 = OpLoad %float %44 |
| %47 = OpFOrdLessThan %bool %45 %float_0 |
| OpSelectionMerge %49 None |
| OpBranchConditional %47 %50 %49 |
| %50 = OpLabel |
| %51 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %52 = OpLoad %int %51 |
| %53 = OpConvertSToF %float %52 |
| %54 = OpCompositeConstruct %v4float %53 %53 %53 %53 |
| OpStore %x_GLF_color %54 |
| OpBranch %49 |
| %49 = OpLabel |
| %55 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %56 = OpLoad %int %55 |
| OpStore %i %56 |
| OpBranch %57 |
| %57 = OpLabel |
| OpLoopMerge %58 %59 None |
| OpBranch %60 |
| %60 = OpLabel |
| %61 = OpLoad %int %i |
| %63 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2 |
| %64 = OpLoad %int %63 |
| %65 = OpSLessThan %bool %61 %64 |
| OpSelectionMerge %66 None |
| OpBranchConditional %65 %67 %68 |
| %67 = OpLabel |
| OpBranch %66 |
| %68 = OpLabel |
| OpBranch %58 |
| %66 = OpLabel |
| %69 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %70 = OpLoad %float %69 |
| %71 = OpFOrdGreaterThan %bool %70 %float_0 |
| OpSelectionMerge %72 None |
| OpBranchConditional %71 %73 %72 |
| %73 = OpLabel |
| %74 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 |
| %75 = OpLoad %float %74 |
| %76 = OpFOrdLessThan %bool %75 %float_0 |
| OpSelectionMerge %77 None |
| OpBranchConditional %76 %78 %77 |
| %78 = OpLabel |
| %79 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %80 = OpLoad %int %79 |
| %81 = OpConvertSToF %float %80 |
| %82 = OpCompositeConstruct %v4float %81 %81 %81 %81 |
| OpStore %x_GLF_color %82 |
| OpBranch %58 |
| %77 = OpLabel |
| OpBranch %72 |
| %72 = OpLabel |
| %83 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0 |
| %84 = OpLoad %float %83 |
| %85 = OpFOrdGreaterThan %bool %84 %float_0 |
| OpSelectionMerge %86 None |
| OpBranchConditional %85 %87 %86 |
| %87 = OpLabel |
| %88 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_1 |
| %89 = OpLoad %float %88 |
| %90 = OpFOrdLessThan %bool %89 %float_0 |
| OpSelectionMerge %91 None |
| OpBranchConditional %90 %92 %91 |
| %92 = OpLabel |
| %93 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %94 = OpLoad %int %93 |
| %95 = OpConvertSToF %float %94 |
| %96 = OpCompositeConstruct %v4float %95 %95 %95 %95 |
| OpStore %x_GLF_color %96 |
| OpBranch %91 |
| %91 = OpLabel |
| OpBranch %86 |
| %86 = OpLabel |
| OpBranch %59 |
| %59 = OpLabel |
| %97 = OpLoad %int %i |
| %98 = OpIAdd %int %97 %int_1 |
| OpStore %i %98 |
| OpBranch %57 |
| %58 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_3 = OpFunction %void None %99 |
| %tint_symbol_1 = OpFunctionParameter %main_out |
| %103 = OpLabel |
| %104 = OpCompositeExtract %v4float %tint_symbol_1 0 |
| OpStore %tint_symbol_2 %104 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %18 |
| %106 = OpLabel |
| %107 = OpLoad %v4float %tint_symbol |
| OpStore %gl_FragCoord %107 |
| %108 = OpFunctionCall %void %main_1 |
| %110 = OpLoad %v4float %x_GLF_color |
| %111 = OpCompositeConstruct %main_out %110 |
| %109 = OpFunctionCall %void %tint_symbol_3 %111 |
| OpReturn |
| OpFunctionEnd |