| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 62 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %main "main" |
| OpExecutionMode %main LocalSize 1 1 1 |
| OpName %deref_const "deref_const" |
| OpName %a "a" |
| OpName %b "b" |
| OpName %no_deref_const "no_deref_const" |
| OpName %a_0 "a" |
| OpName %b_0 "b" |
| OpName %deref_let "deref_let" |
| OpName %a_1 "a" |
| OpName %b_1 "b" |
| OpName %no_deref_let "no_deref_let" |
| OpName %a_2 "a" |
| OpName %b_2 "b" |
| OpName %deref_var "deref_var" |
| OpName %a_3 "a" |
| OpName %i "i" |
| OpName %b_3 "b" |
| OpName %no_deref_var "no_deref_var" |
| OpName %a_4 "a" |
| OpName %b_4 "b" |
| OpName %main "main" |
| %void = OpTypeVoid |
| %1 = OpTypeFunction %void |
| %int = OpTypeInt 32 1 |
| %v3int = OpTypeVector %int 3 |
| %_ptr_Function_v3int = OpTypePointer Function %v3int |
| %9 = OpConstantNull %v3int |
| %10 = OpConstantNull %int |
| %_ptr_Function_int = OpTypePointer Function %int |
| %int_42 = OpConstant %int 42 |
| %deref_const = OpFunction %void None %1 |
| %4 = OpLabel |
| %a = OpVariable %_ptr_Function_v3int Function %9 |
| %b = OpVariable %_ptr_Function_int Function %10 |
| %12 = OpAccessChain %_ptr_Function_int %a %10 |
| %13 = OpLoad %int %12 |
| OpStore %b %13 |
| %15 = OpAccessChain %_ptr_Function_int %a %10 |
| OpStore %15 %int_42 |
| OpReturn |
| OpFunctionEnd |
| %no_deref_const = OpFunction %void None %1 |
| %18 = OpLabel |
| %a_0 = OpVariable %_ptr_Function_v3int Function %9 |
| %b_0 = OpVariable %_ptr_Function_int Function %10 |
| %20 = OpAccessChain %_ptr_Function_int %a_0 %10 |
| %21 = OpLoad %int %20 |
| OpStore %b_0 %21 |
| %23 = OpAccessChain %_ptr_Function_int %a_0 %10 |
| OpStore %23 %int_42 |
| OpReturn |
| OpFunctionEnd |
| %deref_let = OpFunction %void None %1 |
| %25 = OpLabel |
| %a_1 = OpVariable %_ptr_Function_v3int Function %9 |
| %b_1 = OpVariable %_ptr_Function_int Function %10 |
| %27 = OpAccessChain %_ptr_Function_int %a_1 %10 |
| %28 = OpLoad %int %27 |
| OpStore %b_1 %28 |
| %30 = OpAccessChain %_ptr_Function_int %a_1 %10 |
| OpStore %30 %int_42 |
| OpReturn |
| OpFunctionEnd |
| %no_deref_let = OpFunction %void None %1 |
| %32 = OpLabel |
| %a_2 = OpVariable %_ptr_Function_v3int Function %9 |
| %b_2 = OpVariable %_ptr_Function_int Function %10 |
| %34 = OpAccessChain %_ptr_Function_int %a_2 %10 |
| %35 = OpLoad %int %34 |
| OpStore %b_2 %35 |
| %37 = OpAccessChain %_ptr_Function_int %a_2 %10 |
| OpStore %37 %int_42 |
| OpReturn |
| OpFunctionEnd |
| %deref_var = OpFunction %void None %1 |
| %39 = OpLabel |
| %a_3 = OpVariable %_ptr_Function_v3int Function %9 |
| %i = OpVariable %_ptr_Function_int Function %10 |
| %b_3 = OpVariable %_ptr_Function_int Function %10 |
| OpStore %i %10 |
| %42 = OpLoad %int %i |
| %43 = OpAccessChain %_ptr_Function_int %a_3 %42 |
| %44 = OpLoad %int %43 |
| OpStore %b_3 %44 |
| %46 = OpAccessChain %_ptr_Function_int %a_3 %10 |
| OpStore %46 %int_42 |
| OpReturn |
| OpFunctionEnd |
| %no_deref_var = OpFunction %void None %1 |
| %48 = OpLabel |
| %a_4 = OpVariable %_ptr_Function_v3int Function %9 |
| %b_4 = OpVariable %_ptr_Function_int Function %10 |
| %50 = OpAccessChain %_ptr_Function_int %a_4 %10 |
| %51 = OpLoad %int %50 |
| OpStore %b_4 %51 |
| %53 = OpAccessChain %_ptr_Function_int %a_4 %10 |
| OpStore %53 %int_42 |
| OpReturn |
| OpFunctionEnd |
| %main = OpFunction %void None %1 |
| %55 = OpLabel |
| %56 = OpFunctionCall %void %deref_const |
| %57 = OpFunctionCall %void %no_deref_const |
| %58 = OpFunctionCall %void %deref_let |
| %59 = OpFunctionCall %void %no_deref_let |
| %60 = OpFunctionCall %void %deref_var |
| %61 = OpFunctionCall %void %no_deref_var |
| OpReturn |
| OpFunctionEnd |