blob: 547f61047891ef1c4d0ce6c6dc9ed18868f079ad [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 28
; 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_0f44e2 "subgroupBroadcast_0f44e2"
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
%half = OpTypeFloat 16
%v4half = OpTypeVector %half 4
%prevent_dce_block = OpTypeStruct %v4half
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%void = OpTypeVoid
%6 = OpTypeFunction %void
%half_0x1p_0 = OpConstant %half 0x1p+0
%11 = OpConstantComposite %v4half %half_0x1p_0 %half_0x1p_0 %half_0x1p_0 %half_0x1p_0
%_ptr_Function_v4half = OpTypePointer Function %v4half
%14 = OpConstantNull %v4half
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v4half = OpTypePointer StorageBuffer %v4half
%subgroupBroadcast_0f44e2 = OpFunction %void None %6
%9 = OpLabel
%arg_0 = OpVariable %_ptr_Function_v4half Function %14
%res = OpVariable %_ptr_Function_v4half Function %14
OpStore %arg_0 %11
%16 = OpLoad %v4half %arg_0
%15 = OpGroupNonUniformBroadcast %v4half %uint_3 %16 %uint_1
OpStore %res %15
%23 = OpAccessChain %_ptr_StorageBuffer_v4half %prevent_dce %uint_0
%24 = OpLoad %v4half %res
OpStore %23 %24
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %6
%26 = OpLabel
%27 = OpFunctionCall %void %subgroupBroadcast_0f44e2
OpReturn
OpFunctionEnd