blob: f08514e14b565e08147c3573ec52cc24412af8ae [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 39
; 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 %tint_zero_workgroup_memory "tint_zero_workgroup_memory"
OpName %local_idx "local_idx"
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
%void = OpTypeVoid
%8 = OpTypeFunction %void %uint
%uint_1 = OpConstant %uint 1
%bool = OpTypeBool
%18 = OpConstantNull %str
%uint_2 = OpConstant %uint 2
%uint_264 = OpConstant %uint 264
%22 = OpTypeFunction %int
%uint_0 = OpConstant %uint 0
%_ptr_Workgroup_int = OpTypePointer Workgroup %int
%34 = OpTypeFunction %void
%tint_zero_workgroup_memory = OpFunction %void None %8
%local_idx = OpFunctionParameter %uint
%12 = OpLabel
%14 = OpULessThan %bool %local_idx %uint_1
OpSelectionMerge %16 None
OpBranchConditional %14 %17 %16
%17 = OpLabel
OpStore %S %18
OpBranch %16
%16 = OpLabel
OpControlBarrier %uint_2 %uint_2 %uint_264
OpReturn
OpFunctionEnd
%func_S_i = OpFunction %int None %22
%24 = OpLabel
%27 = OpAccessChain %_ptr_Workgroup_int %S %uint_0
%28 = OpLoad %int %27
OpReturnValue %28
OpFunctionEnd
%main_inner = OpFunction %void None %8
%local_invocation_index = OpFunctionParameter %uint
%31 = OpLabel
%32 = OpFunctionCall %void %tint_zero_workgroup_memory %local_invocation_index
%33 = OpFunctionCall %int %func_S_i
OpReturn
OpFunctionEnd
%main = OpFunction %void None %34
%36 = OpLabel
%38 = OpLoad %uint %local_invocation_index_1
%37 = OpFunctionCall %void %main_inner %38
OpReturn
OpFunctionEnd