blob: eed0c389e3720075b343d1f71c6778b01d6df462 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 21
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
OpMemberName %x_block 0 "inner"
OpName %x_block "x_block"
OpName %main "main"
OpMemberDecorate %x_block 0 Offset 0
OpDecorate %x_block Block
OpDecorate %1 DescriptorSet 0
OpDecorate %1 Binding 0
OpDecorate %1 NonWritable
%int = OpTypeInt 32 1
%x_block = OpTypeStruct %int
%_ptr_Uniform_x_block = OpTypePointer Uniform %x_block
%1 = OpVariable %_ptr_Uniform_x_block Uniform
%void = OpTypeVoid
%7 = OpTypeFunction %void
%_ptr_Uniform_int = OpTypePointer Uniform %int
%uint = OpTypeInt 32 0
%uint_0 = OpConstant %uint 0
%main = OpFunction %void None %7
%8 = OpLabel
%9 = OpAccessChain %_ptr_Uniform_int %1 %uint_0
%13 = OpLoad %int %9 None
OpSelectionMerge %16 None
OpSwitch %13 %14 0 %15
%15 = OpLabel
OpBranch %19
%19 = OpLabel
OpLoopMerge %20 %18 None
OpBranch %17
%17 = OpLabel
OpReturn
%18 = OpLabel
OpBranch %19
%20 = OpLabel
OpBranch %16
%14 = OpLabel
OpBranch %16
%16 = OpLabel
OpReturn
OpFunctionEnd