153 lines
6.1 KiB
Plaintext
153 lines
6.1 KiB
Plaintext
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %_GLF_color %gl_FragCoord
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpSource ESSL 310
|
|
OpName %main "main"
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_int_values"
|
|
OpName %_ ""
|
|
OpName %i "i"
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "_GLF_uniform_float_values"
|
|
OpName %__0 ""
|
|
OpDecorate %_GLF_color Location 0
|
|
OpDecorate %_arr_int_uint_3 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
OpDecorate %gl_FragCoord BuiltIn FragCoord
|
|
OpDecorate %_arr_float_uint_2 ArrayStride 16
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %buf1 Block
|
|
OpDecorate %__0 DescriptorSet 0
|
|
OpDecorate %__0 Binding 1
|
|
%void = OpTypeVoid
|
|
%13 = 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_3 = OpConstant %uint 3
|
|
%_arr_int_uint_3 = OpTypeArray %int %uint_3
|
|
%buf0 = OpTypeStruct %_arr_int_uint_3
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int_0 = OpConstant %int 0
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%int_2 = OpConstant %int 2
|
|
%bool = OpTypeBool
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
|
|
%uint_1 = OpConstant %uint 1
|
|
%_ptr_Input_float = OpTypePointer Input %float
|
|
%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
|
|
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%uint_0 = OpConstant %uint 0
|
|
%float_0 = OpConstant %float 0
|
|
%main = OpFunction %void None %13
|
|
%35 = OpLabel
|
|
%i = OpVariable %_ptr_Function_int Function
|
|
%36 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%37 = OpLoad %int %36
|
|
%38 = OpConvertSToF %float %37
|
|
%39 = OpCompositeConstruct %v4float %38 %38 %38 %38
|
|
OpStore %_GLF_color %39
|
|
%40 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%41 = OpLoad %int %40
|
|
OpStore %i %41
|
|
OpBranch %42
|
|
%42 = OpLabel
|
|
OpLoopMerge %43 %44 None
|
|
OpBranch %45
|
|
%45 = OpLabel
|
|
%46 = OpLoad %int %i
|
|
%47 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%48 = OpLoad %int %47
|
|
%49 = OpSLessThan %bool %46 %48
|
|
OpBranchConditional %49 %50 %43
|
|
%50 = OpLabel
|
|
%51 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_1
|
|
%52 = OpLoad %float %51
|
|
%53 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
|
|
%54 = OpLoad %float %53
|
|
%55 = OpFOrdLessThan %bool %52 %54
|
|
OpSelectionMerge %56 None
|
|
OpBranchConditional %55 %57 %56
|
|
%57 = OpLabel
|
|
%58 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
|
|
%59 = OpLoad %float %58
|
|
%60 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
|
|
%61 = OpLoad %float %60
|
|
%62 = OpFOrdLessThan %bool %59 %61
|
|
OpSelectionMerge %63 None
|
|
OpBranchConditional %62 %64 %63
|
|
%64 = OpLabel
|
|
OpReturn
|
|
%63 = OpLabel
|
|
%65 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
|
|
%66 = OpLoad %float %65
|
|
%67 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
|
|
%68 = OpLoad %float %67
|
|
%69 = OpFOrdGreaterThan %bool %66 %68
|
|
OpSelectionMerge %70 None
|
|
OpBranchConditional %69 %71 %70
|
|
%71 = OpLabel
|
|
OpReturn
|
|
%70 = OpLabel
|
|
OpKill
|
|
%56 = OpLabel
|
|
%72 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
|
|
%73 = OpLoad %float %72
|
|
%74 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
|
|
%75 = OpLoad %float %74
|
|
%76 = OpFOrdGreaterThan %bool %73 %75
|
|
OpSelectionMerge %77 None
|
|
OpBranchConditional %76 %78 %77
|
|
%78 = OpLabel
|
|
%79 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%80 = OpLoad %int %79
|
|
%81 = OpConvertSToF %float %80
|
|
%82 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%83 = OpLoad %int %82
|
|
%84 = OpConvertSToF %float %83
|
|
%85 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%86 = OpLoad %int %85
|
|
%87 = OpConvertSToF %float %86
|
|
%88 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%89 = OpLoad %int %88
|
|
%90 = OpConvertSToF %float %89
|
|
%91 = OpCompositeConstruct %v4float %81 %84 %87 %90
|
|
OpStore %_GLF_color %91
|
|
OpBranch %43
|
|
%77 = OpLabel
|
|
%92 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
|
|
%93 = OpLoad %float %92
|
|
%94 = OpFOrdLessThan %bool %93 %float_0
|
|
OpSelectionMerge %95 None
|
|
OpBranchConditional %94 %96 %95
|
|
%96 = OpLabel
|
|
OpKill
|
|
%95 = OpLabel
|
|
OpBranch %44
|
|
%44 = OpLabel
|
|
%97 = OpLoad %int %i
|
|
%98 = OpIAdd %int %97 %int_1
|
|
OpStore %i %98
|
|
OpBranch %42
|
|
%43 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|