| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 40 |
| ; Schema: 0 |
| OpCapability Shader |
| OpCapability SampleRateShading |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %x_1_param_1 %x_2_param_1 %x_3_param_1 %x_4_param_1 %x_5_param_1 %x_6_param_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_1_param_1 "x_1_param_1" |
| OpName %x_2_param_1 "x_2_param_1" |
| OpName %x_3_param_1 "x_3_param_1" |
| OpName %x_4_param_1 "x_4_param_1" |
| OpName %x_5_param_1 "x_5_param_1" |
| OpName %x_6_param_1 "x_6_param_1" |
| OpName %x_1 "x_1" |
| OpName %x_2 "x_2" |
| OpName %x_3 "x_3" |
| OpName %x_4 "x_4" |
| OpName %x_5 "x_5" |
| OpName %x_6 "x_6" |
| OpName %main_1 "main_1" |
| OpName %main_inner "main_inner" |
| OpName %x_1_param "x_1_param" |
| OpName %x_2_param "x_2_param" |
| OpName %x_3_param "x_3_param" |
| OpName %x_4_param "x_4_param" |
| OpName %x_5_param "x_5_param" |
| OpName %x_6_param "x_6_param" |
| OpName %main "main" |
| OpDecorate %x_1_param_1 Location 1 |
| OpDecorate %x_2_param_1 Location 2 |
| OpDecorate %x_2_param_1 Centroid |
| OpDecorate %x_3_param_1 Location 3 |
| OpDecorate %x_3_param_1 Sample |
| OpDecorate %x_4_param_1 Location 4 |
| OpDecorate %x_4_param_1 NoPerspective |
| OpDecorate %x_5_param_1 Location 5 |
| OpDecorate %x_5_param_1 NoPerspective |
| OpDecorate %x_5_param_1 Centroid |
| OpDecorate %x_6_param_1 Location 6 |
| OpDecorate %x_6_param_1 NoPerspective |
| OpDecorate %x_6_param_1 Sample |
| %float = OpTypeFloat 32 |
| %_ptr_Input_float = OpTypePointer Input %float |
| %x_1_param_1 = OpVariable %_ptr_Input_float Input |
| %x_2_param_1 = OpVariable %_ptr_Input_float Input |
| %x_3_param_1 = OpVariable %_ptr_Input_float Input |
| %x_4_param_1 = OpVariable %_ptr_Input_float Input |
| %x_5_param_1 = OpVariable %_ptr_Input_float Input |
| %x_6_param_1 = OpVariable %_ptr_Input_float Input |
| %_ptr_Private_float = OpTypePointer Private %float |
| %11 = OpConstantNull %float |
| %x_1 = OpVariable %_ptr_Private_float Private %11 |
| %x_2 = OpVariable %_ptr_Private_float Private %11 |
| %x_3 = OpVariable %_ptr_Private_float Private %11 |
| %x_4 = OpVariable %_ptr_Private_float Private %11 |
| %x_5 = OpVariable %_ptr_Private_float Private %11 |
| %x_6 = OpVariable %_ptr_Private_float Private %11 |
| %void = OpTypeVoid |
| %17 = OpTypeFunction %void |
| %21 = OpTypeFunction %void %float %float %float %float %float %float |
| %main_1 = OpFunction %void None %17 |
| %20 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %void None %21 |
| %x_1_param = OpFunctionParameter %float |
| %x_2_param = OpFunctionParameter %float |
| %x_3_param = OpFunctionParameter %float |
| %x_4_param = OpFunctionParameter %float |
| %x_5_param = OpFunctionParameter %float |
| %x_6_param = OpFunctionParameter %float |
| %29 = OpLabel |
| OpStore %x_1 %x_1_param |
| OpStore %x_2 %x_2_param |
| OpStore %x_3 %x_3_param |
| OpStore %x_4 %x_4_param |
| OpStore %x_5 %x_5_param |
| OpStore %x_6 %x_6_param |
| %30 = OpFunctionCall %void %main_1 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %17 |
| %32 = OpLabel |
| %34 = OpLoad %float %x_1_param_1 |
| %35 = OpLoad %float %x_2_param_1 |
| %36 = OpLoad %float %x_3_param_1 |
| %37 = OpLoad %float %x_4_param_1 |
| %38 = OpLoad %float %x_5_param_1 |
| %39 = OpLoad %float %x_6_param_1 |
| %33 = OpFunctionCall %void %main_inner %34 %35 %36 %37 %38 %39 |
| OpReturn |
| OpFunctionEnd |