81 lines
3.3 KiB
Plaintext
81 lines
3.3 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 %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_float_values"
|
|
OpName %_ ""
|
|
OpName %_GLF_color "_GLF_color"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "_GLF_uniform_int_values"
|
|
OpName %__0 ""
|
|
OpDecorate %_arr_float_uint_2 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
OpDecorate %_GLF_color Location 0
|
|
OpDecorate %_arr_int_uint_2 ArrayStride 16
|
|
OpMemberDecorate %buf1 0 RelaxedPrecision
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %buf1 Block
|
|
OpDecorate %__0 DescriptorSet 0
|
|
OpDecorate %__0 Binding 1
|
|
OpDecorate %10 RelaxedPrecision
|
|
OpDecorate %11 RelaxedPrecision
|
|
OpDecorate %12 RelaxedPrecision
|
|
%void = OpTypeVoid
|
|
%14 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%uint = OpTypeInt 32 0
|
|
%uint_2 = OpConstant %uint 2
|
|
%_arr_float_uint_2 = OpTypeArray %float %uint_2
|
|
%buf0 = OpTypeStruct %_arr_float_uint_2
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%float_n1 = OpConstant %float -1
|
|
%bool = OpTypeBool
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%_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
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%main = OpFunction %void None %14
|
|
%29 = OpLabel
|
|
%30 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%31 = OpLoad %float %30
|
|
%32 = OpExtInst %float %1 Sqrt %31
|
|
%33 = OpFOrdLessThan %bool %32 %float_n1
|
|
OpSelectionMerge %34 None
|
|
OpBranchConditional %33 %35 %36
|
|
%35 = OpLabel
|
|
%37 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
|
|
%10 = OpLoad %int %37
|
|
%38 = OpConvertSToF %float %10
|
|
%39 = OpCompositeConstruct %v4float %38 %38 %38 %38
|
|
OpStore %_GLF_color %39
|
|
OpBranch %34
|
|
%36 = OpLabel
|
|
%40 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%11 = OpLoad %int %40
|
|
%41 = OpConvertSToF %float %11
|
|
%42 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
|
|
%12 = OpLoad %int %42
|
|
%43 = OpConvertSToF %float %12
|
|
%44 = OpCompositeConstruct %v4float %41 %43 %43 %41
|
|
OpStore %_GLF_color %44
|
|
OpBranch %34
|
|
%34 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|