2021-07-29 18:05:19 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2022-06-01 15:57:22 +00:00
|
|
|
; Bound: 27
|
2021-07-29 18:05:19 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
|
|
|
OpEntryPoint GLCompute %f "f"
|
|
|
|
OpExecutionMode %f LocalSize 1 1 1
|
|
|
|
OpName %f "f"
|
|
|
|
OpName %i "i"
|
|
|
|
%void = OpTypeVoid
|
|
|
|
%1 = OpTypeFunction %void
|
|
|
|
%int = OpTypeInt 32 1
|
2022-06-01 15:57:22 +00:00
|
|
|
%6 = OpConstantNull %int
|
2021-07-29 18:05:19 +00:00
|
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
|
|
%int_4 = OpConstant %int 4
|
|
|
|
%bool = OpTypeBool
|
|
|
|
%int_1 = OpConstant %int 1
|
|
|
|
%f = OpFunction %void None %1
|
|
|
|
%4 = OpLabel
|
2022-06-01 15:57:22 +00:00
|
|
|
%i = OpVariable %_ptr_Function_int Function %6
|
|
|
|
OpStore %i %6
|
|
|
|
OpBranch %9
|
|
|
|
%9 = OpLabel
|
|
|
|
OpLoopMerge %10 %11 None
|
2021-07-29 18:05:19 +00:00
|
|
|
OpBranch %12
|
|
|
|
%12 = OpLabel
|
2022-06-01 15:57:22 +00:00
|
|
|
%14 = OpLoad %int %i
|
|
|
|
%16 = OpSLessThan %bool %14 %int_4
|
|
|
|
%13 = OpLogicalNot %bool %16
|
|
|
|
OpSelectionMerge %18 None
|
|
|
|
OpBranchConditional %13 %19 %18
|
|
|
|
%19 = OpLabel
|
2021-07-29 18:05:19 +00:00
|
|
|
OpBranch %10
|
2022-06-01 15:57:22 +00:00
|
|
|
%18 = OpLabel
|
|
|
|
%21 = OpLoad %int %i
|
|
|
|
OpSelectionMerge %20 None
|
|
|
|
OpSwitch %21 %22 0 %23
|
|
|
|
%23 = OpLabel
|
|
|
|
OpBranch %11
|
|
|
|
%22 = OpLabel
|
|
|
|
OpBranch %20
|
|
|
|
%20 = OpLabel
|
|
|
|
OpBranch %11
|
2021-07-29 18:05:19 +00:00
|
|
|
%11 = OpLabel
|
2022-06-01 15:57:22 +00:00
|
|
|
%24 = OpLoad %int %i
|
|
|
|
%26 = OpIAdd %int %24 %int_1
|
|
|
|
OpStore %i %26
|
|
|
|
OpBranch %9
|
|
|
|
%10 = OpLabel
|
2021-07-29 18:05:19 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|