98 lines
3.6 KiB
Plaintext
98 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 320
|
|
OpName %main "main"
|
|
OpName %a "a"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_int_values"
|
|
OpName %_ ""
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpDecorate %_arr_int_uint_2 ArrayStride 16
|
|
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_1 = OpConstant %int 1
|
|
%uint = OpTypeInt 32 0
|
|
%uint_2 = OpConstant %uint 2
|
|
%_arr_int_uint_2 = OpTypeArray %int %uint_2
|
|
%buf0 = OpTypeStruct %_arr_int_uint_2
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%bool = OpTypeBool
|
|
%true = OpConstantTrue %bool
|
|
%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
|
|
%main = OpFunction %void None %9
|
|
%24 = OpLabel
|
|
%a = OpVariable %_ptr_Function_int Function
|
|
OpStore %a %int_1
|
|
OpBranch %25
|
|
%25 = OpLabel
|
|
OpLoopMerge %26 %27 None
|
|
OpBranch %28
|
|
%28 = OpLabel
|
|
%29 = OpLoad %int %a
|
|
%30 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%31 = OpLoad %int %30
|
|
%32 = OpSGreaterThanEqual %bool %29 %31
|
|
OpSelectionMerge %33 None
|
|
OpBranchConditional %32 %34 %33
|
|
%34 = OpLabel
|
|
OpBranch %26
|
|
%33 = OpLabel
|
|
OpSelectionMerge %35 None
|
|
OpBranchConditional %true %36 %35
|
|
%36 = OpLabel
|
|
OpKill
|
|
%35 = OpLabel
|
|
%37 = OpLoad %int %a
|
|
%38 = OpIAdd %int %37 %int_1
|
|
OpStore %a %38
|
|
OpBranch %27
|
|
%27 = OpLabel
|
|
%39 = OpLoad %int %a
|
|
%40 = OpINotEqual %bool %39 %int_1
|
|
OpBranchConditional %40 %25 %26
|
|
%26 = OpLabel
|
|
%41 = OpLoad %int %a
|
|
%42 = OpIEqual %bool %41 %int_1
|
|
OpSelectionMerge %43 None
|
|
OpBranchConditional %42 %44 %45
|
|
%44 = OpLabel
|
|
%46 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%47 = OpLoad %int %46
|
|
%48 = OpConvertSToF %float %47
|
|
%49 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%50 = OpLoad %int %49
|
|
%51 = OpConvertSToF %float %50
|
|
%52 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%53 = OpLoad %int %52
|
|
%54 = OpConvertSToF %float %53
|
|
%55 = OpCompositeConstruct %v4float %float_1 %48 %51 %54
|
|
OpStore %_GLF_color %55
|
|
OpBranch %43
|
|
%45 = OpLabel
|
|
%56 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%57 = OpLoad %int %56
|
|
%58 = OpConvertSToF %float %57
|
|
%59 = OpCompositeConstruct %v4float %58 %58 %58 %58
|
|
OpStore %_GLF_color %59
|
|
OpBranch %43
|
|
%43 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|