blob: e4437719ea1804e804c2b434d42c8209f12dd76e [file] [log] [blame]
SKIP: FAILED
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 32
; Schema: 0
OpCapability Shader
OpCapability Float16
OpCapability UniformAndStorageBuffer16BitAccess
OpCapability StorageBuffer16BitAccess
OpCapability GroupNonUniformBallot
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %fragment_main "fragment_main"
OpEntryPoint GLCompute %compute_main "compute_main"
OpExecutionMode %fragment_main OriginUpperLeft
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_a3b3e5 "subgroupBroadcast_a3b3e5"
OpName %res "res"
OpName %fragment_main "fragment_main"
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
%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
%6 = OpTypeFunction %v3half
%half_0x1p_0 = OpConstant %half 0x1p+0
%11 = OpConstantComposite %v3half %half_0x1p_0 %half_0x1p_0 %half_0x1p_0
%int = OpTypeInt 32 1
%int_1 = OpConstant %int 1
%uint = OpTypeInt 32 0
%uint_3 = OpConstant %uint 3
%_ptr_Function_v3half = OpTypePointer Function %v3half
%18 = OpConstantNull %v3half
%void = OpTypeVoid
%20 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v3half = OpTypePointer StorageBuffer %v3half
%subgroupBroadcast_a3b3e5 = OpFunction %v3half None %6
%8 = OpLabel
%res = OpVariable %_ptr_Function_v3half Function %18
%9 = OpGroupNonUniformBroadcast %v3half %uint_3 %11 %int_1
OpStore %res %9
%19 = OpLoad %v3half %res
OpReturnValue %19
OpFunctionEnd
%fragment_main = OpFunction %void None %20
%23 = OpLabel
%26 = OpAccessChain %_ptr_StorageBuffer_v3half %prevent_dce %uint_0
%27 = OpFunctionCall %v3half %subgroupBroadcast_a3b3e5
OpStore %26 %27
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %20
%29 = OpLabel
%30 = OpAccessChain %_ptr_StorageBuffer_v3half %prevent_dce %uint_0
%31 = OpFunctionCall %v3half %subgroupBroadcast_a3b3e5
OpStore %30 %31
OpReturn
OpFunctionEnd
1:1: Id must be an unsigned integer scalar
%9 = OpGroupNonUniformBroadcast %v3half %uint_3 %11 %int_1