| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 35 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %x_1_1_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_1_1_1 "x_1_1_1" |
| OpName %x_1 "x_1" |
| OpName %main_1 "main_1" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_1_1" |
| OpName %main_inner "main_inner" |
| OpName %main "main" |
| OpDecorate %_arr_uint_uint_1 ArrayStride 4 |
| OpDecorate %x_1_1_1 BuiltIn SampleMask |
| OpDecorate %_arr_int_uint_1 ArrayStride 4 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %uint = OpTypeInt 32 0 |
| %uint_1 = OpConstant %uint 1 |
| %_arr_uint_uint_1 = OpTypeArray %uint %uint_1 |
| %_ptr_Output__arr_uint_uint_1 = OpTypePointer Output %_arr_uint_uint_1 |
| %6 = OpConstantNull %_arr_uint_uint_1 |
| %x_1_1_1 = OpVariable %_ptr_Output__arr_uint_uint_1 Output %6 |
| %int = OpTypeInt 32 1 |
| %_arr_int_uint_1 = OpTypeArray %int %uint_1 |
| %_ptr_Private__arr_int_uint_1 = OpTypePointer Private %_arr_int_uint_1 |
| %11 = OpConstantNull %_arr_int_uint_1 |
| %x_1 = OpVariable %_ptr_Private__arr_int_uint_1 Private %11 |
| %void = OpTypeVoid |
| %12 = OpTypeFunction %void |
| %int_0 = OpConstant %int 0 |
| %_ptr_Private_int = OpTypePointer Private %int |
| %int_12 = OpConstant %int 12 |
| %main_out = OpTypeStruct %uint |
| %20 = OpTypeFunction %main_out |
| %_ptr_Output_uint = OpTypePointer Output %uint |
| %main_1 = OpFunction %void None %12 |
| %15 = OpLabel |
| %18 = OpAccessChain %_ptr_Private_int %x_1 %int_0 |
| OpStore %18 %int_12 |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %20 |
| %23 = OpLabel |
| %24 = OpFunctionCall %void %main_1 |
| %26 = OpAccessChain %_ptr_Private_int %x_1 %int_0 |
| %27 = OpLoad %int %26 |
| %25 = OpBitcast %uint %27 |
| %28 = OpCompositeConstruct %main_out %25 |
| OpReturnValue %28 |
| OpFunctionEnd |
| %main = OpFunction %void None %12 |
| %30 = OpLabel |
| %31 = OpFunctionCall %main_out %main_inner |
| %33 = OpAccessChain %_ptr_Output_uint %x_1_1_1 %int_0 |
| %34 = OpCompositeExtract %uint %31 0 |
| OpStore %33 %34 |
| OpReturn |
| OpFunctionEnd |