blob: 164d5af38429308339de96f89ad01b6e9ed01ba3 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 46
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %compute_main "compute_main" %compute_main_local_invocation_index_Input
OpExecutionMode %compute_main LocalSize 1 1 1
OpMemberName %prevent_dce_block 0 "inner"
OpName %prevent_dce_block "prevent_dce_block"
OpName %arg_0 "arg_0"
OpName %compute_main_local_invocation_index_Input "compute_main_local_invocation_index_Input"
OpName %workgroupUniformLoad_b75d53 "workgroupUniformLoad_b75d53"
OpName %res "res"
OpName %compute_main_inner "compute_main_inner"
OpName %tint_local_index "tint_local_index"
OpName %compute_main "compute_main"
OpMemberDecorate %prevent_dce_block 0 Offset 0
OpDecorate %prevent_dce_block Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 Coherent
OpDecorate %compute_main_local_invocation_index_Input BuiltIn LocalInvocationIndex
%int = OpTypeInt 32 1
%prevent_dce_block = OpTypeStruct %int
%_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block
%1 = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer
%bool = OpTypeBool
%_ptr_Workgroup_bool = OpTypePointer Workgroup %bool
%arg_0 = OpVariable %_ptr_Workgroup_bool Workgroup
%uint = OpTypeInt 32 0
%_ptr_Input_uint = OpTypePointer Input %uint
%compute_main_local_invocation_index_Input = OpVariable %_ptr_Input_uint Input
%12 = OpTypeFunction %int
%void = OpTypeVoid
%uint_2 = OpConstant %uint 2
%uint_264 = OpConstant %uint 264
%_ptr_Function_bool = OpTypePointer Function %bool
%false = OpConstantFalse %bool
%int_1 = OpConstant %int 1
%int_0 = OpConstant %int 0
%30 = OpTypeFunction %void %uint
%uint_1 = OpConstant %uint 1
%_ptr_StorageBuffer_int = OpTypePointer StorageBuffer %int
%uint_0 = OpConstant %uint 0
%42 = OpTypeFunction %void
%workgroupUniformLoad_b75d53 = OpFunction %int None %12
%13 = OpLabel
%res = OpVariable %_ptr_Function_bool Function
OpControlBarrier %uint_2 %uint_2 %uint_264
%18 = OpLoad %bool %arg_0 None
OpControlBarrier %uint_2 %uint_2 %uint_264
OpStore %res %18
%22 = OpLoad %bool %res None
%23 = OpLogicalEqual %bool %22 %false
%25 = OpSelect %int %23 %int_1 %int_0
OpReturnValue %25
OpFunctionEnd
%compute_main_inner = OpFunction %void None %30
%tint_local_index = OpFunctionParameter %uint
%31 = OpLabel
%32 = OpULessThan %bool %tint_local_index %uint_1
OpSelectionMerge %34 None
OpBranchConditional %32 %35 %34
%35 = OpLabel
OpStore %arg_0 %false None
OpBranch %34
%34 = OpLabel
OpControlBarrier %uint_2 %uint_2 %uint_264
%37 = OpFunctionCall %int %workgroupUniformLoad_b75d53
%38 = OpAccessChain %_ptr_StorageBuffer_int %1 %uint_0
OpStore %38 %37 None
OpReturn
OpFunctionEnd
%compute_main = OpFunction %void None %42
%43 = OpLabel
%44 = OpLoad %uint %compute_main_local_invocation_index_Input None
%45 = OpFunctionCall %void %compute_main_inner %44
OpReturn
OpFunctionEnd