2021-06-18 21:15:25 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2022-05-31 13:20:28 +00:00
|
|
|
; Bound: 36
|
2021-06-18 21:15:25 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
|
|
|
OpMemoryModel Logical GLSL450
|
2021-08-05 17:34:19 +00:00
|
|
|
OpEntryPoint GLCompute %compute_main "compute_main" %local_invocation_index_1
|
2021-06-18 21:15:25 +00:00
|
|
|
OpExecutionMode %compute_main LocalSize 1 1 1
|
2021-08-05 17:34:19 +00:00
|
|
|
OpName %local_invocation_index_1 "local_invocation_index_1"
|
2021-06-18 21:15:25 +00:00
|
|
|
OpName %arg_0 "arg_0"
|
2022-05-31 13:20:28 +00:00
|
|
|
OpName %atomicCompareExchangeWeak_83580d "atomicCompareExchangeWeak_83580d"
|
|
|
|
OpName %__atomic_compare_exchange_resultu32 "__atomic_compare_exchange_resultu32"
|
|
|
|
OpMemberName %__atomic_compare_exchange_resultu32 0 "old_value"
|
|
|
|
OpMemberName %__atomic_compare_exchange_resultu32 1 "exchanged"
|
2021-06-18 21:15:25 +00:00
|
|
|
OpName %res "res"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpName %compute_main_inner "compute_main_inner"
|
|
|
|
OpName %local_invocation_index "local_invocation_index"
|
2021-06-18 21:15:25 +00:00
|
|
|
OpName %compute_main "compute_main"
|
2021-08-05 17:34:19 +00:00
|
|
|
OpDecorate %local_invocation_index_1 BuiltIn LocalInvocationIndex
|
2022-05-31 13:20:28 +00:00
|
|
|
OpMemberDecorate %__atomic_compare_exchange_resultu32 0 Offset 0
|
|
|
|
OpMemberDecorate %__atomic_compare_exchange_resultu32 1 Offset 4
|
2021-06-18 21:15:25 +00:00
|
|
|
%uint = OpTypeInt 32 0
|
2021-08-05 17:34:19 +00:00
|
|
|
%_ptr_Input_uint = OpTypePointer Input %uint
|
|
|
|
%local_invocation_index_1 = OpVariable %_ptr_Input_uint Input
|
2021-06-18 21:15:25 +00:00
|
|
|
%_ptr_Workgroup_uint = OpTypePointer Workgroup %uint
|
|
|
|
%arg_0 = OpVariable %_ptr_Workgroup_uint Workgroup
|
|
|
|
%void = OpTypeVoid
|
2021-06-18 22:44:31 +00:00
|
|
|
%6 = OpTypeFunction %void
|
2022-05-31 13:20:28 +00:00
|
|
|
%bool = OpTypeBool
|
|
|
|
%__atomic_compare_exchange_resultu32 = OpTypeStruct %uint %bool
|
2021-06-18 21:15:25 +00:00
|
|
|
%uint_2 = OpConstant %uint 2
|
|
|
|
%uint_0 = OpConstant %uint 0
|
|
|
|
%uint_1 = OpConstant %uint 1
|
2022-05-31 13:20:28 +00:00
|
|
|
%_ptr_Function___atomic_compare_exchange_resultu32 = OpTypePointer Function %__atomic_compare_exchange_resultu32
|
|
|
|
%21 = OpConstantNull %__atomic_compare_exchange_resultu32
|
|
|
|
%22 = OpTypeFunction %void %uint
|
|
|
|
%28 = OpConstantNull %uint
|
2021-06-18 22:44:31 +00:00
|
|
|
%uint_264 = OpConstant %uint 264
|
2022-05-31 13:20:28 +00:00
|
|
|
%atomicCompareExchangeWeak_83580d = OpFunction %void None %6
|
2021-06-18 22:44:31 +00:00
|
|
|
%9 = OpLabel
|
2022-05-31 13:20:28 +00:00
|
|
|
%res = OpVariable %_ptr_Function___atomic_compare_exchange_resultu32 Function %21
|
2021-06-18 22:44:31 +00:00
|
|
|
%17 = OpAtomicCompareExchange %uint %arg_0 %uint_2 %uint_0 %uint_0 %uint_1 %uint_1
|
|
|
|
%18 = OpIEqual %bool %17 %uint_1
|
2022-05-31 13:20:28 +00:00
|
|
|
%10 = OpCompositeConstruct %__atomic_compare_exchange_resultu32 %17 %18
|
2021-06-18 22:44:31 +00:00
|
|
|
OpStore %res %10
|
2021-06-18 21:15:25 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2022-05-31 13:20:28 +00:00
|
|
|
%compute_main_inner = OpFunction %void None %22
|
2021-08-05 17:34:19 +00:00
|
|
|
%local_invocation_index = OpFunctionParameter %uint
|
2022-05-31 13:20:28 +00:00
|
|
|
%25 = OpLabel
|
|
|
|
OpAtomicStore %arg_0 %uint_2 %uint_0 %28
|
2021-06-18 22:44:31 +00:00
|
|
|
OpControlBarrier %uint_2 %uint_2 %uint_264
|
2022-05-31 13:20:28 +00:00
|
|
|
%31 = OpFunctionCall %void %atomicCompareExchangeWeak_83580d
|
2021-08-05 17:34:19 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
|
|
|
%compute_main = OpFunction %void None %6
|
2022-05-31 13:20:28 +00:00
|
|
|
%33 = OpLabel
|
|
|
|
%35 = OpLoad %uint %local_invocation_index_1
|
|
|
|
%34 = OpFunctionCall %void %compute_main_inner %35
|
2021-06-18 21:15:25 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|