97 lines
3.6 KiB
Plaintext
97 lines
3.6 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 %i "i"
|
||
|
OpName %buf0 "buf0"
|
||
|
OpMemberName %buf0 0 "injectionSwitch"
|
||
|
OpName %_ ""
|
||
|
OpName %value "value"
|
||
|
OpName %y "y"
|
||
|
OpName %_GLF_color "_GLF_color"
|
||
|
OpMemberDecorate %buf0 0 Offset 0
|
||
|
OpDecorate %buf0 Block
|
||
|
OpDecorate %_ DescriptorSet 0
|
||
|
OpDecorate %_ Binding 0
|
||
|
OpDecorate %_GLF_color Location 0
|
||
|
%void = OpTypeVoid
|
||
|
%10 = OpTypeFunction %void
|
||
|
%int = OpTypeInt 32 1
|
||
|
%_ptr_Function_int = OpTypePointer Function %int
|
||
|
%int_0 = OpConstant %int 0
|
||
|
%int_2 = OpConstant %int 2
|
||
|
%float = OpTypeFloat 32
|
||
|
%v2float = OpTypeVector %float 2
|
||
|
%buf0 = OpTypeStruct %v2float
|
||
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
||
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
||
|
%uint = OpTypeInt 32 0
|
||
|
%uint_0 = OpConstant %uint 0
|
||
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
||
|
%bool = OpTypeBool
|
||
|
%_ptr_Function_float = OpTypePointer Function %float
|
||
|
%float_0_5 = OpConstant %float 0.5
|
||
|
%float_1 = OpConstant %float 1
|
||
|
%v4float = OpTypeVector %float 4
|
||
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
||
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
||
|
%int_1 = OpConstant %int 1
|
||
|
%float_0 = OpConstant %float 0
|
||
|
%main = OpFunction %void None %10
|
||
|
%29 = OpLabel
|
||
|
%i = OpVariable %_ptr_Function_int Function
|
||
|
%value = OpVariable %_ptr_Function_int Function
|
||
|
%y = OpVariable %_ptr_Function_float Function
|
||
|
OpStore %i %int_0
|
||
|
OpBranch %30
|
||
|
%30 = OpLabel
|
||
|
%31 = OpPhi %int %int_0 %29 %32 %33
|
||
|
OpLoopMerge %34 %33 None
|
||
|
OpBranch %35
|
||
|
%35 = OpLabel
|
||
|
%36 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
|
||
|
%37 = OpLoad %float %36
|
||
|
%38 = OpConvertFToS %int %37
|
||
|
%39 = OpIAdd %int %int_2 %38
|
||
|
%40 = OpSLessThan %bool %31 %39
|
||
|
OpBranchConditional %40 %41 %34
|
||
|
%41 = OpLabel
|
||
|
OpStore %value %31
|
||
|
OpStore %y %float_0_5
|
||
|
OpSelectionMerge %42 None
|
||
|
OpSwitch %31 %43 0 %44 1 %45 2 %43
|
||
|
%43 = OpLabel
|
||
|
%46 = OpPhi %float %float_0_5 %41 %47 %45
|
||
|
%48 = OpFOrdEqual %bool %46 %float_1
|
||
|
OpSelectionMerge %49 None
|
||
|
OpBranchConditional %48 %50 %49
|
||
|
%50 = OpLabel
|
||
|
%51 = OpIAdd %int %31 %int_1
|
||
|
%52 = OpConvertSToF %float %51
|
||
|
%53 = OpCompositeConstruct %v4float %52 %float_0 %float_0 %float_1
|
||
|
OpStore %_GLF_color %53
|
||
|
OpReturn
|
||
|
%49 = OpLabel
|
||
|
OpBranch %42
|
||
|
%44 = OpLabel
|
||
|
%54 = OpFAdd %float %float_0_5 %float_0_5
|
||
|
OpStore %y %54
|
||
|
OpBranch %45
|
||
|
%45 = OpLabel
|
||
|
%55 = OpPhi %float %float_0_5 %41 %54 %44
|
||
|
%47 = OpExtInst %float %1 FClamp %float_1 %float_0_5 %55
|
||
|
OpStore %y %47
|
||
|
OpBranch %43
|
||
|
%42 = OpLabel
|
||
|
OpBranch %33
|
||
|
%33 = OpLabel
|
||
|
%32 = OpIAdd %int %31 %int_1
|
||
|
OpStore %i %32
|
||
|
OpBranch %30
|
||
|
%34 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|