2021-07-23 13:10:12 +00:00
|
|
|
; SPIR-V
|
|
|
|
; Version: 1.3
|
|
|
|
; Generator: Google Tint Compiler; 0
|
2021-07-23 17:52:26 +00:00
|
|
|
; Bound: 67
|
2021-07-23 13:10:12 +00:00
|
|
|
; Schema: 0
|
|
|
|
OpCapability Shader
|
2021-07-23 17:52:26 +00:00
|
|
|
%25 = OpExtInstImport "GLSL.std.450"
|
2021-07-23 13:10:12 +00:00
|
|
|
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 "x_GLF_uniform_float_values"
|
|
|
|
OpName %x_6 "x_6"
|
|
|
|
OpName %tint_symbol_1 "tint_symbol_1"
|
|
|
|
OpName %main_1 "main_1"
|
|
|
|
OpName %a "a"
|
|
|
|
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_3 ArrayStride 16
|
|
|
|
OpDecorate %x_6 NonWritable
|
|
|
|
OpDecorate %x_6 DescriptorSet 0
|
|
|
|
OpDecorate %x_6 Binding 0
|
|
|
|
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
|
|
|
|
%uint = OpTypeInt 32 0
|
|
|
|
%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
|
|
|
|
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
|
|
|
|
%_ptr_Output_v4float = OpTypePointer Output %v4float
|
|
|
|
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %5
|
|
|
|
%void = OpTypeVoid
|
|
|
|
%14 = OpTypeFunction %void
|
|
|
|
%_ptr_Function_float = OpTypePointer Function %float
|
|
|
|
%20 = OpConstantNull %float
|
|
|
|
%uint_1 = OpConstant %uint 1
|
|
|
|
%float_1 = OpConstant %float 1
|
|
|
|
%uint_0 = OpConstant %uint 0
|
|
|
|
%int = OpTypeInt 32 1
|
|
|
|
%int_1 = OpConstant %int 1
|
|
|
|
%_ptr_Uniform_float = OpTypePointer Uniform %float
|
|
|
|
%int_2 = OpConstant %int 2
|
|
|
|
%bool = OpTypeBool
|
|
|
|
%int_0 = OpConstant %int 0
|
|
|
|
%main_out = OpTypeStruct %v4float
|
2021-07-23 17:52:26 +00:00
|
|
|
%55 = OpTypeFunction %void %main_out
|
2021-07-23 13:10:12 +00:00
|
|
|
%main_1 = OpFunction %void None %14
|
|
|
|
%17 = OpLabel
|
|
|
|
%a = OpVariable %_ptr_Function_float Function %20
|
|
|
|
%21 = OpBitcast %float %uint_1
|
2021-07-23 17:52:26 +00:00
|
|
|
%26 = OpBitcast %float %uint_1
|
|
|
|
%27 = OpFDiv %float %26 %float_1
|
|
|
|
%24 = OpExtInst %float %25 Floor %27
|
|
|
|
%28 = OpFMul %float %float_1 %24
|
|
|
|
%29 = OpFSub %float %21 %28
|
|
|
|
OpStore %a %29
|
|
|
|
%34 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
2021-07-23 13:10:12 +00:00
|
|
|
%35 = OpLoad %float %34
|
2021-07-23 17:52:26 +00:00
|
|
|
%36 = OpCompositeConstruct %v4float %35 %35 %35 %35
|
|
|
|
OpStore %x_GLF_color %36
|
|
|
|
%37 = OpLoad %float %a
|
|
|
|
%39 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_2
|
|
|
|
%40 = OpLoad %float %39
|
|
|
|
%41 = OpFOrdLessThan %bool %37 %40
|
|
|
|
OpSelectionMerge %43 None
|
|
|
|
OpBranchConditional %41 %44 %43
|
|
|
|
%44 = OpLabel
|
|
|
|
%46 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
|
|
%47 = OpLoad %float %46
|
|
|
|
%48 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
|
|
%49 = OpLoad %float %48
|
|
|
|
%50 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1
|
|
|
|
%51 = OpLoad %float %50
|
|
|
|
%52 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0
|
|
|
|
%53 = OpLoad %float %52
|
|
|
|
%54 = OpCompositeConstruct %v4float %47 %49 %51 %53
|
|
|
|
OpStore %x_GLF_color %54
|
|
|
|
OpBranch %43
|
|
|
|
%43 = OpLabel
|
2021-07-23 13:10:12 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
2021-07-23 17:52:26 +00:00
|
|
|
%tint_symbol_2 = OpFunction %void None %55
|
2021-07-23 13:10:12 +00:00
|
|
|
%tint_symbol = OpFunctionParameter %main_out
|
2021-07-23 17:52:26 +00:00
|
|
|
%59 = OpLabel
|
|
|
|
%60 = OpCompositeExtract %v4float %tint_symbol 0
|
|
|
|
OpStore %tint_symbol_1 %60
|
2021-07-23 13:10:12 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|
|
|
|
%main = OpFunction %void None %14
|
2021-07-23 17:52:26 +00:00
|
|
|
%62 = OpLabel
|
|
|
|
%63 = OpFunctionCall %void %main_1
|
|
|
|
%65 = OpLoad %v4float %x_GLF_color
|
|
|
|
%66 = OpCompositeConstruct %main_out %65
|
|
|
|
%64 = OpFunctionCall %void %tint_symbol_2 %66
|
2021-07-23 13:10:12 +00:00
|
|
|
OpReturn
|
|
|
|
OpFunctionEnd
|