71 lines
2.9 KiB
Plaintext
71 lines
2.9 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 %_GLF_color "_GLF_color"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_float_values"
|
|
OpName %_ ""
|
|
OpDecorate %_GLF_color Location 0
|
|
OpDecorate %_arr_float_uint_3 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
%void = OpTypeVoid
|
|
%9 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%uint = OpTypeInt 32 0
|
|
%uint_1 = OpConstant %uint 1
|
|
%float_1 = OpConstant %float 1
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%uint_3 = OpConstant %uint 3
|
|
%_arr_float_uint_3 = OpTypeArray %float %uint_3
|
|
%buf0 = OpTypeStruct %_arr_float_uint_3
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%int_2 = OpConstant %int 2
|
|
%bool = OpTypeBool
|
|
%main = OpFunction %void None %9
|
|
%25 = OpLabel
|
|
%a = OpVariable %_ptr_Function_float Function
|
|
%26 = OpBitcast %float %uint_1
|
|
%27 = OpFMod %float %26 %float_1
|
|
OpStore %a %27
|
|
%28 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
|
|
%29 = OpLoad %float %28
|
|
%30 = OpCompositeConstruct %v4float %29 %29 %29 %29
|
|
OpStore %_GLF_color %30
|
|
%31 = OpLoad %float %a
|
|
%32 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_2
|
|
%33 = OpLoad %float %32
|
|
%34 = OpFOrdLessThan %bool %31 %33
|
|
OpSelectionMerge %35 None
|
|
OpBranchConditional %34 %36 %35
|
|
%36 = OpLabel
|
|
%37 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%38 = OpLoad %float %37
|
|
%39 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
|
|
%40 = OpLoad %float %39
|
|
%41 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_1
|
|
%42 = OpLoad %float %41
|
|
%43 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
|
|
%44 = OpLoad %float %43
|
|
%45 = OpCompositeConstruct %v4float %38 %40 %42 %44
|
|
OpStore %_GLF_color %45
|
|
OpBranch %35
|
|
%35 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|