blob: 453cd2ef9f6ba43e0954ccf72755519009eabbdf [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 1
; Bound: 31
; Schema: 0
OpCapability Shader
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %unused_entry_point "unused_entry_point"
OpExecutionMode %unused_entry_point LocalSize 1 1 1
OpName %tex "tex"
OpName %foo "foo"
OpName %i "i"
OpName %unused_entry_point "unused_entry_point"
OpDecorate %tex DescriptorSet 0
OpDecorate %tex Binding 2
OpDecorate %tex Coherent
%int = OpTypeInt 32 1
%3 = OpTypeImage %int 2D 0 0 0 2 R32i
%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
%tex = OpVariable %_ptr_UniformConstant_3 UniformConstant
%void = OpTypeVoid
%7 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%int_0 = OpConstant %int 0
%int_3 = OpConstant %int 3
%bool = OpTypeBool
%v2int = OpTypeVector %int 2
%25 = OpConstantNull %v2int
%v4int = OpTypeVector %int 4
%27 = OpConstantNull %v4int
%foo = OpFunction %void None %7
%8 = OpLabel
%i = OpVariable %_ptr_Function_int Function
OpBranch %9
%9 = OpLabel
OpStore %i %int_0
OpBranch %12
%12 = OpLabel
OpLoopMerge %13 %11 None
OpBranch %10
%10 = OpLabel
%17 = OpLoad %int %i None
%18 = OpSLessThan %bool %17 %int_3
OpSelectionMerge %21 None
OpBranchConditional %18 %21 %22
%22 = OpLabel
OpBranch %13
%21 = OpLabel
OpBranch %11
%11 = OpLabel
%23 = OpLoad %3 %tex None
OpImageWrite %23 %25 %27 None
OpBranch %12
%13 = OpLabel
OpReturn
OpFunctionEnd
%unused_entry_point = OpFunction %void None %7
%30 = OpLabel
OpReturn
OpFunctionEnd