blob: 1bf6fd61ef79774474277c94bbdfab9405635f75 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 23
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %fragment_main OriginUpperLeft
OpExecutionMode %compute_main LocalSize 1 1 1
OpMemberName %SB_RW 0 "arg_0"
OpName %SB_RW "SB_RW"
OpMemberName %tint_symbol_1 0 "tint_symbol"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %atomicStore_d1e9a6 "atomicStore_d1e9a6"
OpName %fragment_main "fragment_main"
OpName %compute_main "compute_main"
OpMemberDecorate %SB_RW 0 Offset 0
OpMemberDecorate %tint_symbol_1 0 Offset 0
OpDecorate %tint_symbol_1 Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 Coherent
%int = OpTypeInt 32 1
%SB_RW = OpTypeStruct %int
%tint_symbol_1 = OpTypeStruct %SB_RW
%_ptr_StorageBuffer_tint_symbol_1 = OpTypePointer StorageBuffer %tint_symbol_1
%1 = OpVariable %_ptr_StorageBuffer_tint_symbol_1 StorageBuffer
%void = OpTypeVoid
%8 = OpTypeFunction %void
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%uint_1 = OpConstant %uint 1
%int_1 = OpConstant %int 1
%atomicStore_d1e9a6 = OpFunction %void None %8
%9 = OpLabel
%10 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0 %uint_0
OpAtomicStore %10 %uint_1 %uint_0 %int_1
OpReturn
OpFunctionEnd
%fragment_main = OpFunction %void None %8
%18 = OpLabel
%19 = OpFunctionCall %void %atomicStore_d1e9a6
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %8
%21 = OpLabel
%22 = OpFunctionCall %void %atomicStore_d1e9a6
OpReturn
OpFunctionEnd