146 lines
5.5 KiB
Plaintext
146 lines
5.5 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 79
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol_1
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "one"
|
|
OpName %x_6 "x_6"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "zero"
|
|
OpName %x_9 "x_9"
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
OpName %main_1 "main_1"
|
|
OpName %i "i"
|
|
OpName %v "v"
|
|
OpName %main_out "main_out"
|
|
OpMemberName %main_out 0 "x_GLF_color_1"
|
|
OpName %tint_symbol_2 "tint_symbol_2"
|
|
OpName %tint_symbol "tint_symbol"
|
|
OpName %main "main"
|
|
OpDecorate %buf0 Block
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %x_6 NonWritable
|
|
OpDecorate %x_6 DescriptorSet 0
|
|
OpDecorate %x_6 Binding 0
|
|
OpDecorate %buf1 Block
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %x_9 NonWritable
|
|
OpDecorate %x_9 DescriptorSet 0
|
|
OpDecorate %x_9 Binding 1
|
|
OpDecorate %tint_symbol_1 Location 0
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%5 = OpConstantNull %v4float
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %5
|
|
%int = OpTypeInt 32 1
|
|
%buf0 = OpTypeStruct %int
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%buf1 = OpTypeStruct %int
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%x_9 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %5
|
|
%void = OpTypeVoid
|
|
%15 = OpTypeFunction %void
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%21 = OpConstantNull %int
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%float_0 = OpConstant %float 0
|
|
%25 = OpConstantComposite %v4float %float_0 %float_0 %float_0 %float_0
|
|
%int_0 = OpConstant %int 0
|
|
%uint = OpTypeInt 32 0
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%bool = OpTypeBool
|
|
%int_1 = OpConstant %int 1
|
|
%float_1 = OpConstant %float 1
|
|
%53 = OpConstantComposite %v4float %float_1 %float_0 %float_0 %float_1
|
|
%false = OpConstantFalse %bool
|
|
%uint_1 = OpConstant %uint 1
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%_ptr_Private_float = OpTypePointer Private %float
|
|
%main_out = OpTypeStruct %v4float
|
|
%67 = OpTypeFunction %void %main_out
|
|
%main_1 = OpFunction %void None %15
|
|
%18 = OpLabel
|
|
%i = OpVariable %_ptr_Function_int Function %21
|
|
%v = OpVariable %_ptr_Function_v4float Function %5
|
|
OpStore %x_GLF_color %25
|
|
OpStore %i %int_0
|
|
OpBranch %27
|
|
%27 = OpLabel
|
|
OpLoopMerge %28 %29 None
|
|
OpBranch %30
|
|
%30 = OpLabel
|
|
%31 = OpLoad %int %i
|
|
%35 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0
|
|
%36 = OpLoad %int %35
|
|
%37 = OpSLessThan %bool %31 %36
|
|
OpSelectionMerge %39 None
|
|
OpBranchConditional %37 %40 %41
|
|
%40 = OpLabel
|
|
OpBranch %39
|
|
%41 = OpLabel
|
|
OpBranch %28
|
|
%39 = OpLabel
|
|
OpBranch %42
|
|
%42 = OpLabel
|
|
OpLoopMerge %43 %44 None
|
|
OpBranch %45
|
|
%45 = OpLabel
|
|
%46 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0
|
|
%47 = OpLoad %int %46
|
|
%49 = OpIEqual %bool %47 %int_1
|
|
OpSelectionMerge %50 None
|
|
OpBranchConditional %49 %51 %50
|
|
%51 = OpLabel
|
|
OpStore %x_GLF_color %53
|
|
OpBranch %50
|
|
%50 = OpLabel
|
|
OpBranch %44
|
|
%44 = OpLabel
|
|
OpBranchConditional %false %42 %43
|
|
%43 = OpLabel
|
|
OpBranch %29
|
|
%29 = OpLabel
|
|
%55 = OpLoad %int %i
|
|
%56 = OpIAdd %int %55 %int_1
|
|
OpStore %i %56
|
|
OpBranch %27
|
|
%28 = OpLabel
|
|
%57 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0
|
|
%58 = OpLoad %int %57
|
|
%61 = OpAccessChain %_ptr_Function_float %v %uint_1
|
|
%62 = OpConvertSToF %float %58
|
|
OpStore %61 %62
|
|
%63 = OpAccessChain %_ptr_Function_float %v %uint_1
|
|
%64 = OpLoad %float %63
|
|
%66 = OpAccessChain %_ptr_Private_float %x_GLF_color %uint_1
|
|
OpStore %66 %64
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_2 = OpFunction %void None %67
|
|
%tint_symbol = OpFunctionParameter %main_out
|
|
%71 = OpLabel
|
|
%72 = OpCompositeExtract %v4float %tint_symbol 0
|
|
OpStore %tint_symbol_1 %72
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %15
|
|
%74 = OpLabel
|
|
%75 = OpFunctionCall %void %main_1
|
|
%77 = OpLoad %v4float %x_GLF_color
|
|
%78 = OpCompositeConstruct %main_out %77
|
|
%76 = OpFunctionCall %void %tint_symbol_2 %78
|
|
OpReturn
|
|
OpFunctionEnd
|