blob: ea4e58cd3129e4cf801a267272d8e996615364dc [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 %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_float_values"
OpName %_ ""
OpName %i "i"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_int_values"
OpName %__0 ""
OpName %b "b"
OpName %c "c"
OpName %d "d"
OpName %_GLF_color "_GLF_color"
OpDecorate %_arr_float_uint_4 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_arr_int_uint_3 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 1
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%16 = OpTypeFunction %void
%float = OpTypeFloat 32
%_ptr_Function_float = OpTypePointer Function %float
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_float_uint_4 = OpTypeArray %float %uint_4
%buf0 = OpTypeStruct %_arr_float_uint_4
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%_ptr_Function_int = OpTypePointer Function %int
%uint_3 = OpConstant %uint 3
%_arr_int_uint_3 = OpTypeArray %int %uint_3
%buf1 = OpTypeStruct %_arr_int_uint_3
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%bool = OpTypeBool
%int_2 = OpConstant %int 2
%int_3 = OpConstant %int 3
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%main = OpFunction %void None %16
%35 = OpLabel
%a = OpVariable %_ptr_Function_float Function
%i = OpVariable %_ptr_Function_int Function
%b = OpVariable %_ptr_Function_float Function
%c = OpVariable %_ptr_Function_float Function
%d = OpVariable %_ptr_Function_float Function
%36 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%37 = OpLoad %float %36
OpStore %a %37
%38 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%39 = OpLoad %int %38
OpStore %i %39
OpBranch %40
%40 = OpLabel
OpLoopMerge %41 %42 None
OpBranch %43
%43 = OpLabel
%44 = OpLoad %int %i
%45 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%46 = OpLoad %int %45
%47 = OpSLessThan %bool %44 %46
OpBranchConditional %47 %48 %41
%48 = OpLabel
%49 = OpLoad %float %a
OpStore %b %49
%50 = OpLoad %float %b
OpStore %c %50
%51 = OpLoad %float %c
%52 = OpExtInst %float %1 Asin %51
OpStore %d %52
%53 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
%54 = OpLoad %float %53
OpStore %c %54
%55 = OpLoad %float %d
OpStore %a %55
OpBranch %42
%42 = OpLabel
%56 = OpLoad %int %i
%57 = OpIAdd %int %56 %int_1
OpStore %i %57
OpBranch %40
%41 = OpLabel
%58 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2
%59 = OpLoad %float %58
%60 = OpLoad %float %a
%61 = OpFOrdLessThan %bool %59 %60
OpSelectionMerge %62 None
OpBranchConditional %61 %63 %62
%63 = OpLabel
%64 = OpLoad %float %a
%65 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_3
%66 = OpLoad %float %65
%67 = OpFOrdLessThan %bool %64 %66
OpBranch %62
%62 = OpLabel
%68 = OpPhi %bool %61 %41 %67 %63
OpSelectionMerge %69 None
OpBranchConditional %68 %70 %71
%70 = OpLabel
%72 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%73 = OpLoad %int %72
%74 = OpConvertSToF %float %73
%75 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%76 = OpLoad %int %75
%77 = OpConvertSToF %float %76
%78 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%79 = OpLoad %int %78
%80 = OpConvertSToF %float %79
%81 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_2
%82 = OpLoad %int %81
%83 = OpConvertSToF %float %82
%84 = OpCompositeConstruct %v4float %74 %77 %80 %83
OpStore %_GLF_color %84
OpBranch %69
%71 = OpLabel
%85 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%86 = OpLoad %int %85
%87 = OpConvertSToF %float %86
%88 = OpCompositeConstruct %v4float %87 %87 %87 %87
OpStore %_GLF_color %88
OpBranch %69
%69 = OpLabel
OpReturn
OpFunctionEnd