73 lines
2.8 KiB
Plaintext
73 lines
2.8 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 %_GLF_color "_GLF_color"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "_GLF_uniform_int_values"
|
|
OpName %_ ""
|
|
OpDecorate %_GLF_color Location 0
|
|
OpDecorate %_arr_int_uint_3 ArrayStride 16
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %buf0 Block
|
|
OpDecorate %_ DescriptorSet 0
|
|
OpDecorate %_ Binding 0
|
|
%void = OpTypeVoid
|
|
%8 = OpTypeFunction %void
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%_GLF_color = OpVariable %_ptr_Output_v4float Output
|
|
%int = OpTypeInt 32 1
|
|
%uint = OpTypeInt 32 0
|
|
%uint_3 = OpConstant %uint 3
|
|
%_arr_int_uint_3 = OpTypeArray %int %uint_3
|
|
%buf0 = OpTypeStruct %_arr_int_uint_3
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%int_0 = OpConstant %int 0
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%int_10 = OpConstant %int 10
|
|
%bool = OpTypeBool
|
|
%int_2 = OpConstant %int 2
|
|
%main = OpFunction %void None %8
|
|
%22 = OpLabel
|
|
%23 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
|
|
%24 = OpLoad %int %23
|
|
%25 = OpConvertSToF %float %24
|
|
%26 = OpCompositeConstruct %v4float %25 %25 %25 %25
|
|
OpStore %_GLF_color %26
|
|
%27 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
|
|
%28 = OpLoad %int %27
|
|
%29 = OpShiftLeftLogical %int %28 %28
|
|
%30 = OpShiftRightArithmetic %int %29 %int_1
|
|
OpBranch %31
|
|
%31 = OpLabel
|
|
%32 = OpPhi %int %24 %22 %33 %34
|
|
%35 = OpSLessThan %bool %30 %int_10
|
|
OpLoopMerge %36 %34 None
|
|
OpBranchConditional %35 %37 %36
|
|
%37 = OpLabel
|
|
%33 = OpIAdd %int %32 %int_1
|
|
%38 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_2
|
|
%39 = OpLoad %int %38
|
|
%40 = OpIEqual %bool %33 %39
|
|
OpSelectionMerge %41 None
|
|
OpBranchConditional %40 %42 %41
|
|
%42 = OpLabel
|
|
%43 = OpConvertSToF %float %28
|
|
%44 = OpCompositeConstruct %v4float %43 %25 %25 %43
|
|
OpStore %_GLF_color %44
|
|
OpBranch %36
|
|
%41 = OpLabel
|
|
OpBranch %34
|
|
%34 = OpLabel
|
|
OpBranch %31
|
|
%36 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|