96 lines
4.0 KiB
Plaintext
96 lines
4.0 KiB
Plaintext
OpCapability Shader
|
|
%1 = OpExtInstImport "GLSL.std.450"
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %gl_FragCoord %_GLF_color
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpSource ESSL 320
|
|
OpName %main "main"
|
|
OpName %f "f"
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
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 %gl_FragCoord BuiltIn FragCoord
|
|
OpDecorate %_arr_float_uint_1 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 Offset 0
|
|
OpDecorate %buf1 Block
|
|
OpDecorate %__0 DescriptorSet 0
|
|
OpDecorate %__0 Binding 1
|
|
%void = OpTypeVoid
|
|
%13 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%int = OpTypeInt 32 1
|
|
%int_n1 = OpConstant %int -1
|
|
%float_1 = OpConstant %float 1
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Input_v4float Input
|
|
%uint = OpTypeInt 32 0
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Input_float = OpTypePointer Input %float
|
|
%uint_1 = OpConstant %uint 1
|
|
%_arr_float_uint_1 = OpTypeArray %float %uint_1
|
|
%buf0 = OpTypeStruct %_arr_float_uint_1
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%bool = OpTypeBool
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%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
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%main = OpFunction %void None %13
|
|
%34 = OpLabel
|
|
%f = OpVariable %_ptr_Function_float Function
|
|
%35 = OpBitcast %float %int_n1
|
|
%36 = OpExtInst %float %1 FMin %35 %float_1
|
|
OpStore %f %36
|
|
%37 = OpAccessChain %_ptr_Input_float %gl_FragCoord %uint_0
|
|
%38 = OpLoad %float %37
|
|
%39 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%40 = OpLoad %float %39
|
|
%41 = OpFOrdGreaterThan %bool %38 %40
|
|
OpSelectionMerge %42 None
|
|
OpBranchConditional %41 %43 %44
|
|
%43 = OpLabel
|
|
%45 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
|
|
%46 = OpLoad %int %45
|
|
%47 = OpConvertSToF %float %46
|
|
%48 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%49 = OpLoad %int %48
|
|
%50 = OpConvertSToF %float %49
|
|
%51 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
|
|
%52 = OpLoad %int %51
|
|
%53 = OpConvertSToF %float %52
|
|
%54 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
|
|
%55 = OpLoad %int %54
|
|
%56 = OpConvertSToF %float %55
|
|
%57 = OpCompositeConstruct %v4float %47 %50 %53 %56
|
|
OpStore %_GLF_color %57
|
|
OpBranch %42
|
|
%44 = OpLabel
|
|
%58 = OpLoad %float %f
|
|
%59 = OpCompositeConstruct %v4float %58 %58 %58 %58
|
|
OpStore %_GLF_color %59
|
|
OpBranch %42
|
|
%42 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|