blob: 9297831870c72f6e226573488539c881f11c3490 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 30
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main" %local_invocation_index_1
OpExecutionMode %main LocalSize 1 1 1
OpName %local_invocation_index_1 "local_invocation_index_1"
OpName %str "str"
OpMemberName %str 0 "i"
OpName %S "S"
OpName %func_S_i "func_S_i"
OpName %main_inner "main_inner"
OpName %local_invocation_index "local_invocation_index"
OpName %main "main"
OpDecorate %local_invocation_index_1 BuiltIn LocalInvocationIndex
OpMemberDecorate %str 0 Offset 0
%uint = OpTypeInt 32 0
%_ptr_Input_uint = OpTypePointer Input %uint
%local_invocation_index_1 = OpVariable %_ptr_Input_uint Input
%int = OpTypeInt 32 1
%str = OpTypeStruct %int
%_ptr_Workgroup_str = OpTypePointer Workgroup %str
%S = OpVariable %_ptr_Workgroup_str Workgroup
%8 = OpTypeFunction %int
%uint_0 = OpConstant %uint 0
%_ptr_Workgroup_int = OpTypePointer Workgroup %int
%void = OpTypeVoid
%15 = OpTypeFunction %void %uint
%20 = OpConstantNull %str
%uint_2 = OpConstant %uint 2
%uint_264 = OpConstant %uint 264
%25 = OpTypeFunction %void
%func_S_i = OpFunction %int None %8
%10 = OpLabel
%13 = OpAccessChain %_ptr_Workgroup_int %S %uint_0
%14 = OpLoad %int %13
OpReturnValue %14
OpFunctionEnd
%main_inner = OpFunction %void None %15
%local_invocation_index = OpFunctionParameter %uint
%19 = OpLabel
OpStore %S %20
OpControlBarrier %uint_2 %uint_2 %uint_264
%24 = OpFunctionCall %int %func_S_i
OpReturn
OpFunctionEnd
%main = OpFunction %void None %25
%27 = OpLabel
%29 = OpLoad %uint %local_invocation_index_1
%28 = OpFunctionCall %void %main_inner %29
OpReturn
OpFunctionEnd