blob: dc744cf6634f985dd5cb3fd5aaa19152f6d7fc46 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 25
; 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_34fa3d "subgroupBroadcast_34fa3d"
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
%uint = OpTypeInt 32 0
%v3uint = OpTypeVector %uint 3
%prevent_dce_block = OpTypeStruct %v3uint
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%6 = OpTypeFunction %v3uint
%uint_1 = OpConstant %uint 1
%11 = OpConstantComposite %v3uint %uint_1 %uint_1 %uint_1
%uint_3 = OpConstant %uint 3
%_ptr_Function_v3uint = OpTypePointer Function %v3uint
%15 = OpConstantNull %v3uint
%void = OpTypeVoid
%17 = OpTypeFunction %void
%uint_0 = OpConstant %uint 0
%_ptr_StorageBuffer_v3uint = OpTypePointer StorageBuffer %v3uint
%subgroupBroadcast_34fa3d = OpFunction %v3uint None %6
%8 = OpLabel
%res = OpVariable %_ptr_Function_v3uint Function %15
%9 = OpGroupNonUniformBroadcast %v3uint %uint_3 %11 %uint_1
OpStore %res %9
%16 = OpLoad %v3uint %res
OpReturnValue %16
OpFunctionEnd
%compute_main = OpFunction %void None %17
%20 = OpLabel
%23 = OpAccessChain %_ptr_StorageBuffer_v3uint %prevent_dce %uint_0
%24 = OpFunctionCall %v3uint %subgroupBroadcast_34fa3d
OpStore %23 %24
OpReturn
OpFunctionEnd