blob: 65fb798b050cff23598254732daf5a09ec05ad19 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 310
OpName %main "main"
OpName %a "a"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_float_values"
OpName %_ ""
OpName %v1 "v1"
OpName %E "E"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %__0 ""
OpName %_GLF_color "_GLF_color"
OpDecorate %_arr_float_uint_7 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 1
OpDecorate %_arr_int_uint_4 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 0
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%14 = OpTypeFunction %void
%uint = OpTypeInt 32 0
%_ptr_Function_uint = OpTypePointer Function %uint
%float = OpTypeFloat 32
%uint_7 = OpConstant %uint 7
%_arr_float_uint_7 = OpTypeArray %float %uint_7
%buf1 = OpTypeStruct %_arr_float_uint_7
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%_ = OpVariable %_ptr_Uniform_buf1 Uniform
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%int_1 = OpConstant %int 1
%v2float = OpTypeVector %float 2
%v4float = OpTypeVector %float 4
%_ptr_Function_v4float = OpTypePointer Function %v4float
%_ptr_Function_float = OpTypePointer Function %float
%float_0_00999999978 = OpConstant %float 0.00999999978
%bool = OpTypeBool
%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
%__0 = OpVariable %_ptr_Uniform_buf0 Uniform
%int_2 = OpConstant %int 2
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_3 = OpConstant %int 3
%int_4 = OpConstant %int 4
%int_5 = OpConstant %int 5
%int_6 = OpConstant %int 6
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%main = OpFunction %void None %14
%39 = OpLabel
%a = OpVariable %_ptr_Function_uint Function
%v1 = OpVariable %_ptr_Function_v4float Function
%E = OpVariable %_ptr_Function_float Function
%40 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%41 = OpLoad %float %40
%42 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%43 = OpLoad %float %42
%44 = OpCompositeConstruct %v2float %41 %43
%45 = OpExtInst %uint %1 PackUnorm2x16 %44
OpStore %a %45
%46 = OpLoad %uint %a
%47 = OpExtInst %v4float %1 UnpackSnorm4x8 %46
OpStore %v1 %47
OpStore %E %float_0_00999999978
%48 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%49 = OpLoad %int %48
%50 = OpAccessChain %_ptr_Function_float %v1 %49
%51 = OpLoad %float %50
%52 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2
%53 = OpLoad %float %52
%54 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3
%55 = OpLoad %float %54
%56 = OpFDiv %float %53 %55
%57 = OpFSub %float %51 %56
%58 = OpExtInst %float %1 FAbs %57
%59 = OpLoad %float %E
%60 = OpFOrdLessThan %bool %58 %59
OpSelectionMerge %61 None
OpBranchConditional %60 %62 %61
%62 = OpLabel
%63 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%64 = OpLoad %int %63
%65 = OpAccessChain %_ptr_Function_float %v1 %64
%66 = OpLoad %float %65
%67 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_4
%68 = OpLoad %float %67
%69 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3
%70 = OpLoad %float %69
%71 = OpFDiv %float %68 %70
%72 = OpFSub %float %66 %71
%73 = OpExtInst %float %1 FAbs %72
%74 = OpLoad %float %E
%75 = OpFOrdLessThan %bool %73 %74
OpBranch %61
%61 = OpLabel
%76 = OpPhi %bool %60 %39 %75 %62
OpSelectionMerge %77 None
OpBranchConditional %76 %78 %77
%78 = OpLabel
%79 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_3
%80 = OpLoad %int %79
%81 = OpAccessChain %_ptr_Function_float %v1 %80
%82 = OpLoad %float %81
%83 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_5
%84 = OpLoad %float %83
%85 = OpFNegate %float %84
%86 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3
%87 = OpLoad %float %86
%88 = OpFDiv %float %85 %87
%89 = OpFSub %float %82 %88
%90 = OpExtInst %float %1 FAbs %89
%91 = OpLoad %float %E
%92 = OpFOrdLessThan %bool %90 %91
OpBranch %77
%77 = OpLabel
%93 = OpPhi %bool %76 %61 %92 %78
OpSelectionMerge %94 None
OpBranchConditional %93 %95 %94
%95 = OpLabel
%96 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%97 = OpLoad %int %96
%98 = OpAccessChain %_ptr_Function_float %v1 %97
%99 = OpLoad %float %98
%100 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_6
%101 = OpLoad %float %100
%102 = OpFNegate %float %101
%103 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3
%104 = OpLoad %float %103
%105 = OpFDiv %float %102 %104
%106 = OpFSub %float %99 %105
%107 = OpExtInst %float %1 FAbs %106
%108 = OpLoad %float %E
%109 = OpFOrdLessThan %bool %107 %108
OpBranch %94
%94 = OpLabel
%110 = OpPhi %bool %93 %77 %109 %95
OpSelectionMerge %111 None
OpBranchConditional %110 %112 %113
%112 = OpLabel
%114 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%115 = OpLoad %int %114
%116 = OpConvertSToF %float %115
%117 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%118 = OpLoad %int %117
%119 = OpConvertSToF %float %118
%120 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%121 = OpLoad %int %120
%122 = OpConvertSToF %float %121
%123 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%124 = OpLoad %int %123
%125 = OpConvertSToF %float %124
%126 = OpCompositeConstruct %v4float %116 %119 %122 %125
OpStore %_GLF_color %126
OpBranch %111
%113 = OpLabel
%127 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_5
%128 = OpLoad %float %127
%129 = OpCompositeConstruct %v4float %128 %128 %128 %128
OpStore %_GLF_color %129
OpBranch %111
%111 = OpLabel
OpReturn
OpFunctionEnd