blob: 89e69f35a8c588c8beb83e32747c60601a4345be [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 320
OpName %main "main"
OpName %_GLF_color "_GLF_color"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %_ ""
OpName %buf1 "buf1"
OpMemberName %buf1 0 "zero"
OpName %__0 ""
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_int_uint_4 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 1
%void = OpTypeVoid
%10 = OpTypeFunction %void
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_int_uint_4 = OpTypeArray %int %uint_4
%buf0 = OpTypeStruct %_arr_int_uint_4
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int_0 = OpConstant %int 0
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_1 = OpConstant %int 1
%buf1 = OpTypeStruct %int
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
%bool = OpTypeBool
%int_2 = OpConstant %int 2
%int_3 = OpConstant %int 3
%false = OpConstantFalse %bool
%main = OpFunction %void None %10
%26 = OpLabel
%27 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%28 = OpLoad %int %27
%29 = OpConvertSToF %float %28
%30 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%31 = OpLoad %int %30
%32 = OpConvertSToF %float %31
%33 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%34 = OpLoad %int %33
%35 = OpConvertSToF %float %34
%36 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%37 = OpLoad %int %36
%38 = OpConvertSToF %float %37
%39 = OpCompositeConstruct %v4float %29 %32 %35 %38
OpStore %_GLF_color %39
OpBranch %40
%40 = OpLabel
OpLoopMerge %41 %42 None
OpBranch %43
%43 = OpLabel
%44 = OpAccessChain %_ptr_Uniform_int %__0 %int_0
%45 = OpLoad %int %44
%46 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%47 = OpLoad %int %46
%48 = OpIEqual %bool %45 %47
OpSelectionMerge %49 None
OpBranchConditional %48 %50 %49
%50 = OpLabel
OpBranch %42
%49 = OpLabel
%51 = OpAccessChain %_ptr_Uniform_int %__0 %int_0
%52 = OpLoad %int %51
%53 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
%54 = OpLoad %int %53
%55 = OpIEqual %bool %52 %54
OpSelectionMerge %56 None
OpBranchConditional %55 %57 %56
%57 = OpLabel
OpBranch %41
%56 = OpLabel
%58 = OpAccessChain %_ptr_Uniform_int %__0 %int_0
%59 = OpLoad %int %58
%60 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_3
%61 = OpLoad %int %60
%62 = OpIEqual %bool %59 %61
OpSelectionMerge %63 None
OpBranchConditional %62 %64 %63
%64 = OpLabel
OpKill
%63 = OpLabel
OpReturn
%42 = OpLabel
OpBranchConditional %false %40 %41
%41 = OpLabel
%65 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%66 = OpLoad %int %65
%67 = OpConvertSToF %float %66
%68 = OpCompositeConstruct %v4float %67 %67 %67 %67
OpStore %_GLF_color %68
OpReturn
OpFunctionEnd