| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 36 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %tint_symbol_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_1 "x_1" |
| OpName %tint_symbol_1 "tint_symbol_1" |
| OpName %main_1 "main_1" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_1_1" |
| OpName %tint_symbol_2 "tint_symbol_2" |
| OpName %tint_symbol "tint_symbol" |
| OpName %main "main" |
| OpDecorate %_arr_int_uint_1 ArrayStride 4 |
| OpDecorate %_arr_uint_uint_1 ArrayStride 4 |
| OpDecorate %tint_symbol_1 BuiltIn SampleMask |
| OpMemberDecorate %main_out 0 Offset 0 |
| %int = OpTypeInt 32 1 |
| %uint = OpTypeInt 32 0 |
| %uint_1 = OpConstant %uint 1 |
| %_arr_int_uint_1 = OpTypeArray %int %uint_1 |
| %_ptr_Private__arr_int_uint_1 = OpTypePointer Private %_arr_int_uint_1 |
| %7 = OpConstantNull %_arr_int_uint_1 |
| %x_1 = OpVariable %_ptr_Private__arr_int_uint_1 Private %7 |
| %_arr_uint_uint_1 = OpTypeArray %uint %uint_1 |
| %_ptr_Output__arr_uint_uint_1 = OpTypePointer Output %_arr_uint_uint_1 |
| %11 = OpConstantNull %_arr_uint_uint_1 |
| %tint_symbol_1 = OpVariable %_ptr_Output__arr_uint_uint_1 Output %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 %void %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 |
| %tint_symbol_2 = OpFunction %void None %20 |
| %tint_symbol = OpFunctionParameter %main_out |
| %24 = OpLabel |
| %26 = OpAccessChain %_ptr_Output_uint %tint_symbol_1 %int_0 |
| %27 = OpCompositeExtract %uint %tint_symbol 0 |
| OpStore %26 %27 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %12 |
| %29 = OpLabel |
| %30 = OpFunctionCall %void %main_1 |
| %33 = OpAccessChain %_ptr_Private_int %x_1 %int_0 |
| %34 = OpLoad %int %33 |
| %32 = OpBitcast %uint %34 |
| %35 = OpCompositeConstruct %main_out %32 |
| %31 = OpFunctionCall %void %tint_symbol_2 %35 |
| OpReturn |
| OpFunctionEnd |