141 lines
5.7 KiB
Plaintext
141 lines
5.7 KiB
Plaintext
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 83
|
|
; Schema: 0
|
|
OpCapability Shader
|
|
OpMemoryModel Logical GLSL450
|
|
OpEntryPoint Fragment %main "main" %tint_symbol_1
|
|
OpExecutionMode %main OriginUpperLeft
|
|
OpName %buf0 "buf0"
|
|
OpMemberName %buf0 0 "x_GLF_uniform_float_values"
|
|
OpName %x_6 "x_6"
|
|
OpName %buf1 "buf1"
|
|
OpMemberName %buf1 0 "zero"
|
|
OpName %x_9 "x_9"
|
|
OpName %x_GLF_color "x_GLF_color"
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
OpName %main_1 "main_1"
|
|
OpName %v0 "v0"
|
|
OpName %v1 "v1"
|
|
OpName %x_57 "x_57"
|
|
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 %_arr_float_uint_2 ArrayStride 16
|
|
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
|
|
%uint = OpTypeInt 32 0
|
|
%uint_2 = OpConstant %uint 2
|
|
%_arr_float_uint_2 = OpTypeArray %float %uint_2
|
|
%buf0 = OpTypeStruct %_arr_float_uint_2
|
|
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
|
|
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
%buf1 = OpTypeStruct %float
|
|
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
|
|
%x_9 = OpVariable %_ptr_Uniform_buf1 Uniform
|
|
%v4float = OpTypeVector %float 4
|
|
%_ptr_Private_v4float = OpTypePointer Private %v4float
|
|
%14 = OpConstantNull %v4float
|
|
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %14
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %14
|
|
%void = OpTypeVoid
|
|
%17 = OpTypeFunction %void
|
|
%v2float = OpTypeVector %float 2
|
|
%_ptr_Function_v2float = OpTypePointer Function %v2float
|
|
%24 = OpConstantNull %v2float
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%uint_0 = OpConstant %uint 0
|
|
%int = OpTypeInt 32 1
|
|
%int_0 = OpConstant %int 0
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
%bool = OpTypeBool
|
|
%int_1 = OpConstant %int 1
|
|
%main_out = OpTypeStruct %v4float
|
|
%71 = OpTypeFunction %void %main_out
|
|
%main_1 = OpFunction %void None %17
|
|
%20 = OpLabel
|
|
%v0 = OpVariable %_ptr_Function_v2float Function %24
|
|
%v1 = OpVariable %_ptr_Function_v4float Function %14
|
|
%x_57 = OpVariable %_ptr_Function_v4float Function %14
|
|
%32 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%33 = OpLoad %float %32
|
|
%34 = OpCompositeConstruct %v2float %33 %33
|
|
OpStore %v0 %34
|
|
%36 = OpAccessChain %_ptr_Function_float %v0 %uint_0
|
|
%37 = OpLoad %float %36
|
|
%38 = OpCompositeConstruct %v4float %37 %37 %37 %37
|
|
OpStore %v1 %38
|
|
%39 = OpAccessChain %_ptr_Uniform_float %x_9 %uint_0
|
|
%40 = OpLoad %float %39
|
|
%41 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%42 = OpLoad %float %41
|
|
%44 = OpFOrdEqual %bool %40 %42
|
|
%43 = OpLogicalNot %bool %44
|
|
OpSelectionMerge %46 None
|
|
OpBranchConditional %43 %47 %48
|
|
%47 = OpLabel
|
|
%49 = OpAccessChain %_ptr_Uniform_float %x_9 %uint_0
|
|
%50 = OpLoad %float %49
|
|
%52 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
%53 = OpLoad %float %52
|
|
%54 = OpFOrdEqual %bool %50 %53
|
|
OpSelectionMerge %55 None
|
|
OpBranchConditional %54 %56 %55
|
|
%56 = OpLabel
|
|
OpReturn
|
|
%55 = OpLabel
|
|
%57 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
%58 = OpLoad %float %57
|
|
%59 = OpCompositeExtract %float %38 1
|
|
%60 = OpCompositeExtract %float %38 2
|
|
%61 = OpCompositeConstruct %v2float %59 %60
|
|
%62 = OpCompositeConstruct %v2float %58 %58
|
|
%63 = OpFSub %v2float %61 %62
|
|
%64 = OpCompositeExtract %float %38 0
|
|
%65 = OpCompositeExtract %float %63 0
|
|
%66 = OpCompositeExtract %float %63 1
|
|
%67 = OpCompositeExtract %float %38 3
|
|
%68 = OpCompositeConstruct %v4float %64 %65 %66 %67
|
|
OpStore %x_57 %68
|
|
%69 = OpLoad %v4float %x_57
|
|
OpStore %v1 %69
|
|
OpBranch %46
|
|
%48 = OpLabel
|
|
OpKill
|
|
%46 = OpLabel
|
|
%70 = OpLoad %v4float %x_57
|
|
OpStore %x_GLF_color %70
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%tint_symbol_2 = OpFunction %void None %71
|
|
%tint_symbol = OpFunctionParameter %main_out
|
|
%75 = OpLabel
|
|
%76 = OpCompositeExtract %v4float %tint_symbol 0
|
|
OpStore %tint_symbol_1 %76
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%main = OpFunction %void None %17
|
|
%78 = OpLabel
|
|
%79 = OpFunctionCall %void %main_1
|
|
%81 = OpLoad %v4float %x_GLF_color
|
|
%82 = OpCompositeConstruct %main_out %81
|
|
%80 = OpFunctionCall %void %tint_symbol_2 %82
|
|
OpReturn
|
|
OpFunctionEnd
|