blob: 38f6755bf2308127d98e0aa6b64acf70712fa9f0 [file] [log] [blame] [edit]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 29
; 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_b7e93b "subgroupBroadcast_b7e93b"
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 0
OpDecorate %prevent_dce Binding 0
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%prevent_dce_block = OpTypeStruct %v4float
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%6 = OpTypeFunction %v4float
%float_1 = OpConstant %float 1
%10 = OpConstantComposite %v4float %float_1 %float_1 %float_1 %float_1
%_ptr_Function_v4float = OpTypePointer Function %v4float
%13 = OpConstantNull %v4float
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%void = OpTypeVoid
%21 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v4float = OpTypePointer StorageBuffer %v4float
%subgroupBroadcast_b7e93b = OpFunction %v4float None %6
%8 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v4float Function %13
%res = OpVariable %_ptr_Function_v4float Function %13
OpStore %arg_0 %10
%15 = OpLoad %v4float %arg_0
%14 = OpGroupNonUniformBroadcast %v4float %uint_3 %15 %uint_1
OpStore %res %14
%20 = OpLoad %v4float %res
OpReturnValue %20
OpFunctionEnd
%compute_main = OpFunction %void None %21
%24 = OpLabel
%27 = OpAccessChain %_ptr_StorageBuffer_v4float %prevent_dce %uint_0
%28 = OpFunctionCall %v4float %subgroupBroadcast_b7e93b
OpStore %27 %28
OpReturn
OpFunctionEnd