| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 33 |
| ; 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 |
| %int_0 = OpConstant %int 0 |
| %10 = OpConstantComposite %_arr_int_uint_1 %int_0 |
| %_ptr_Private__arr_int_uint_1 = OpTypePointer Private %_arr_int_uint_1 |
| %x_1 = OpVariable %_ptr_Private__arr_int_uint_1 Private %10 |
| %void = OpTypeVoid |
| %13 = OpTypeFunction %void |
| %main_out = OpTypeStruct %uint |
| %17 = OpTypeFunction %main_out |
| %_ptr_Private_int = OpTypePointer Private %int |
| %_ptr_Output_uint = OpTypePointer Output %uint |
| %main_1 = OpFunction %void None %13 |
| %16 = OpLabel |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %17 |
| %20 = OpLabel |
| %21 = OpFunctionCall %void %main_1 |
| %24 = OpAccessChain %_ptr_Private_int %x_1 %int_0 |
| %25 = OpLoad %int %24 |
| %22 = OpBitcast %uint %25 |
| %26 = OpCompositeConstruct %main_out %22 |
| OpReturnValue %26 |
| OpFunctionEnd |
| %main = OpFunction %void None %13 |
| %28 = OpLabel |
| %29 = OpFunctionCall %main_out %main_inner |
| %31 = OpAccessChain %_ptr_Output_uint %x_1_1_1 %int_0 |
| %32 = OpCompositeExtract %uint %29 0 |
| OpStore %31 %32 |
| OpReturn |
| OpFunctionEnd |