96 lines
3.4 KiB
Plaintext
96 lines
3.4 KiB
Plaintext
|
OpCapability Shader
|
||
|
%1 = OpExtInstImport "GLSL.std.450"
|
||
|
OpMemoryModel Logical GLSL450
|
||
|
OpEntryPoint Fragment %main "main" %_GLF_color
|
||
|
OpExecutionMode %main OriginUpperLeft
|
||
|
OpSource ESSL 320
|
||
|
OpName %main "main"
|
||
|
OpName %a "a"
|
||
|
OpName %i "i"
|
||
|
OpName %buf0 "buf0"
|
||
|
OpMemberName %buf0 0 "one"
|
||
|
OpName %_ ""
|
||
|
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
|
||
|
%9 = OpTypeFunction %void
|
||
|
%int = OpTypeInt 32 1
|
||
|
%_ptr_Function_int = OpTypePointer Function %int
|
||
|
%int_0 = OpConstant %int 0
|
||
|
%int_5 = OpConstant %int 5
|
||
|
%bool = OpTypeBool
|
||
|
%buf0 = OpTypeStruct %int
|
||
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
||
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
||
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
||
|
%int_n4194304 = OpConstant %int -4194304
|
||
|
%float = OpTypeFloat 32
|
||
|
%float_0 = OpConstant %float 0
|
||
|
%int_n1 = OpConstant %int -1
|
||
|
%int_1 = OpConstant %int 1
|
||
|
%v4float = OpTypeVector %float 4
|
||
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
||
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
||
|
%float_1 = OpConstant %float 1
|
||
|
%25 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
|
||
|
%26 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
|
||
|
%main = OpFunction %void None %9
|
||
|
%27 = OpLabel
|
||
|
%a = OpVariable %_ptr_Function_int Function
|
||
|
%i = OpVariable %_ptr_Function_int Function
|
||
|
OpStore %a %int_0
|
||
|
OpStore %i %int_0
|
||
|
OpBranch %28
|
||
|
%28 = OpLabel
|
||
|
OpLoopMerge %29 %30 None
|
||
|
OpBranch %31
|
||
|
%31 = OpLabel
|
||
|
%32 = OpLoad %int %i
|
||
|
%33 = OpSLessThan %bool %32 %int_5
|
||
|
OpBranchConditional %33 %34 %29
|
||
|
%34 = OpLabel
|
||
|
%35 = OpAccessChain %_ptr_Uniform_int %_ %int_0
|
||
|
%36 = OpLoad %int %35
|
||
|
%37 = OpIEqual %bool %36 %int_0
|
||
|
OpSelectionMerge %38 None
|
||
|
OpBranchConditional %37 %39 %38
|
||
|
%39 = OpLabel
|
||
|
%40 = OpBitcast %float %int_n4194304
|
||
|
%41 = OpExtInst %float %1 Floor %40
|
||
|
%42 = OpFOrdGreaterThan %bool %41 %float_0
|
||
|
OpSelectionMerge %43 None
|
||
|
OpBranchConditional %42 %44 %43
|
||
|
%44 = OpLabel
|
||
|
OpStore %a %int_n1
|
||
|
OpBranch %29
|
||
|
%43 = OpLabel
|
||
|
OpBranch %38
|
||
|
%38 = OpLabel
|
||
|
%45 = OpLoad %int %a
|
||
|
%46 = OpIAdd %int %45 %int_1
|
||
|
OpStore %a %46
|
||
|
OpBranch %30
|
||
|
%30 = OpLabel
|
||
|
%47 = OpLoad %int %i
|
||
|
%48 = OpIAdd %int %47 %int_1
|
||
|
OpStore %i %48
|
||
|
OpBranch %28
|
||
|
%29 = OpLabel
|
||
|
%49 = OpLoad %int %a
|
||
|
%50 = OpIEqual %bool %49 %int_5
|
||
|
OpSelectionMerge %51 None
|
||
|
OpBranchConditional %50 %52 %53
|
||
|
%52 = OpLabel
|
||
|
OpStore %_GLF_color %25
|
||
|
OpBranch %51
|
||
|
%53 = OpLabel
|
||
|
OpStore %_GLF_color %26
|
||
|
OpBranch %51
|
||
|
%51 = OpLabel
|
||
|
OpReturn
|
||
|
OpFunctionEnd
|