blob: ef0d6b0fe9cbfd0ed30ec568323086a2695db500 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 24
; 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_08beca "subgroupBroadcast_08beca"
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
%prevent_dce_block = OpTypeStruct %float
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%void = OpTypeVoid
%5 = OpTypeFunction %void
%float_1 = OpConstant %float 1
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%_ptr_Function_float = OpTypePointer Function %float
%16 = OpConstantNull %float
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_float = OpTypePointer StorageBuffer %float
%subgroupBroadcast_08beca = OpFunction %void None %5
%8 = OpLabel
%res = OpVariable %_ptr_Function_float Function %16
%9 = OpGroupNonUniformBroadcast %float %uint_3 %float_1 %uint_1
OpStore %res %9
%19 = OpAccessChain %_ptr_StorageBuffer_float %prevent_dce %uint_0
%20 = OpLoad %float %res
OpStore %19 %20
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %5
%22 = OpLabel
%23 = OpFunctionCall %void %subgroupBroadcast_08beca
OpReturn
OpFunctionEnd