197 lines
8.4 KiB
Plaintext
197 lines
8.4 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 132
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol %tint_symbol_2
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %gl_FragCoord "gl_FragCoord"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "x_GLF_uniform_float_values"
|
|
OpName %x_6 "x_6"
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "x_GLF_uniform_int_values"
|
|
OpName %x_9 "x_9"
|
|
OpName %tint_symbol "tint_symbol"
|
|
OpName %tint_symbol_2 "tint_symbol_2"
|
|
OpName %main_1 "main_1"
|
|
OpName %icoord "icoord"
|
|
OpName %x_40 "x_40"
|
|
OpName %icoord_1 "icoord_1"
|
|
OpName %main_out "main_out"
|
|
OpMemberName %main_out 0 "x_GLF_color_1"
|
|
OpName %tint_symbol_3 "tint_symbol_3"
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
OpName %main "main"
|
|
OpDecorate %buf1 Block
|
|
OpMemberDecorate %buf1 0 Offset 0
|
|
OpDecorate %_arr_float_uint_4 ArrayStride 16
|
|
OpDecorate %x_6 NonWritable
|
|
OpDecorate %x_6 DescriptorSet 0
|
|
OpDecorate %x_6 Binding 1
|
|
OpDecorate %buf0 Block
|
|
OpMemberDecorate %buf0 0 Offset 0
|
|
OpDecorate %_arr_int_uint_1 ArrayStride 16
|
|
OpDecorate %x_9 NonWritable
|
|
OpDecorate %x_9 DescriptorSet 0
|
|
OpDecorate %x_9 Binding 0
|
|
OpDecorate %tint_symbol BuiltIn FragCoord
|
|
OpDecorate %tint_symbol_2 Location 0
|
|
OpMemberDecorate %main_out 0 Offset 0
|
|
%float = OpTypeFloat 32
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%5 = OpConstantNull %v4float
|
|
%gl_FragCoord = OpVariable %_ptr_Private_v4float Private %5
|
|
%uint = OpTypeInt 32 0
|
|
%uint_4 = OpConstant %uint 4
|
|
%_arr_float_uint_4 = OpTypeArray %float %uint_4
|
|
%buf1 = OpTypeStruct %_arr_float_uint_4
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%x_6 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %5
|
|
%int = OpTypeInt 32 1
|
|
%uint_1 = OpConstant %uint 1
|
|
%_arr_int_uint_1 = OpTypeArray %int %uint_1
|
|
%buf0 = OpTypeStruct %_arr_int_uint_1
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_9 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%_ptr_Input_v4float = OpTypePointer Input %v4float
|
|
%tint_symbol = OpVariable %_ptr_Input_v4float Input
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%tint_symbol_2 = OpVariable %_ptr_Output_v4float Output %5
|
|
%void = OpTypeVoid
|
|
%23 = OpTypeFunction %void
|
|
%v2int = OpTypeVector %int 2
|
|
%_ptr_Function_v2int = OpTypePointer Function %v2int
|
|
%30 = OpConstantNull %v2int
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%33 = OpConstantNull %float
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Private_float = OpTypePointer Private %float
|
|
%int_1 = OpConstant %int 1
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%int_0 = OpConstant %int 0
|
|
%bool = OpTypeBool
|
|
%int_2 = OpConstant %int 2
|
|
%v2float = OpTypeVector %float 2
|
|
%int_3 = OpConstant %int 3
|
|
%_ptr_Function_int = OpTypePointer Function %int
|
|
%_ptr_Uniform_int = OpTypePointer Uniform %int
|
|
%main_out = OpTypeStruct %v4float
|
|
%119 = OpTypeFunction %void %main_out
|
|
%main_1 = OpFunction %void None %23
|
|
%26 = OpLabel
|
|
%icoord = OpVariable %_ptr_Function_v2int Function %30
|
|
%x_40 = OpVariable %_ptr_Function_float Function %33
|
|
%icoord_1 = OpVariable %_ptr_Function_v2int Function %30
|
|
%37 = OpAccessChain %_ptr_Private_float %gl_FragCoord %uint_0
|
|
%38 = OpLoad %float %37
|
|
%41 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
%42 = OpLoad %float %41
|
|
%44 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%45 = OpLoad %float %44
|
|
%46 = OpFMul %float %38 %42
|
|
%47 = OpFOrdGreaterThan %bool %46 %45
|
|
OpSelectionMerge %49 None
|
|
OpBranchConditional %47 %50 %51
|
|
%50 = OpLabel
|
|
%52 = OpLoad %v4float %gl_FragCoord
|
|
%53 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
%54 = OpLoad %float %53
|
|
%55 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%56 = OpLoad %float %55
|
|
%58 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_2
|
|
%59 = OpLoad %float %58
|
|
%62 = OpCompositeExtract %float %52 0
|
|
%63 = OpCompositeExtract %float %52 1
|
|
%64 = OpCompositeConstruct %v2float %62 %63
|
|
%65 = OpVectorTimesScalar %v2float %64 %54
|
|
%66 = OpCompositeConstruct %v2float %56 %59
|
|
%67 = OpFSub %v2float %65 %66
|
|
%60 = OpConvertFToS %v2int %67
|
|
OpStore %icoord %60
|
|
%68 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_2
|
|
%69 = OpLoad %float %68
|
|
%71 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_3
|
|
%72 = OpLoad %float %71
|
|
%74 = OpAccessChain %_ptr_Function_int %icoord %uint_0
|
|
%75 = OpLoad %int %74
|
|
%76 = OpAccessChain %_ptr_Function_int %icoord %uint_1
|
|
%77 = OpLoad %int %76
|
|
%79 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0 %int_0
|
|
%80 = OpLoad %int %79
|
|
%81 = OpIMul %int %75 %77
|
|
%82 = OpINotEqual %bool %81 %80
|
|
OpSelectionMerge %83 None
|
|
OpBranchConditional %82 %84 %85
|
|
%84 = OpLabel
|
|
%86 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_3
|
|
%87 = OpLoad %float %86
|
|
OpStore %x_40 %87
|
|
OpBranch %83
|
|
%85 = OpLabel
|
|
%88 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_2
|
|
%89 = OpLoad %float %88
|
|
OpStore %x_40 %89
|
|
OpBranch %83
|
|
%83 = OpLabel
|
|
%90 = OpLoad %float %x_40
|
|
%91 = OpAccessChain %_ptr_Uniform_int %x_9 %uint_0 %int_0
|
|
%92 = OpLoad %int %91
|
|
%93 = OpConvertSToF %float %92
|
|
%94 = OpCompositeConstruct %v4float %69 %72 %90 %93
|
|
OpStore %x_GLF_color %94
|
|
OpBranch %49
|
|
%51 = OpLabel
|
|
%95 = OpLoad %v4float %gl_FragCoord
|
|
%96 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
%97 = OpLoad %float %96
|
|
%98 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%99 = OpLoad %float %98
|
|
%100 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_2
|
|
%101 = OpLoad %float %100
|
|
%103 = OpCompositeExtract %float %95 0
|
|
%104 = OpCompositeExtract %float %95 1
|
|
%105 = OpCompositeConstruct %v2float %103 %104
|
|
%106 = OpVectorTimesScalar %v2float %105 %97
|
|
%107 = OpCompositeConstruct %v2float %99 %101
|
|
%108 = OpFSub %v2float %106 %107
|
|
%102 = OpConvertFToS %v2int %108
|
|
OpStore %icoord_1 %102
|
|
%109 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_3
|
|
%110 = OpLoad %float %109
|
|
%111 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_3
|
|
%112 = OpLoad %float %111
|
|
%113 = OpAccessChain %_ptr_Function_int %icoord_1 %uint_0
|
|
%114 = OpLoad %int %113
|
|
%115 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_3
|
|
%116 = OpLoad %float %115
|
|
%117 = OpConvertSToF %float %114
|
|
%118 = OpCompositeConstruct %v4float %110 %112 %117 %116
|
|
OpStore %x_GLF_color %118
|
|
OpBranch %49
|
|
%49 = OpLabel
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_3 = OpFunction %void None %119
|
|
%tint_symbol_1 = OpFunctionParameter %main_out
|
|
%123 = OpLabel
|
|
%124 = OpCompositeExtract %v4float %tint_symbol_1 0
|
|
OpStore %tint_symbol_2 %124
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %23
|
|
%126 = OpLabel
|
|
%127 = OpLoad %v4float %tint_symbol
|
|
OpStore %gl_FragCoord %127
|
|
%128 = OpFunctionCall %void %main_1
|
|
%130 = OpLoad %v4float %x_GLF_color
|
|
%131 = OpCompositeConstruct %main_out %130
|
|
%129 = OpFunctionCall %void %tint_symbol_3 %131
|
|
OpReturn
|
|
OpFunctionEnd
|