blob: 09648efb94d6553ad626f4f90c0e1183a9cf077f [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 26
; 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_41e5d7 "subgroupBroadcast_41e5d7"
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
%v3half = OpTypeVector %half 3
%prevent_dce_block = OpTypeStruct %v3half
%_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
%12 = OpConstantComposite %v3half %half_0x1p_0 %half_0x1p_0 %half_0x1p_0
%uint = OpTypeInt 32 0
%uint_1 = OpConstant %uint 1
%uint_3 = OpConstant %uint 3
%_ptr_Function_v3half = OpTypePointer Function %v3half
%18 = OpConstantNull %v3half
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v3half = OpTypePointer StorageBuffer %v3half
%subgroupBroadcast_41e5d7 = OpFunction %void None %6
%9 = OpLabel
%res = OpVariable %_ptr_Function_v3half Function %18
%10 = OpGroupNonUniformBroadcast %v3half %uint_3 %12 %uint_1
OpStore %res %10
%21 = OpAccessChain %_ptr_StorageBuffer_v3half %prevent_dce %uint_0
%22 = OpLoad %v3half %res
OpStore %21 %22
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %6
%24 = OpLabel
%25 = OpFunctionCall %void %subgroupBroadcast_41e5d7
OpReturn
OpFunctionEnd