blob: 4289c2c283ae9d315b4c82552078b6c862f3a52a [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 81
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpMemberName %S 0 "a"
OpName %S "S"
OpMemberName %buffer_block 0 "inner"
OpName %buffer_block "buffer_block"
OpName %v "v"
OpName %idx1 "idx1"
OpName %idx2 "idx2"
OpName %idx3 "idx3"
OpName %idx4 "idx4"
OpName %idx5 "idx5"
OpName %idx6 "idx6"
OpName %main "main"
OpName %unused_entry_point "unused_entry_point"
OpDecorate %_arr_v4int_uint_4 ArrayStride 16
OpMemberDecorate %S 0 Offset 0
OpDecorate %_runtimearr_S ArrayStride 64
OpMemberDecorate %buffer_block 0 Offset 0
OpDecorate %buffer_block Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 Coherent
%int = OpTypeInt 32 1
%v4int = OpTypeVector %int 4
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_v4int_uint_4 = OpTypeArray %v4int %uint_4
%S = OpTypeStruct %_arr_v4int_uint_4
%_runtimearr_S = OpTypeRuntimeArray %S
%buffer_block = OpTypeStruct %_runtimearr_S
%_ptr_StorageBuffer_buffer_block = OpTypePointer StorageBuffer %buffer_block
%1 = OpVariable %_ptr_StorageBuffer_buffer_block StorageBuffer
%_ptr_Private_uint = OpTypePointer Private %uint
%13 = OpConstantNull %uint
%v = OpVariable %_ptr_Private_uint Private %13
%15 = OpTypeFunction %int
%uint_1 = OpConstant %uint 1
%int_1 = OpConstant %int 1
%int_2 = OpConstant %int 2
%int_3 = OpConstant %int 3
%int_4 = OpConstant %int 4
%int_0 = OpConstant %int 0
%void = OpTypeVoid
%47 = OpTypeFunction %void
%_ptr_StorageBuffer_v4int = OpTypePointer StorageBuffer %v4int
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%uint_10 = OpConstant %uint 10
%bool = OpTypeBool
%idx1 = OpFunction %int None %15
%16 = OpLabel
%17 = OpLoad %uint %v None
%18 = OpIAdd %uint %17 %uint_1
OpStore %v %18 None
OpReturnValue %int_1
OpFunctionEnd
%idx2 = OpFunction %int None %15
%22 = OpLabel
%23 = OpLoad %uint %v None
%24 = OpIAdd %uint %23 %uint_1
OpStore %v %24 None
OpReturnValue %int_2
OpFunctionEnd
%idx3 = OpFunction %int None %15
%27 = OpLabel
%28 = OpLoad %uint %v None
%29 = OpIAdd %uint %28 %uint_1
OpStore %v %29 None
OpReturnValue %int_3
OpFunctionEnd
%idx4 = OpFunction %int None %15
%32 = OpLabel
%33 = OpLoad %uint %v None
%34 = OpIAdd %uint %33 %uint_1
OpStore %v %34 None
OpReturnValue %int_4
OpFunctionEnd
%idx5 = OpFunction %int None %15
%37 = OpLabel
%38 = OpLoad %uint %v None
%39 = OpIAdd %uint %38 %uint_1
OpStore %v %39 None
OpReturnValue %int_0
OpFunctionEnd
%idx6 = OpFunction %int None %15
%42 = OpLabel
%43 = OpLoad %uint %v None
%44 = OpIAdd %uint %43 %uint_1
OpStore %v %44 None
OpReturnValue %int_2
OpFunctionEnd
%main = OpFunction %void None %47
%48 = OpLabel
OpBranch %49
%49 = OpLabel
%54 = OpFunctionCall %int %idx1
%55 = OpFunctionCall %int %idx2
%56 = OpAccessChain %_ptr_StorageBuffer_v4int %1 %uint_0 %54 %uint_0 %55
%59 = OpFunctionCall %int %idx3
%60 = OpAccessChain %_ptr_StorageBuffer_int %56 %59
%62 = OpLoad %int %60 None
%63 = OpIAdd %int %62 %int_1
%64 = OpAccessChain %_ptr_StorageBuffer_int %56 %59
OpStore %64 %63 None
OpBranch %52
%52 = OpLabel
OpLoopMerge %53 %51 None
OpBranch %50
%50 = OpLabel
%65 = OpLoad %uint %v None
%66 = OpULessThan %bool %65 %uint_10
OpSelectionMerge %69 None
OpBranchConditional %66 %69 %70
%70 = OpLabel
OpBranch %53
%69 = OpLabel
OpBranch %51
%51 = OpLabel
%71 = OpFunctionCall %int %idx4
%72 = OpFunctionCall %int %idx5
%73 = OpAccessChain %_ptr_StorageBuffer_v4int %1 %uint_0 %71 %uint_0 %72
%74 = OpFunctionCall %int %idx6
%75 = OpAccessChain %_ptr_StorageBuffer_int %73 %74
%76 = OpLoad %int %75 None
%77 = OpIAdd %int %76 %int_1
%78 = OpAccessChain %_ptr_StorageBuffer_int %73 %74
OpStore %78 %77 None
OpBranch %52
%53 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %47
%80 = OpLabel
OpReturn
OpFunctionEnd