blob: f0d97f4d3b1edf3c4994bdad9473d49aa0cd368f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 27
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
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_07e2d8 "subgroupBroadcast_07e2d8"
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
%half = OpTypeFloat 16
%prevent_dce_block = OpTypeStruct %half
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%5 = OpTypeFunction %half
%half_0x1p_0 = OpConstant %half 0x1p+0
%_ptr_Function_half = OpTypePointer Function %half
%11 = OpConstantNull %half
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%void = OpTypeVoid
%19 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_half = OpTypePointer StorageBuffer %half
%subgroupBroadcast_07e2d8 = OpFunction %half None %5
%7 = OpLabel
%arg_0 = OpVariable %_ptr_Function_half Function %11
%res = OpVariable %_ptr_Function_half Function %11
OpStore %arg_0 %half_0x1p_0
%13 = OpLoad %half %arg_0
%12 = OpGroupNonUniformBroadcast %half %uint_3 %13 %uint_1
OpStore %res %12
%18 = OpLoad %half %res
OpReturnValue %18
OpFunctionEnd
%compute_main = OpFunction %void None %19
%22 = OpLabel
%25 = OpAccessChain %_ptr_StorageBuffer_half %prevent_dce %uint_0
%26 = OpFunctionCall %half %subgroupBroadcast_07e2d8
OpStore %25 %26
OpReturn
OpFunctionEnd