blob: 38060adfaf78f5eb538a088e4ea84f4a30862bd6 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 25
; Schema: 0
OpCapability Shader
OpCapability GroupNonUniformArithmetic
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %compute_main LocalSize 1 1 1
OpMemberName %tint_symbol_1 0 "tint_symbol"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %subgroupAdd_1eb429 "subgroupAdd_1eb429"
OpName %res "res"
OpName %compute_main "compute_main"
OpMemberDecorate %tint_symbol_1 0 Offset 0
OpDecorate %tint_symbol_1 Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
%int = OpTypeInt 32 1
%v2int = OpTypeVector %int 2
%tint_symbol_1 = OpTypeStruct %v2int
%_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1
%1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer
%7 = OpTypeFunction %v2int
%uint = OpTypeInt 32 0
%uint_3 = OpConstant %uint 3
%int_1 = OpConstant %int 1
%12 = OpConstantComposite %v2int %int_1 %int_1
%_ptr_Function_v2int = OpTypePointer Function %v2int
%void = OpTypeVoid
%19 = OpTypeFunction %void
%_ptr_StorageBuffer_v2int = OpTypePointer StorageBuffer %v2int
%uint_0 = OpConstant %uint 0
%subgroupAdd_1eb429 = OpFunction %v2int None %7
%8 = OpLabel
%res = OpVariable %_ptr_Function_v2int Function
%9 = OpGroupNonUniformIAdd %v2int %uint_3 Reduce %12
OpStore %res %9
%16 = OpLoad %v2int %res
OpReturnValue %16
OpFunctionEnd
%compute_main = OpFunction %void None %19
%20 = OpLabel
%21 = OpFunctionCall %v2int %subgroupAdd_1eb429
%22 = OpAccessChain %_ptr_StorageBuffer_v2int %1 %uint_0
OpStore %22 %21
OpReturn
OpFunctionEnd