blob: 5f2e9537223697c8ad961830df0a195f8eb3b783 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 26
; 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 %subgroupMul_fa781b "subgroupMul_fa781b"
OpName %arg_0 "arg_0"
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
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%tint_symbol_1 = OpTypeStruct %v3uint
%_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1
%1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer
%7 = OpTypeFunction %v3uint
%_ptr_Function_v3uint = OpTypePointer Function %v3uint
%uint_1 = OpConstant %uint 1
%11 = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1
%uint_3 = OpConstant %uint 3
%void = OpTypeVoid
%20 = OpTypeFunction %void
%_ptr_StorageBuffer_v3uint = OpTypePointer StorageBuffer %v3uint
%uint_0 = OpConstant %uint 0
%subgroupMul_fa781b = OpFunction %v3uint None %7
%8 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v3uint Function
%res = OpVariable %_ptr_Function_v3uint Function
OpStore %arg_0 %11
%13 = OpLoad %v3uint %arg_0
%14 = OpGroupNonUniformIMul %v3uint %uint_3 Reduce %13
OpStore %res %14
%17 = OpLoad %v3uint %res
OpReturnValue %17
OpFunctionEnd
%compute_main = OpFunction %void None %20
%21 = OpLabel
%22 = OpFunctionCall %v3uint %subgroupMul_fa781b
%23 = OpAccessChain %_ptr_StorageBuffer_v3uint %1 %uint_0
OpStore %23 %22
OpReturn
OpFunctionEnd