1; Test: SpvModuleScopeVarParserTest_EntryPointWrapping_Flatten_Interpolation_Flat_Fragment_In.spvasm 2; SPIR-V 3; Version: 1.0 4; Generator: Khronos SPIR-V Tools Assembler; 0 5; Bound: 34 6; Schema: 0 7OpCapability Shader 8OpCapability SampleRateShading 9OpMemoryModel Logical Simple 10OpEntryPoint Fragment %3 "main" %1 %2 11OpExecutionMode %3 OriginUpperLeft 12OpDecorate %1 Location 1 13OpDecorate %2 Location 5 14OpDecorate %1 Flat 15OpDecorate %2 Flat 16%void = OpTypeVoid 17%5 = OpTypeFunction %void 18%bool = OpTypeBool 19%float = OpTypeFloat 32 20%uint = OpTypeInt 32 0 21%int = OpTypeInt 32 1 22%_ptr_Private_bool = OpTypePointer Private %bool 23%_ptr_Private_float = OpTypePointer Private %float 24%_ptr_Private_uint = OpTypePointer Private %uint 25%_ptr_Private_int = OpTypePointer Private %int 26%true = OpConstantTrue %bool 27%false = OpConstantFalse %bool 28%float_0 = OpConstant %float 0 29%float_1_5 = OpConstant %float 1.5 30%uint_1 = OpConstant %uint 1 31%int_n1 = OpConstant %int -1 32%int_14 = OpConstant %int 14 33%uint_2 = OpConstant %uint 2 34%v2bool = OpTypeVector %bool 2 35%v2uint = OpTypeVector %uint 2 36%v2int = OpTypeVector %int 2 37%v2float = OpTypeVector %float 2 38%v4float = OpTypeVector %float 4 39%mat3v2float = OpTypeMatrix %v2float 3 40%_arr_uint_uint_2 = OpTypeArray %uint %uint_2 41%_arr_float_uint_2 = OpTypeArray %float %uint_2 42%_struct_30 = OpTypeStruct %float %float 43%_ptr_Input__arr_float_uint_2 = OpTypePointer Input %_arr_float_uint_2 44%_ptr_Input__struct_30 = OpTypePointer Input %_struct_30 45%1 = OpVariable %_ptr_Input__arr_float_uint_2 Input 46%2 = OpVariable %_ptr_Input__struct_30 Input 47%3 = OpFunction %void None %5 48%33 = OpLabel 49OpReturn 50OpFunctionEnd 51 52