blob: c2f53954bf451c9227515150043b4e02060fb74e [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 27
; Schema: 0
OpCapability Shader
OpCapability GroupNonUniformBallot
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %compute_main LocalSize 1 1 1
OpName %prevent_dce_block "prevent_dce_block"
OpMemberName %prevent_dce_block 0 "inner"
OpName %prevent_dce "prevent_dce"
OpName %subgroupBroadcast_3e6879 "subgroupBroadcast_3e6879"
OpName %res "res"
OpName %compute_main "compute_main"
OpDecorate %prevent_dce_block Block
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce DescriptorSet 0
OpDecorate %prevent_dce Binding 0
%int = OpTypeInt 32 1
%v2int = OpTypeVector %int 2
%prevent_dce_block = OpTypeStruct %v2int
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%6 = OpTypeFunction %v2int
%int_1 = OpConstant %int 1
%11 = OpConstantComposite %v2int %int_1 %int_1
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%_ptr_Function_v2int = OpTypePointer Function %v2int
%17 = OpConstantNull %v2int
%void = OpTypeVoid
%19 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v2int = OpTypePointer StorageBuffer %v2int
%subgroupBroadcast_3e6879 = OpFunction %v2int None %6
%8 = OpLabel
%res = OpVariable %_ptr_Function_v2int Function %17
%9 = OpGroupNonUniformBroadcast %v2int %uint_3 %11 %uint_1
OpStore %res %9
%18 = OpLoad %v2int %res
OpReturnValue %18
OpFunctionEnd
%compute_main = OpFunction %void None %19
%22 = OpLabel
%25 = OpAccessChain %_ptr_StorageBuffer_v2int %prevent_dce %uint_0
%26 = OpFunctionCall %v2int %subgroupBroadcast_3e6879
OpStore %25 %26
OpReturn
OpFunctionEnd