2021-05-26 15:41:02 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2021-06-18 22:44:31 +00:00
|
|
|
; Bound: 70
|
2021-05-26 15:41:02 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-06-18 22:44:31 +00:00
|
|
|
OpEntryPoint GLCompute %main1 "main1" %tint_symbol
|
|
|
|
OpEntryPoint GLCompute %main2 "main2" %tint_symbol_1
|
|
|
|
OpEntryPoint GLCompute %main3 "main3" %tint_symbol_2
|
2021-05-26 15:41:02 +00:00
|
|
|
OpEntryPoint GLCompute %main4 "main4"
|
|
|
|
OpExecutionMode %main1 LocalSize 1 1 1
|
|
|
|
OpExecutionMode %main2 LocalSize 1 1 1
|
|
|
|
OpExecutionMode %main3 LocalSize 1 1 1
|
|
|
|
OpExecutionMode %main4 LocalSize 1 1 1
|
|
|
|
OpName %a "a"
|
|
|
|
OpName %b "b"
|
|
|
|
OpName %c "c"
|
2021-06-18 22:44:31 +00:00
|
|
|
OpName %tint_symbol "tint_symbol"
|
|
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
|
|
OpName %tint_symbol_2 "tint_symbol_2"
|
2021-05-26 15:41:02 +00:00
|
|
|
OpName %uses_a "uses_a"
|
|
|
|
OpName %uses_b "uses_b"
|
|
|
|
OpName %uses_a_and_b "uses_a_and_b"
|
|
|
|
OpName %no_uses "no_uses"
|
|
|
|
OpName %outer "outer"
|
|
|
|
OpName %main1 "main1"
|
|
|
|
OpName %main2 "main2"
|
|
|
|
OpName %main3 "main3"
|
|
|
|
OpName %main4 "main4"
|
2021-06-18 22:44:31 +00:00
|
|
|
OpDecorate %tint_symbol BuiltIn LocalInvocationIndex
|
|
|
|
OpDecorate %tint_symbol_1 BuiltIn LocalInvocationIndex
|
|
|
|
OpDecorate %tint_symbol_2 BuiltIn LocalInvocationIndex
|
2021-05-26 15:41:02 +00:00
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%_ptr_Workgroup_int = OpTypePointer Workgroup %int
|
|
|
|
%a = OpVariable %_ptr_Workgroup_int Workgroup
|
|
|
|
%b = OpVariable %_ptr_Workgroup_int Workgroup
|
|
|
|
%c = OpVariable %_ptr_Workgroup_int Workgroup
|
2021-06-18 22:44:31 +00:00
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
|
|
%tint_symbol = OpVariable %_ptr_Input_uint Input
|
|
|
|
%tint_symbol_1 = OpVariable %_ptr_Input_uint Input
|
|
|
|
%tint_symbol_2 = OpVariable %_ptr_Input_uint Input
|
2021-05-26 15:41:02 +00:00
|
|
|
%void = OpTypeVoid
|
2021-06-18 22:44:31 +00:00
|
|
|
%11 = OpTypeFunction %void
|
2021-05-26 15:41:02 +00:00
|
|
|
%int_1 = OpConstant %int 1
|
|
|
|
%int_2 = OpConstant %int 2
|
|
|
|
%int_0 = OpConstant %int 0
|
2021-06-18 22:44:31 +00:00
|
|
|
%uint_0 = OpConstant %uint 0
|
|
|
|
%bool = OpTypeBool
|
|
|
|
%43 = OpConstantNull %int
|
|
|
|
%uint_2 = OpConstant %uint 2
|
|
|
|
%uint_264 = OpConstant %uint 264
|
2021-05-26 15:41:02 +00:00
|
|
|
%int_42 = OpConstant %int 42
|
|
|
|
%int_7 = OpConstant %int 7
|
2021-06-18 22:44:31 +00:00
|
|
|
%uses_a = OpFunction %void None %11
|
2021-05-26 15:41:02 +00:00
|
|
|
%14 = OpLabel
|
2021-06-18 22:44:31 +00:00
|
|
|
%15 = OpLoad %int %a
|
|
|
|
%17 = OpIAdd %int %15 %int_1
|
|
|
|
OpStore %a %17
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%uses_b = OpFunction %void None %11
|
2021-05-26 15:41:02 +00:00
|
|
|
%19 = OpLabel
|
2021-06-18 22:44:31 +00:00
|
|
|
%20 = OpLoad %int %b
|
|
|
|
%22 = OpIMul %int %20 %int_2
|
|
|
|
OpStore %b %22
|
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
|
|
|
%uses_a_and_b = OpFunction %void None %11
|
|
|
|
%24 = OpLabel
|
|
|
|
%25 = OpLoad %int %a
|
|
|
|
OpStore %b %25
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%no_uses = OpFunction %void None %11
|
|
|
|
%27 = OpLabel
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%outer = OpFunction %void None %11
|
|
|
|
%29 = OpLabel
|
2021-05-26 15:41:02 +00:00
|
|
|
OpStore %a %int_0
|
2021-06-18 22:44:31 +00:00
|
|
|
%31 = OpFunctionCall %void %uses_a
|
|
|
|
%32 = OpFunctionCall %void %uses_a_and_b
|
|
|
|
%33 = OpFunctionCall %void %uses_b
|
|
|
|
%34 = OpFunctionCall %void %no_uses
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%main1 = OpFunction %void None %11
|
|
|
|
%36 = OpLabel
|
|
|
|
%37 = OpLoad %uint %tint_symbol
|
|
|
|
%39 = OpIEqual %bool %37 %uint_0
|
|
|
|
OpSelectionMerge %41 None
|
|
|
|
OpBranchConditional %39 %42 %41
|
|
|
|
%42 = OpLabel
|
|
|
|
OpStore %a %43
|
|
|
|
OpBranch %41
|
|
|
|
%41 = OpLabel
|
|
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
2021-05-26 15:41:02 +00:00
|
|
|
OpStore %a %int_42
|
2021-06-18 22:44:31 +00:00
|
|
|
%48 = OpFunctionCall %void %uses_a
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%main2 = OpFunction %void None %11
|
|
|
|
%50 = OpLabel
|
|
|
|
%51 = OpLoad %uint %tint_symbol_1
|
|
|
|
%52 = OpIEqual %bool %51 %uint_0
|
|
|
|
OpSelectionMerge %53 None
|
|
|
|
OpBranchConditional %52 %54 %53
|
|
|
|
%54 = OpLabel
|
|
|
|
OpStore %b %43
|
|
|
|
OpBranch %53
|
|
|
|
%53 = OpLabel
|
|
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
2021-05-26 15:41:02 +00:00
|
|
|
OpStore %b %int_7
|
2021-06-18 22:44:31 +00:00
|
|
|
%57 = OpFunctionCall %void %uses_b
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%main3 = OpFunction %void None %11
|
|
|
|
%59 = OpLabel
|
|
|
|
%60 = OpLoad %uint %tint_symbol_2
|
|
|
|
%61 = OpIEqual %bool %60 %uint_0
|
|
|
|
OpSelectionMerge %62 None
|
|
|
|
OpBranchConditional %61 %63 %62
|
|
|
|
%63 = OpLabel
|
|
|
|
OpStore %a %43
|
|
|
|
OpStore %b %43
|
|
|
|
OpBranch %62
|
|
|
|
%62 = OpLabel
|
|
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
|
|
|
%65 = OpFunctionCall %void %outer
|
|
|
|
%66 = OpFunctionCall %void %no_uses
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-06-18 22:44:31 +00:00
|
|
|
%main4 = OpFunction %void None %11
|
|
|
|
%68 = OpLabel
|
|
|
|
%69 = OpFunctionCall %void %no_uses
|
2021-05-26 15:41:02 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|