| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 60 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint GLCompute %compute_main "compute_main" %local_invocation_index_1_param_1 |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %local_invocation_index_1_param_1 "local_invocation_index_1_param_1" |
| OpName %local_invocation_index_1 "local_invocation_index_1" |
| OpName %arg_0 "arg_0" |
| OpName %atomicCompareExchangeWeak_e88938 "atomicCompareExchangeWeak_e88938" |
| OpName %arg_1 "arg_1" |
| OpName %arg_2 "arg_2" |
| OpName %x__atomic_compare_exchange_resulti32 "x__atomic_compare_exchange_resulti32" |
| OpMemberName %x__atomic_compare_exchange_resulti32 0 "old_value" |
| OpMemberName %x__atomic_compare_exchange_resulti32 1 "exchanged" |
| OpName %res "res" |
| OpName %__atomic_compare_exchange_resulti32 "__atomic_compare_exchange_resulti32" |
| OpMemberName %__atomic_compare_exchange_resulti32 0 "old_value" |
| OpMemberName %__atomic_compare_exchange_resulti32 1 "exchanged" |
| OpName %compute_main_inner "compute_main_inner" |
| OpName %local_invocation_index "local_invocation_index" |
| OpName %compute_main_1 "compute_main_1" |
| OpName %compute_main_inner_1 "compute_main_inner_1" |
| OpName %local_invocation_index_1_param "local_invocation_index_1_param" |
| OpName %compute_main "compute_main" |
| OpDecorate %local_invocation_index_1_param_1 BuiltIn LocalInvocationIndex |
| OpMemberDecorate %x__atomic_compare_exchange_resulti32 0 Offset 0 |
| OpMemberDecorate %x__atomic_compare_exchange_resulti32 1 Offset 4 |
| OpMemberDecorate %__atomic_compare_exchange_resulti32 0 Offset 0 |
| OpMemberDecorate %__atomic_compare_exchange_resulti32 1 Offset 4 |
| %uint = OpTypeInt 32 0 |
| %_ptr_Input_uint = OpTypePointer Input %uint |
| %local_invocation_index_1_param_1 = OpVariable %_ptr_Input_uint Input |
| %_ptr_Private_uint = OpTypePointer Private %uint |
| %6 = OpConstantNull %uint |
| %local_invocation_index_1 = OpVariable %_ptr_Private_uint Private %6 |
| %int = OpTypeInt 32 1 |
| %_ptr_Workgroup_int = OpTypePointer Workgroup %int |
| %arg_0 = OpVariable %_ptr_Workgroup_int Workgroup |
| %void = OpTypeVoid |
| %10 = OpTypeFunction %void |
| %14 = OpConstantNull %int |
| %_ptr_Function_int = OpTypePointer Function %int |
| %bool = OpTypeBool |
| %x__atomic_compare_exchange_resulti32 = OpTypeStruct %int %bool |
| %20 = OpConstantNull %x__atomic_compare_exchange_resulti32 |
| %_ptr_Function_x__atomic_compare_exchange_resulti32 = OpTypePointer Function %x__atomic_compare_exchange_resulti32 |
| %int_1 = OpConstant %int 1 |
| %__atomic_compare_exchange_resulti32 = OpTypeStruct %int %bool |
| %uint_2 = OpConstant %uint 2 |
| %uint_0 = OpConstant %uint 0 |
| %36 = OpTypeFunction %void %uint |
| %uint_264 = OpConstant %uint 264 |
| %atomicCompareExchangeWeak_e88938 = OpFunction %void None %10 |
| %13 = OpLabel |
| %arg_1 = OpVariable %_ptr_Function_int Function %14 |
| %arg_2 = OpVariable %_ptr_Function_int Function %14 |
| %res = OpVariable %_ptr_Function_x__atomic_compare_exchange_resulti32 Function %20 |
| OpStore %arg_1 %14 |
| OpStore %arg_2 %14 |
| OpStore %res %20 |
| OpStore %arg_1 %int_1 |
| OpStore %arg_2 %int_1 |
| %24 = OpLoad %int %arg_2 |
| %25 = OpLoad %int %arg_1 |
| %31 = OpAtomicCompareExchange %int %arg_0 %uint_2 %uint_0 %uint_0 %24 %25 |
| %32 = OpIEqual %bool %31 %25 |
| %26 = OpCompositeConstruct %__atomic_compare_exchange_resulti32 %31 %32 |
| %33 = OpCompositeExtract %int %26 0 |
| %34 = OpIEqual %bool %33 %24 |
| %35 = OpCompositeConstruct %x__atomic_compare_exchange_resulti32 %33 %34 |
| OpStore %res %35 |
| OpReturn |
| OpFunctionEnd |
| %compute_main_inner = OpFunction %void None %36 |
| %local_invocation_index = OpFunctionParameter %uint |
| %39 = OpLabel |
| OpAtomicStore %arg_0 %uint_2 %uint_0 %14 |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| %44 = OpFunctionCall %void %atomicCompareExchangeWeak_e88938 |
| OpReturn |
| OpFunctionEnd |
| %compute_main_1 = OpFunction %void None %10 |
| %46 = OpLabel |
| %47 = OpLoad %uint %local_invocation_index_1 |
| %48 = OpFunctionCall %void %compute_main_inner %47 |
| OpReturn |
| OpFunctionEnd |
| %compute_main_inner_1 = OpFunction %void None %36 |
| %local_invocation_index_1_param = OpFunctionParameter %uint |
| %51 = OpLabel |
| OpAtomicStore %arg_0 %uint_2 %uint_0 %14 |
| OpControlBarrier %uint_2 %uint_2 %uint_264 |
| OpStore %local_invocation_index_1 %local_invocation_index_1_param |
| %55 = OpFunctionCall %void %compute_main_1 |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %10 |
| %57 = OpLabel |
| %59 = OpLoad %uint %local_invocation_index_1_param_1 |
| %58 = OpFunctionCall %void %compute_main_inner_1 %59 |
| OpReturn |
| OpFunctionEnd |