blob: 7bd0ec74f422f5c96c22ea53a5cd7471f24d13dc [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_5196c8 "subgroupBroadcast_5196c8"
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
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%prevent_dce_block = OpTypeStruct %v2float
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%void = OpTypeVoid
%6 = OpTypeFunction %void
%float_1 = OpConstant %float 1
%12 = OpConstantComposite %v2float %float_1 %float_1
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%_ptr_Function_v2float = OpTypePointer Function %v2float
%18 = OpConstantNull %v2float
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v2float = OpTypePointer StorageBuffer %v2float
%subgroupBroadcast_5196c8 = OpFunction %void None %6
%9 = OpLabel
%res = OpVariable %_ptr_Function_v2float Function %18
%10 = OpGroupNonUniformBroadcast %v2float %uint_3 %12 %uint_1
OpStore %res %10
%21 = OpAccessChain %_ptr_StorageBuffer_v2float %prevent_dce %uint_0
%22 = OpLoad %v2float %res
OpStore %21 %22
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %6
%24 = OpLabel
%25 = OpFunctionCall %void %subgroupBroadcast_5196c8
OpReturn
OpFunctionEnd