blob: 335ac8a50178940330d50ae5e2f337b238c1f5a6 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 51
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpName %b_block "b_block"
OpMemberName %b_block 0 "inner"
OpName %Buf "Buf"
OpMemberName %Buf 0 "count"
OpMemberName %Buf 1 "data"
OpName %b "b"
OpName %tint_mod "tint_mod"
OpName %lhs "lhs"
OpName %rhs "rhs"
OpName %main "main"
OpName %i "i"
OpDecorate %b_block Block
OpMemberDecorate %b_block 0 Offset 0
OpMemberDecorate %Buf 0 Offset 0
OpMemberDecorate %Buf 1 Offset 4
OpDecorate %_arr_uint_uint_50 ArrayStride 4
OpDecorate %b DescriptorSet 0
OpDecorate %b Binding 0
%uint = OpTypeInt 32 0
%uint_50 = OpConstant %uint 50
%_arr_uint_uint_50 = OpTypeArray %uint %uint_50
%Buf = OpTypeStruct %uint %_arr_uint_uint_50
%b_block = OpTypeStruct %Buf
%_ptr_StorageBuffer_b_block = OpTypePointer StorageBuffer %b_block
%b = OpVariable %_ptr_StorageBuffer_b_block StorageBuffer
%8 = OpTypeFunction %uint %uint %uint
%14 = OpConstantNull %uint
%bool = OpTypeBool
%uint_1 = OpConstant %uint 1
%void = OpTypeVoid
%19 = OpTypeFunction %void
%_ptr_Function_uint = OpTypePointer Function %uint
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_uint = OpTypePointer StorageBuffer %uint
%uint_2 = OpConstant %uint 2
%tint_mod = OpFunction %uint None %8
%lhs = OpFunctionParameter %uint
%rhs = OpFunctionParameter %uint
%12 = OpLabel
%15 = OpIEqual %bool %rhs %14
%13 = OpSelect %uint %15 %uint_1 %rhs
%18 = OpUMod %uint %lhs %13
OpReturnValue %18
OpFunctionEnd
%main = OpFunction %void None %19
%22 = OpLabel
%i = OpVariable %_ptr_Function_uint Function %14
OpStore %i %14
OpBranch %25
%25 = OpLabel
OpLoopMerge %26 %27 None
OpBranch %28
%28 = OpLabel
%29 = OpLoad %uint %i
%32 = OpAccessChain %_ptr_StorageBuffer_uint %b %uint_0 %uint_0
%33 = OpLoad %uint %32
%34 = OpUGreaterThanEqual %bool %29 %33
OpSelectionMerge %35 None
OpBranchConditional %34 %36 %35
%36 = OpLabel
OpBranch %26
%35 = OpLabel
%37 = OpLoad %uint %i
%39 = OpLoad %uint %i
%38 = OpFunctionCall %uint %tint_mod %39 %uint_2
%41 = OpIEqual %bool %38 %14
OpSelectionMerge %42 None
OpBranchConditional %41 %43 %42
%43 = OpLabel
OpBranch %27
%42 = OpLabel
%44 = OpAccessChain %_ptr_StorageBuffer_uint %b %uint_0 %uint_1 %37
OpStore %44 %14
OpBranch %27
%27 = OpLabel
%45 = OpAccessChain %_ptr_StorageBuffer_uint %b %uint_0 %uint_1 %37
%46 = OpAccessChain %_ptr_StorageBuffer_uint %b %uint_0 %uint_1 %37
%47 = OpLoad %uint %46
%48 = OpIMul %uint %47 %uint_2
OpStore %45 %48
%49 = OpLoad %uint %i
%50 = OpIAdd %uint %49 %uint_1
OpStore %i %50
OpBranch %25
%26 = OpLabel
OpReturn
OpFunctionEnd