155 lines
5.9 KiB
Plaintext
155 lines
5.9 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 %func_f1_ "func(f1;"
|
|
OpName %f "f"
|
|
OpName %a "a"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_int_values"
|
|
OpName %_ ""
|
|
OpName %b "b"
|
|
OpName %i "i"
|
|
OpName %param "param"
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpDecorate %_arr_int_uint_5 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
OpDecorate %_GLF_color Location 0
|
|
%void = OpTypeVoid
|
|
%14 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%int = OpTypeInt 32 1
|
|
%18 = OpTypeFunction %int %_ptr_Function_float
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%uint = OpTypeInt 32 0
|
|
%uint_5 = OpConstant %uint 5
|
|
%_arr_int_uint_5 = OpTypeArray %int %uint_5
|
|
%buf0 = OpTypeStruct %_arr_int_uint_5
|
|
%_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
|
|
%int_2 = OpConstant %int 2
|
|
%int_4 = OpConstant %int 4
|
|
%bool = OpTypeBool
|
|
%int_3 = OpConstant %int 3
|
|
%float_0_699999988 = OpConstant %float 0.699999988
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%main = OpFunction %void None %14
|
|
%33 = OpLabel
|
|
%param = OpVariable %_ptr_Function_float Function
|
|
OpStore %param %float_0_699999988
|
|
%34 = OpFunctionCall %int %func_f1_ %param
|
|
%35 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%36 = OpLoad %int %35
|
|
%37 = OpIEqual %bool %34 %36
|
|
OpSelectionMerge %38 None
|
|
OpBranchConditional %37 %39 %40
|
|
%39 = OpLabel
|
|
%41 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%42 = OpLoad %int %41
|
|
%43 = OpConvertSToF %float %42
|
|
%44 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%45 = OpLoad %int %44
|
|
%46 = OpConvertSToF %float %45
|
|
%47 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%48 = OpLoad %int %47
|
|
%49 = OpConvertSToF %float %48
|
|
%50 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%51 = OpLoad %int %50
|
|
%52 = OpConvertSToF %float %51
|
|
%53 = OpCompositeConstruct %v4float %43 %46 %49 %52
|
|
OpStore %_GLF_color %53
|
|
OpBranch %38
|
|
%40 = OpLabel
|
|
%54 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%55 = OpLoad %int %54
|
|
%56 = OpConvertSToF %float %55
|
|
%57 = OpCompositeConstruct %v4float %56 %56 %56 %56
|
|
OpStore %_GLF_color %57
|
|
OpBranch %38
|
|
%38 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%func_f1_ = OpFunction %int None %18
|
|
%f = OpFunctionParameter %_ptr_Function_float
|
|
%58 = OpLabel
|
|
%a = OpVariable %_ptr_Function_int Function
|
|
%b = OpVariable %_ptr_Function_int Function
|
|
%i = OpVariable %_ptr_Function_int Function
|
|
%59 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%60 = OpLoad %int %59
|
|
OpStore %a %60
|
|
%61 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%62 = OpLoad %int %61
|
|
OpStore %b %62
|
|
%63 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%64 = OpLoad %int %63
|
|
OpStore %i %64
|
|
OpBranch %65
|
|
%65 = OpLabel
|
|
OpLoopMerge %66 %67 None
|
|
OpBranch %68
|
|
%68 = OpLabel
|
|
%69 = OpLoad %int %i
|
|
%70 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_4
|
|
%71 = OpLoad %int %70
|
|
%72 = OpSLessThan %bool %69 %71
|
|
OpBranchConditional %72 %73 %66
|
|
%73 = OpLabel
|
|
%74 = OpLoad %int %a
|
|
%75 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_3
|
|
%76 = OpLoad %int %75
|
|
%77 = OpSGreaterThan %bool %74 %76
|
|
OpSelectionMerge %78 None
|
|
OpBranchConditional %77 %79 %78
|
|
%79 = OpLabel
|
|
OpBranch %66
|
|
%78 = OpLabel
|
|
%80 = OpLoad %float %f
|
|
%81 = OpConvertFToS %int %80
|
|
%82 = OpISub %int %81 %int_1
|
|
%83 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%84 = OpLoad %int %83
|
|
%85 = OpISub %int %82 %84
|
|
%86 = OpLoad %int %i
|
|
%87 = OpIAdd %int %85 %86
|
|
OpStore %a %87
|
|
%88 = OpLoad %int %b
|
|
%89 = OpIAdd %int %88 %int_1
|
|
OpStore %b %89
|
|
OpBranch %67
|
|
%67 = OpLabel
|
|
%90 = OpLoad %int %i
|
|
%91 = OpIAdd %int %90 %int_1
|
|
OpStore %i %91
|
|
OpBranch %65
|
|
%66 = OpLabel
|
|
%92 = OpLoad %int %b
|
|
%93 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%94 = OpLoad %int %93
|
|
%95 = OpIEqual %bool %92 %94
|
|
OpSelectionMerge %96 None
|
|
OpBranchConditional %95 %97 %98
|
|
%97 = OpLabel
|
|
%99 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%100 = OpLoad %int %99
|
|
OpReturnValue %100
|
|
%98 = OpLabel
|
|
%101 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%102 = OpLoad %int %101
|
|
OpReturnValue %102
|
|
%96 = OpLabel
|
|
OpUnreachable
|
|
OpFunctionEnd
|