107 lines
4.1 KiB
Plaintext
107 lines
4.1 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 %a "a"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_int_values"
|
|
OpName %_ ""
|
|
OpName %i "i"
|
|
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
|
|
%10 = OpTypeFunction %void
|
|
%int = OpTypeInt 32 1
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%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
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%bool = OpTypeBool
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%main = OpFunction %void None %10
|
|
%23 = OpLabel
|
|
%a = OpVariable %_ptr_Function_int Function
|
|
%i = OpVariable %_ptr_Function_int Function
|
|
%24 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%25 = OpLoad %int %24
|
|
OpStore %a %25
|
|
%26 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%27 = OpLoad %int %26
|
|
%28 = OpSNegate %int %27
|
|
OpStore %i %28
|
|
OpBranch %29
|
|
%29 = OpLabel
|
|
OpLoopMerge %30 %31 None
|
|
OpBranch %32
|
|
%32 = OpLabel
|
|
%33 = OpLoad %int %i
|
|
%34 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%35 = OpLoad %int %34
|
|
%36 = OpBitwiseOr %int %33 %35
|
|
%37 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%38 = OpLoad %int %37
|
|
%39 = OpSLessThan %bool %36 %38
|
|
OpBranchConditional %39 %40 %30
|
|
%40 = OpLabel
|
|
%41 = OpLoad %int %i
|
|
%42 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%43 = OpLoad %int %42
|
|
%44 = OpIMul %int %41 %43
|
|
OpStore %a %44
|
|
OpBranch %31
|
|
%31 = OpLabel
|
|
%45 = OpLoad %int %i
|
|
%46 = OpIAdd %int %45 %int_1
|
|
OpStore %i %46
|
|
OpBranch %29
|
|
%30 = OpLabel
|
|
%47 = OpLoad %int %a
|
|
%48 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%49 = OpLoad %int %48
|
|
%50 = OpSNegate %int %49
|
|
%51 = OpIEqual %bool %47 %50
|
|
OpSelectionMerge %52 None
|
|
OpBranchConditional %51 %53 %54
|
|
%53 = OpLabel
|
|
%55 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%56 = OpLoad %int %55
|
|
%57 = OpConvertSToF %float %56
|
|
%58 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%59 = OpLoad %int %58
|
|
%60 = OpConvertSToF %float %59
|
|
%61 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%62 = OpLoad %int %61
|
|
%63 = OpConvertSToF %float %62
|
|
%64 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%65 = OpLoad %int %64
|
|
%66 = OpConvertSToF %float %65
|
|
%67 = OpCompositeConstruct %v4float %57 %60 %63 %66
|
|
OpStore %_GLF_color %67
|
|
OpBranch %52
|
|
%54 = OpLabel
|
|
%68 = OpLoad %int %a
|
|
%69 = OpConvertSToF %float %68
|
|
%70 = OpCompositeConstruct %v4float %69 %69 %69 %69
|
|
OpStore %_GLF_color %70
|
|
OpBranch %52
|
|
%52 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|