82 lines
3.2 KiB
Plaintext
82 lines
3.2 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 %computeColor_ "computeColor("
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpName %_injected_loop_counter "_injected_loop_counter"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "injectionSwitch"
|
|
OpName %_ ""
|
|
OpDecorate %_GLF_color Location 0
|
|
OpDecorate %_injected_loop_counter RelaxedPrecision
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
%void = OpTypeVoid
|
|
%9 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v3float = OpTypeVector %float 3
|
|
%12 = OpTypeFunction %v3float
|
|
%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
|
|
%17 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
|
|
%int = OpTypeInt 32 1
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%int_1 = OpConstant %int 1
|
|
%bool = OpTypeBool
|
|
%true = OpConstantTrue %bool
|
|
%v2float = OpTypeVector %float 2
|
|
%buf0 = OpTypeStruct %v2float
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int_0 = OpConstant %int 0
|
|
%uint = OpTypeInt 32 0
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%29 = OpConstantComposite %v3float %float_1 %float_1 %float_1
|
|
%main = OpFunction %void None %9
|
|
%30 = OpLabel
|
|
%31 = OpFunctionCall %v3float %computeColor_
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%computeColor_ = OpFunction %v3float None %12
|
|
%32 = OpLabel
|
|
%_injected_loop_counter = OpVariable %_ptr_Function_int Function
|
|
OpStore %_GLF_color %17
|
|
OpStore %_injected_loop_counter %int_1
|
|
OpBranch %33
|
|
%33 = OpLabel
|
|
OpLoopMerge %34 %35 None
|
|
OpBranch %36
|
|
%36 = OpLabel
|
|
%37 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
|
|
%38 = OpLoad %float %37
|
|
%39 = OpFOrdGreaterThan %bool %38 %float_1
|
|
OpSelectionMerge %40 None
|
|
OpBranchConditional %39 %41 %40
|
|
%41 = OpLabel
|
|
%42 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %uint_0
|
|
%43 = OpLoad %float %42
|
|
%44 = OpFOrdGreaterThan %bool %43 %float_1
|
|
OpSelectionMerge %45 None
|
|
OpBranchConditional %44 %46 %35
|
|
%46 = OpLabel
|
|
OpBranch %35
|
|
%45 = OpLabel
|
|
OpBranch %35
|
|
%35 = OpLabel
|
|
OpBranch %33
|
|
%40 = OpLabel
|
|
OpReturnValue %29
|
|
%34 = OpLabel
|
|
OpUnreachable
|
|
OpFunctionEnd
|