blob: fae8d7d057e0c4326b7d730a523b11a881e6de4d [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 26
; 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_1d79c7 "subgroupBroadcast_1d79c7"
OpName %arg_0 "arg_0"
OpName %res "res"
OpName %compute_main "compute_main"
OpDecorate %prevent_dce_block Block
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce DescriptorSet 2
OpDecorate %prevent_dce Binding 0
%int = OpTypeInt 32 1
%prevent_dce_block = OpTypeStruct %int
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%void = OpTypeVoid
%5 = OpTypeFunction %void
%int_1 = OpConstant %int 1
%_ptr_Function_int = OpTypePointer Function %int
%12 = OpConstantNull %int
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%subgroupBroadcast_1d79c7 = OpFunction %void None %5
%8 = OpLabel
%arg_0 = OpVariable %_ptr_Function_int Function %12
%res = OpVariable %_ptr_Function_int Function %12
OpStore %arg_0 %int_1
%14 = OpLoad %int %arg_0
%13 = OpGroupNonUniformBroadcast %int %uint_3 %14 %uint_1
OpStore %res %13
%21 = OpAccessChain %_ptr_StorageBuffer_int %prevent_dce %uint_0
%22 = OpLoad %int %res
OpStore %21 %22
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %5
%24 = OpLabel
%25 = OpFunctionCall %void %subgroupBroadcast_1d79c7
OpReturn
OpFunctionEnd