blob: 61ce7ed1917d5b233f9042e037f0996ef928839e [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_v1
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 310
OpName %main "main"
OpName %i "i"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_int_values"
OpName %_ ""
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_float_values"
OpName %__0 ""
OpName %j "j"
OpName %gl_FragCoord "gl_FragCoord"
OpName %_GLF_v1 "_GLF_v1"
OpDecorate %_arr_int_uint_3 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 1
OpDecorate %_arr_float_uint_2 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 0
OpDecorate %gl_FragCoord BuiltIn FragCoord
OpDecorate %_GLF_v1 Location 0
%void = OpTypeVoid
%14 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%uint = OpTypeInt 32 0
%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
%_ = OpVariable %_ptr_Uniform_buf1 Uniform
%int_0 = OpConstant %int 0
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%bool = OpTypeBool
%float = OpTypeFloat 32
%uint_2 = OpConstant %uint 2
%_arr_float_uint_2 = OpTypeArray %float %uint_2
%buf0 = OpTypeStruct %_arr_float_uint_2
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%__0 = OpVariable %_ptr_Uniform_buf0 Uniform
%_ptr_Uniform_float = OpTypePointer Uniform %float
%v4float = OpTypeVector %float 4
%_ptr_Input_v4float = OpTypePointer Input %v4float
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
%uint_0 = OpConstant %uint 0
%_ptr_Input_float = OpTypePointer Input %float
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_v1 = OpVariable %_ptr_Output_v4float Output
%int_2 = OpConstant %int 2
%main = OpFunction %void None %14
%34 = OpLabel
%i = OpVariable %_ptr_Function_int Function
%j = OpVariable %_ptr_Function_int Function
%35 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%36 = OpLoad %int %35
OpStore %i %36
OpBranch %37
%37 = OpLabel
OpLoopMerge %38 %39 None
OpBranch %40
%40 = OpLabel
%41 = OpLoad %int %i
%42 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%43 = OpLoad %int %42
%44 = OpSLessThan %bool %41 %43
OpBranchConditional %44 %45 %38
%45 = OpLabel
%46 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%47 = OpLoad %float %46
%48 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
%49 = OpLoad %float %48
%50 = OpFOrdGreaterThan %bool %47 %49
OpSelectionMerge %51 None
OpBranchConditional %50 %52 %51
%52 = OpLabel
OpKill
%51 = OpLabel
%53 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%54 = OpLoad %int %53
OpStore %j %54
OpBranch %55
%55 = OpLabel
OpLoopMerge %56 %57 None
OpBranch %58
%58 = OpLabel
%59 = OpLoad %int %j
%60 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%61 = OpLoad %int %60
%62 = OpSLessThan %bool %59 %61
OpBranchConditional %62 %63 %56
%63 = OpLabel
%64 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
%65 = OpLoad %float %64
%66 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%67 = OpLoad %float %66
%68 = OpFOrdLessThan %bool %65 %67
OpSelectionMerge %69 None
OpBranchConditional %68 %70 %69
%70 = OpLabel
OpKill
%69 = OpLabel
%71 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
%72 = OpLoad %int %71
%73 = OpConvertSToF %float %72
%74 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%75 = OpLoad %int %74
%76 = OpConvertSToF %float %75
%77 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%78 = OpLoad %int %77
%79 = OpConvertSToF %float %78
%80 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
%81 = OpLoad %int %80
%82 = OpConvertSToF %float %81
%83 = OpCompositeConstruct %v4float %73 %76 %79 %82
OpStore %_GLF_v1 %83
OpBranch %57
%57 = OpLabel
%84 = OpLoad %int %j
%85 = OpIAdd %int %84 %int_1
OpStore %j %85
OpBranch %55
%56 = OpLabel
OpBranch %39
%39 = OpLabel
%86 = OpLoad %int %i
%87 = OpIAdd %int %86 %int_1
OpStore %i %87
OpBranch %37
%38 = OpLabel
OpReturn
OpFunctionEnd