134 lines
5.7 KiB
Plaintext
134 lines
5.7 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 %numbers "numbers"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "_GLF_uniform_int_values"
|
|
OpName %_ ""
|
|
OpName %a "a"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_float_values"
|
|
OpName %__0 ""
|
|
OpName %b "b"
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpDecorate %_arr_int_uint_3_0 ArrayStride 16
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %buf1 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 1
|
|
OpDecorate %_arr_float_uint_3 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %__0 DescriptorSet 0
|
|
OpDecorate %__0 Binding 0
|
|
OpDecorate %_GLF_color Location 0
|
|
%void = OpTypeVoid
|
|
%14 = OpTypeFunction %void
|
|
%int = OpTypeInt 32 1
|
|
%uint = OpTypeInt 32 0
|
|
%uint_3 = OpConstant %uint 3
|
|
%_arr_int_uint_3 = OpTypeArray %int %uint_3
|
|
%_ptr_Function__arr_int_uint_3 = OpTypePointer Function %_arr_int_uint_3
|
|
%_arr_int_uint_3_0 = OpTypeArray %int %uint_3
|
|
%buf1 = OpTypeStruct %_arr_int_uint_3_0
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%_ = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%int_1 = OpConstant %int 1
|
|
%int_2 = OpConstant %int 2
|
|
%float = OpTypeFloat 32
|
|
%v2float = OpTypeVector %float 2
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%float_0 = OpConstant %float 0
|
|
%_arr_float_uint_3 = OpTypeArray %float %uint_3
|
|
%buf0 = OpTypeStruct %_arr_float_uint_3
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%__0 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%bool = OpTypeBool
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%main = OpFunction %void None %14
|
|
%36 = OpLabel
|
|
%numbers = OpVariable %_ptr_Function__arr_int_uint_3 Function
|
|
%a = OpVariable %_ptr_Function_v2float Function
|
|
%b = OpVariable %_ptr_Function_float Function
|
|
%37 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%38 = OpLoad %int %37
|
|
%39 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%40 = OpLoad %int %39
|
|
%41 = OpAccessChain %_ptr_Function_int %numbers %38
|
|
OpStore %41 %40
|
|
%42 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%43 = OpLoad %int %42
|
|
%44 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%45 = OpLoad %int %44
|
|
%46 = OpAccessChain %_ptr_Function_int %numbers %43
|
|
OpStore %46 %45
|
|
%47 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%48 = OpLoad %int %47
|
|
%49 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%50 = OpLoad %int %49
|
|
%51 = OpAccessChain %_ptr_Function_int %numbers %48
|
|
OpStore %51 %50
|
|
%52 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%53 = OpLoad %int %52
|
|
%54 = OpConvertSToF %float %53
|
|
%55 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_2
|
|
%56 = OpLoad %float %55
|
|
%57 = OpFOrdLessThan %bool %float_0 %56
|
|
%58 = OpSelect %int %57 %int_1 %int_2
|
|
%59 = OpAccessChain %_ptr_Function_int %numbers %58
|
|
%60 = OpLoad %int %59
|
|
%61 = OpConvertSToF %float %60
|
|
%62 = OpCompositeConstruct %v2float %54 %61
|
|
OpStore %a %62
|
|
%63 = OpLoad %v2float %a
|
|
%64 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
|
|
%65 = OpLoad %float %64
|
|
%66 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
|
|
%67 = OpLoad %float %66
|
|
%68 = OpCompositeConstruct %v2float %65 %67
|
|
%69 = OpDot %float %63 %68
|
|
OpStore %b %69
|
|
%70 = OpLoad %float %b
|
|
%71 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
|
|
%72 = OpLoad %float %71
|
|
%73 = OpFOrdEqual %bool %70 %72
|
|
OpSelectionMerge %74 None
|
|
OpBranchConditional %73 %75 %76
|
|
%75 = OpLabel
|
|
%77 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%78 = OpLoad %int %77
|
|
%79 = OpConvertSToF %float %78
|
|
%80 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%81 = OpLoad %int %80
|
|
%82 = OpConvertSToF %float %81
|
|
%83 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%84 = OpLoad %int %83
|
|
%85 = OpConvertSToF %float %84
|
|
%86 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%87 = OpLoad %int %86
|
|
%88 = OpConvertSToF %float %87
|
|
%89 = OpCompositeConstruct %v4float %79 %82 %85 %88
|
|
OpStore %_GLF_color %89
|
|
OpBranch %74
|
|
%76 = OpLabel
|
|
%90 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%91 = OpLoad %int %90
|
|
%92 = OpConvertSToF %float %91
|
|
%93 = OpCompositeConstruct %v4float %92 %92 %92 %92
|
|
OpStore %_GLF_color %93
|
|
OpBranch %74
|
|
%74 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|