158 lines
6.1 KiB
Plaintext
158 lines
6.1 KiB
Plaintext
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 %_GLF_color "_GLF_color"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "_GLF_uniform_float_values"
|
|
OpName %_ ""
|
|
OpName %buf2 "buf2"
|
|
OpMemberName %buf2 0 "zero"
|
|
OpName %__0 ""
|
|
OpName %i "i"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_int_values"
|
|
OpName %__1 ""
|
|
OpDecorate %_GLF_color Location 0
|
|
OpDecorate %_arr_float_uint_2 ArrayStride 16
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %buf1 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 1
|
|
OpMemberDecorate %buf2 0 Offset 0
|
|
OpDecorate %buf2 Block
|
|
OpDecorate %__0 DescriptorSet 0
|
|
OpDecorate %__0 Binding 2
|
|
OpDecorate %i RelaxedPrecision
|
|
OpDecorate %_arr_int_uint_2 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 RelaxedPrecision
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %__1 DescriptorSet 0
|
|
OpDecorate %__1 Binding 0
|
|
OpDecorate %13 RelaxedPrecision
|
|
OpDecorate %14 RelaxedPrecision
|
|
OpDecorate %15 RelaxedPrecision
|
|
OpDecorate %16 RelaxedPrecision
|
|
OpDecorate %17 RelaxedPrecision
|
|
%void = OpTypeVoid
|
|
%19 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%uint = OpTypeInt 32 0
|
|
%uint_2 = OpConstant %uint 2
|
|
%_arr_float_uint_2 = OpTypeArray %float %uint_2
|
|
%buf1 = OpTypeStruct %_arr_float_uint_2
|
|
%_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
|
|
%buf2 = OpTypeStruct %float
|
|
%_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2
|
|
%__0 = OpVariable %_ptr_Uniform_buf2 Uniform
|
|
%bool = OpTypeBool
|
|
%int_1 = OpConstant %int 1
|
|
%true = OpConstantTrue %bool
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%_arr_int_uint_2 = OpTypeArray %int %uint_2
|
|
%buf0 = OpTypeStruct %_arr_int_uint_2
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%__1 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%main = OpFunction %void None %19
|
|
%36 = OpLabel
|
|
%i = OpVariable %_ptr_Function_int Function
|
|
%37 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%38 = OpLoad %float %37
|
|
%39 = OpCompositeConstruct %v4float %38 %38 %38 %38
|
|
OpStore %_GLF_color %39
|
|
%40 = OpAccessChain %_ptr_Uniform_float %__0 %int_0
|
|
%41 = OpLoad %float %40
|
|
%42 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%43 = OpLoad %float %42
|
|
%44 = OpFOrdGreaterThan %bool %41 %43
|
|
OpSelectionMerge %45 None
|
|
OpBranchConditional %44 %46 %47
|
|
%46 = OpLabel
|
|
OpBranch %48
|
|
%48 = OpLabel
|
|
OpLoopMerge %49 %50 None
|
|
OpBranch %51
|
|
%51 = OpLabel
|
|
%52 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
|
|
%53 = OpLoad %float %52
|
|
%54 = OpCompositeConstruct %v4float %53 %53 %53 %53
|
|
OpStore %_GLF_color %54
|
|
OpBranch %50
|
|
%50 = OpLabel
|
|
OpBranchConditional %true %48 %49
|
|
%49 = OpLabel
|
|
OpBranch %45
|
|
%47 = OpLabel
|
|
OpBranch %55
|
|
%55 = OpLabel
|
|
OpLoopMerge %56 %57 None
|
|
OpBranch %58
|
|
%58 = OpLabel
|
|
OpBranch %59
|
|
%59 = OpLabel
|
|
OpLoopMerge %60 %61 None
|
|
OpBranch %62
|
|
%62 = OpLabel
|
|
OpBranchConditional %true %63 %60
|
|
%63 = OpLabel
|
|
%64 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1
|
|
%13 = OpLoad %int %64
|
|
OpStore %i %13
|
|
OpBranch %65
|
|
%65 = OpLabel
|
|
OpLoopMerge %66 %67 None
|
|
OpBranch %68
|
|
%68 = OpLabel
|
|
%14 = OpLoad %int %i
|
|
%69 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_0
|
|
%15 = OpLoad %int %69
|
|
%70 = OpSLessThan %bool %14 %15
|
|
OpBranchConditional %70 %71 %66
|
|
%71 = OpLabel
|
|
%72 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
|
|
%73 = OpLoad %float %72
|
|
%74 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%75 = OpLoad %float %74
|
|
%76 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%77 = OpLoad %float %76
|
|
%78 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
|
|
%79 = OpLoad %float %78
|
|
%80 = OpCompositeConstruct %v4float %73 %75 %77 %79
|
|
OpStore %_GLF_color %80
|
|
OpBranch %67
|
|
%67 = OpLabel
|
|
%16 = OpLoad %int %i
|
|
%17 = OpIAdd %int %16 %int_1
|
|
OpStore %i %17
|
|
OpBranch %65
|
|
%66 = OpLabel
|
|
OpBranch %60
|
|
%61 = OpLabel
|
|
OpBranch %59
|
|
%60 = OpLabel
|
|
OpBranch %57
|
|
%57 = OpLabel
|
|
%81 = OpAccessChain %_ptr_Uniform_float %__0 %int_0
|
|
%82 = OpLoad %float %81
|
|
%83 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%84 = OpLoad %float %83
|
|
%85 = OpFOrdGreaterThan %bool %82 %84
|
|
OpBranchConditional %85 %55 %56
|
|
%56 = OpLabel
|
|
OpBranch %45
|
|
%45 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|