68 lines
2.7 KiB
Plaintext
68 lines
2.7 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 %gl_FragCoord "gl_FragCoord"
|
|
OpName %foo "foo"
|
|
OpDecorate %_GLF_color Location 0
|
|
OpDecorate %gl_FragCoord BuiltIn FragCoord
|
|
OpDecorate %foo RelaxedPrecision
|
|
OpDecorate %6 RelaxedPrecision
|
|
OpDecorate %7 RelaxedPrecision
|
|
OpDecorate %8 RelaxedPrecision
|
|
%void = OpTypeVoid
|
|
%10 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%float_1 = OpConstant %float 1
|
|
%float_0 = OpConstant %float 0
|
|
%16 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
|
|
%uint = OpTypeInt 32 0
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Input_float = OpTypePointer Input %float
|
|
%float_n1 = OpConstant %float -1
|
|
%bool = OpTypeBool
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%_ptr_Output_float = OpTypePointer Output %float
|
|
%uint_178493 = OpConstant %uint 178493
|
|
%_ptr_Function_uint = OpTypePointer Function %uint
|
|
%int = OpTypeInt 32 1
|
|
%int_1 = OpConstant %int 1
|
|
%main = OpFunction %void None %10
|
|
%29 = OpLabel
|
|
%30 = OpVariable %_ptr_Function_float Function
|
|
%foo = OpVariable %_ptr_Function_uint Function
|
|
OpStore %_GLF_color %16
|
|
%31 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
|
|
%32 = OpLoad %float %31
|
|
%33 = OpFOrdGreaterThan %bool %32 %float_n1
|
|
OpSelectionMerge %34 None
|
|
OpBranchConditional %33 %35 %36
|
|
%35 = OpLabel
|
|
%37 = OpAccessChain %_ptr_Output_float %_GLF_color %uint_0
|
|
%38 = OpLoad %float %37
|
|
OpStore %30 %38
|
|
OpBranch %34
|
|
%36 = OpLabel
|
|
%6 = OpLoad %uint %foo
|
|
%7 = OpISub %uint %6 %int_1
|
|
OpStore %foo %7
|
|
%8 = OpIAdd %uint %uint_178493 %7
|
|
%39 = OpConvertUToF %float %8
|
|
OpStore %30 %39
|
|
OpBranch %34
|
|
%34 = OpLabel
|
|
%40 = OpLoad %float %30
|
|
%41 = OpAccessChain %_ptr_Output_float %_GLF_color %uint_0
|
|
OpStore %41 %40
|
|
OpReturn
|
|
OpFunctionEnd
|