| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 97 |
| ; Schema: 0 |
| OpCapability Shader |
| %38 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "x_GLF_uniform_int_values" |
| OpName %x_6 "x_6" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %buf1 "buf1" |
| OpMemberName %buf1 0 "x_GLF_uniform_float_values" |
| OpName %x_8 "x_8" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main_1 "main_1" |
| OpName %v1 "v1" |
| OpName %x_54 "x_54" |
| OpName %x_55_phi "x_55_phi" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %tint_symbol "tint_symbol" |
| OpName %main "main" |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %_arr_int_uint_2 ArrayStride 16 |
| OpDecorate %x_6 NonWritable |
| OpDecorate %x_6 DescriptorSet 0 |
| OpDecorate %x_6 Binding 0 |
| OpDecorate %buf1 Block |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %_arr_float_uint_2 ArrayStride 16 |
| OpDecorate %x_8 NonWritable |
| OpDecorate %x_8 DescriptorSet 0 |
| OpDecorate %x_8 Binding 1 |
| OpDecorate %tint_symbol_1 Location 0 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %int = OpTypeInt 32 1 |
| %uint = OpTypeInt 32 0 |
| %uint_2 = OpConstant %uint 2 |
| %_arr_int_uint_2 = OpTypeArray %int %uint_2 |
| %buf0 = OpTypeStruct %_arr_int_uint_2 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %12 = OpConstantNull %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %12 |
| %_arr_float_uint_2 = OpTypeArray %float %uint_2 |
| %buf1 = OpTypeStruct %_arr_float_uint_2 |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %x_8 = OpVariable %_ptr_Uniform_buf1 Uniform |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %12 |
| %void = OpTypeVoid |
| %19 = OpTypeFunction %void |
| %v2float = OpTypeVector %float 2 |
| %_ptr_Function_v2float = OpTypePointer Function %v2float |
| %26 = OpConstantNull %v2float |
| %bool = OpTypeBool |
| %_ptr_Function_bool = OpTypePointer Function %bool |
| %30 = OpConstantNull %bool |
| %uint_0 = OpConstant %uint 0 |
| %int_0 = OpConstant %int 0 |
| %_ptr_Uniform_int = OpTypePointer Uniform %int |
| %v2int = OpTypeVector %int 2 |
| %int_n1 = OpConstant %int -1 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %uint_1 = OpConstant %uint 1 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %int_1 = OpConstant %int 1 |
| %main_out = OpTypeStruct %v4float |
| %85 = OpTypeFunction %void %main_out |
| %main_1 = OpFunction %void None %19 |
| %22 = OpLabel |
| %v1 = OpVariable %_ptr_Function_v2float Function %26 |
| %x_54 = OpVariable %_ptr_Function_bool Function %30 |
| %x_55_phi = OpVariable %_ptr_Function_bool Function %30 |
| %35 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %36 = OpLoad %int %35 |
| %43 = OpCompositeConstruct %v2int %int_n1 %36 |
| %40 = OpBitcast %v2float %43 |
| %39 = OpExtInst %v2float %38 Cos %40 |
| %37 = OpExtInst %v2float %38 Cos %39 |
| OpStore %v1 %37 |
| %45 = OpAccessChain %_ptr_Function_float %v1 %uint_0 |
| %46 = OpLoad %float %45 |
| %47 = OpCompositeConstruct %v4float %46 %46 %46 %46 |
| OpStore %x_GLF_color %47 |
| %49 = OpAccessChain %_ptr_Function_float %v1 %uint_1 |
| %50 = OpLoad %float %49 |
| %52 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_0 |
| %53 = OpLoad %float %52 |
| %54 = OpFOrdGreaterThan %bool %50 %53 |
| OpStore %x_55_phi %54 |
| OpSelectionMerge %55 None |
| OpBranchConditional %54 %56 %55 |
| %56 = OpLabel |
| %57 = OpAccessChain %_ptr_Function_float %v1 %uint_1 |
| %58 = OpLoad %float %57 |
| %60 = OpAccessChain %_ptr_Uniform_float %x_8 %uint_0 %int_1 |
| %61 = OpLoad %float %60 |
| %62 = OpFOrdLessThan %bool %58 %61 |
| OpStore %x_54 %62 |
| %63 = OpLoad %bool %x_54 |
| OpStore %x_55_phi %63 |
| OpBranch %55 |
| %55 = OpLabel |
| %64 = OpLoad %bool %x_55_phi |
| OpSelectionMerge %65 None |
| OpBranchConditional %64 %66 %67 |
| %66 = OpLabel |
| %68 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %69 = OpLoad %int %68 |
| %70 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %71 = OpLoad %int %70 |
| %72 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %73 = OpLoad %int %72 |
| %74 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0 |
| %75 = OpLoad %int %74 |
| %76 = OpConvertSToF %float %69 |
| %77 = OpConvertSToF %float %71 |
| %78 = OpConvertSToF %float %73 |
| %79 = OpConvertSToF %float %75 |
| %80 = OpCompositeConstruct %v4float %76 %77 %78 %79 |
| OpStore %x_GLF_color %80 |
| OpBranch %65 |
| %67 = OpLabel |
| %81 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1 |
| %82 = OpLoad %int %81 |
| %83 = OpConvertSToF %float %82 |
| %84 = OpCompositeConstruct %v4float %83 %83 %83 %83 |
| OpStore %x_GLF_color %84 |
| OpBranch %65 |
| %65 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %tint_symbol_2 = OpFunction %void None %85 |
| %tint_symbol = OpFunctionParameter %main_out |
| %89 = OpLabel |
| %90 = OpCompositeExtract %v4float %tint_symbol 0 |
| OpStore %tint_symbol_1 %90 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %19 |
| %92 = OpLabel |
| %93 = OpFunctionCall %void %main_1 |
| %95 = OpLoad %v4float %x_GLF_color |
| %96 = OpCompositeConstruct %main_out %95 |
| %94 = OpFunctionCall %void %tint_symbol_2 %96 |
| OpReturn |
| OpFunctionEnd |