| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 30 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %str "str" |
| OpMemberName %str 0 "i" |
| OpName %func_F_X "func_F_X" |
| OpName %pointer_base "pointer_base" |
| OpName %pointer_indices "pointer_indices" |
| OpName %main "main" |
| OpName %F "F" |
| OpMemberDecorate %str 0 Offset 0 |
| OpDecorate %_arr_str_uint_4 ArrayStride 4 |
| OpDecorate %_arr_uint_uint_1 ArrayStride 4 |
| %int = OpTypeInt 32 1 |
| %str = OpTypeStruct %int |
| %uint = OpTypeInt 32 0 |
| %uint_4 = OpConstant %uint 4 |
| %_arr_str_uint_4 = OpTypeArray %str %uint_4 |
| %_ptr_Function__arr_str_uint_4 = OpTypePointer Function %_arr_str_uint_4 |
| %uint_1 = OpConstant %uint 1 |
| %_arr_uint_uint_1 = OpTypeArray %uint %uint_1 |
| %1 = OpTypeFunction %str %_ptr_Function__arr_str_uint_4 %_arr_uint_uint_1 |
| %15 = OpConstantNull %int |
| %_ptr_Function_str = OpTypePointer Function %str |
| %void = OpTypeVoid |
| %20 = OpTypeFunction %void |
| %25 = OpConstantNull %_arr_str_uint_4 |
| %uint_2 = OpConstant %uint 2 |
| %29 = OpConstantComposite %_arr_uint_uint_1 %uint_2 |
| %func_F_X = OpFunction %str None %1 |
| %pointer_base = OpFunctionParameter %_ptr_Function__arr_str_uint_4 |
| %pointer_indices = OpFunctionParameter %_arr_uint_uint_1 |
| %13 = OpLabel |
| %16 = OpCompositeExtract %uint %pointer_indices 0 |
| %18 = OpAccessChain %_ptr_Function_str %pointer_base %16 |
| %19 = OpLoad %str %18 |
| OpReturnValue %19 |
| OpFunctionEnd |
| %main = OpFunction %void None %20 |
| %23 = OpLabel |
| %F = OpVariable %_ptr_Function__arr_str_uint_4 Function %25 |
| %26 = OpFunctionCall %str %func_F_X %F %29 |
| OpReturn |
| OpFunctionEnd |