blob: 3b9a33fa326d7d81344e304fafef1b46982e0321 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 29
; Schema: 0
OpCapability Shader
OpCapability GroupNonUniformArithmetic
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpExecutionMode %compute_main LocalSize 1 1 1
OpMemberName %tint_symbol_1 0 "tint_symbol"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %subgroupExclusiveMul_4525a3 "subgroupExclusiveMul_4525a3"
OpName %res "res"
OpName %fragment_main "fragment_main"
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
OpDecorate %1 Coherent
%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
%subgroupExclusiveMul_4525a3 = OpFunction %v2int None %7
%8 = OpLabel
%res = OpVariable %_ptr_Function_v2int Function
%9 = OpGroupNonUniformIMul %v2int %uint_3 ExclusiveScan %12
OpStore %res %9
%16 = OpLoad %v2int %res None
OpReturnValue %16
OpFunctionEnd
%fragment_main = OpFunction %void None %19
%20 = OpLabel
%21 = OpFunctionCall %v2int %subgroupExclusiveMul_4525a3
%22 = OpAccessChain %_ptr_StorageBuffer_v2int %1 %uint_0
OpStore %22 %21 None
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %19
%26 = OpLabel
%27 = OpFunctionCall %v2int %subgroupExclusiveMul_4525a3
%28 = OpAccessChain %_ptr_StorageBuffer_v2int %1 %uint_0
OpStore %28 %27 None
OpReturn
OpFunctionEnd