127 lines
5.4 KiB
Plaintext
127 lines
5.4 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 %v "v"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_uint_values"
|
|
OpName %_ ""
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "_GLF_uniform_int_values"
|
|
OpName %__0 ""
|
|
OpName %buf2 "buf2"
|
|
OpMemberName %buf2 0 "_GLF_uniform_float_values"
|
|
OpName %__1 ""
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpDecorate %_arr_uint_uint_1 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
OpDecorate %_arr_int_uint_2 ArrayStride 16
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %buf1 Block
|
|
OpDecorate %__0 DescriptorSet 0
|
|
OpDecorate %__0 Binding 1
|
|
OpDecorate %_arr_float_uint_3 ArrayStride 16
|
|
OpMemberDecorate %buf2 0 Offset 0
|
|
OpDecorate %buf2 Block
|
|
OpDecorate %__1 DescriptorSet 0
|
|
OpDecorate %__1 Binding 2
|
|
OpDecorate %_GLF_color Location 0
|
|
%void = OpTypeVoid
|
|
%15 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%uint = OpTypeInt 32 0
|
|
%uint_1 = OpConstant %uint 1
|
|
%_arr_uint_uint_1 = OpTypeArray %uint %uint_1
|
|
%buf0 = OpTypeStruct %_arr_uint_uint_1
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_uint = OpTypePointer Uniform %uint
|
|
%uint_92382 = OpConstant %uint 92382
|
|
%bool = OpTypeBool
|
|
%true = OpConstantTrue %bool
|
|
%uint_2 = OpConstant %uint 2
|
|
%_arr_int_uint_2 = OpTypeArray %int %uint_2
|
|
%buf1 = OpTypeStruct %_arr_int_uint_2
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%uint_3 = OpConstant %uint 3
|
|
%_arr_float_uint_3 = OpTypeArray %float %uint_3
|
|
%buf2 = OpTypeStruct %_arr_float_uint_3
|
|
%_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2
|
|
%__1 = OpVariable %_ptr_Uniform_buf2 Uniform
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%int_2 = OpConstant %int 2
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%main = OpFunction %void None %15
|
|
%37 = OpLabel
|
|
%v = OpVariable %_ptr_Function_v4float Function
|
|
%38 = OpAccessChain %_ptr_Uniform_uint %_ %int_0 %int_0
|
|
%39 = OpLoad %uint %38
|
|
%40 = OpAccessChain %_ptr_Uniform_uint %_ %int_0 %int_0
|
|
%41 = OpLoad %uint %40
|
|
%42 = OpSelect %uint %true %uint_92382 %41
|
|
%43 = OpUDiv %uint %39 %42
|
|
%44 = OpExtInst %v4float %1 UnpackUnorm4x8 %43
|
|
OpStore %v %44
|
|
%45 = OpLoad %v4float %v
|
|
%46 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%47 = OpLoad %int %46
|
|
%48 = OpConvertSToF %float %47
|
|
%49 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%50 = OpLoad %int %49
|
|
%51 = OpConvertSToF %float %50
|
|
%52 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%53 = OpLoad %int %52
|
|
%54 = OpConvertSToF %float %53
|
|
%55 = OpAccessChain %_ptr_Uniform_float %__1 %int_0 %int_1
|
|
%56 = OpLoad %float %55
|
|
%57 = OpAccessChain %_ptr_Uniform_float %__1 %int_0 %int_2
|
|
%58 = OpLoad %float %57
|
|
%59 = OpFDiv %float %56 %58
|
|
%60 = OpCompositeConstruct %v4float %48 %51 %54 %59
|
|
%61 = OpExtInst %float %1 Distance %45 %60
|
|
%62 = OpAccessChain %_ptr_Uniform_float %__1 %int_0 %int_0
|
|
%63 = OpLoad %float %62
|
|
%64 = OpFOrdLessThan %bool %61 %63
|
|
OpSelectionMerge %65 None
|
|
OpBranchConditional %64 %66 %67
|
|
%66 = OpLabel
|
|
%68 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
|
|
%69 = OpLoad %int %68
|
|
%70 = OpConvertSToF %float %69
|
|
%71 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%72 = OpLoad %int %71
|
|
%73 = OpConvertSToF %float %72
|
|
%74 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%75 = OpLoad %int %74
|
|
%76 = OpConvertSToF %float %75
|
|
%77 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
|
|
%78 = OpLoad %int %77
|
|
%79 = OpConvertSToF %float %78
|
|
%80 = OpCompositeConstruct %v4float %70 %73 %76 %79
|
|
OpStore %_GLF_color %80
|
|
OpBranch %65
|
|
%67 = OpLabel
|
|
%81 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%82 = OpLoad %int %81
|
|
%83 = OpConvertSToF %float %82
|
|
%84 = OpCompositeConstruct %v4float %83 %83 %83 %83
|
|
OpStore %_GLF_color %84
|
|
OpBranch %65
|
|
%65 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|