blob: 895c6ea9a8bdb420e0d4008f2ea8da0074e3d418 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 97
; Schema: 0
OpCapability Shader
%56 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %tint_symbol_1
OpExecutionMode %main OriginUpperLeft
OpName %buf1 "buf1"
OpMemberName %buf1 0 "x_GLF_uniform_int_values"
OpName %x_6 "x_6"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "x_GLF_uniform_float_values"
OpName %x_10 "x_10"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %a "a"
OpName %i "i"
OpName %b "b"
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 %buf1 Block
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %_arr_int_uint_3 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_float_uint_1 ArrayStride 16
OpDecorate %x_10 NonWritable
OpDecorate %x_10 DescriptorSet 0
OpDecorate %x_10 Binding 0
OpDecorate %tint_symbol_1 Location 0
OpMemberDecorate %main_out 0 Offset 0
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%uint_3 = OpConstant %uint 3
%_arr_int_uint_3 = OpTypeArray %int %uint_3
%buf1 = OpTypeStruct %_arr_int_uint_3
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%x_6 = OpVariable %_ptr_Uniform_buf1 Uniform
%float = OpTypeFloat 32
%uint_1 = OpConstant %uint 1
%_arr_float_uint_1 = OpTypeArray %float %uint_1
%buf0 = OpTypeStruct %_arr_float_uint_1
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_10 = OpVariable %_ptr_Uniform_buf0 Uniform
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%17 = OpConstantNull %v4float
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %17
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %17
%void = OpTypeVoid
%20 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%26 = OpConstantNull %int
%_ptr_Function_float = OpTypePointer Function %float
%30 = OpConstantNull %float
%uint_0 = OpConstant %uint 0
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_0 = OpConstant %int 0
%bool = OpTypeBool
%_ptr_Uniform_float = OpTypePointer Uniform %float
%int_2 = OpConstant %int 2
%main_out = OpTypeStruct %v4float
%85 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %20
%23 = OpLabel
%a = OpVariable %_ptr_Function_int Function %26
%i = OpVariable %_ptr_Function_int Function %26
%b = OpVariable %_ptr_Function_float Function %30
%34 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%35 = OpLoad %int %34
OpStore %a %35
%36 = OpLoad %int %a
%37 = OpIAdd %int %36 %int_1
OpStore %a %37
%38 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%39 = OpLoad %int %38
OpStore %i %39
OpBranch %40
%40 = OpLabel
OpLoopMerge %41 %42 None
OpBranch %43
%43 = OpLabel
%44 = OpLoad %int %i
%46 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
%47 = OpLoad %int %46
%48 = OpSLessThan %bool %44 %47
OpSelectionMerge %50 None
OpBranchConditional %48 %51 %52
%51 = OpLabel
OpBranch %50
%52 = OpLabel
OpBranch %41
%50 = OpLabel
%53 = OpLoad %int %i
%54 = OpLoad %int %a
%57 = OpConvertSToF %float %53
%58 = OpSNegate %int %54
%55 = OpExtInst %float %56 Ldexp %57 %58
OpStore %b %55
OpBranch %42
%42 = OpLabel
%59 = OpLoad %int %i
%60 = OpIAdd %int %59 %int_1
OpStore %i %60
OpBranch %40
%41 = OpLabel
%61 = OpLoad %float %b
%63 = OpAccessChain %_ptr_Uniform_float %x_10 %uint_0 %int_0
%64 = OpLoad %float %63
%65 = OpFOrdEqual %bool %61 %64
OpSelectionMerge %66 None
OpBranchConditional %65 %67 %68
%67 = OpLabel
%70 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%71 = OpLoad %int %70
%72 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%73 = OpLoad %int %72
%74 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%75 = OpLoad %int %74
%76 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%77 = OpLoad %int %76
%78 = OpConvertSToF %float %71
%79 = OpConvertSToF %float %73
%80 = OpConvertSToF %float %75
%81 = OpConvertSToF %float %77
%82 = OpCompositeConstruct %v4float %78 %79 %80 %81
OpStore %x_GLF_color %82
OpBranch %66
%68 = OpLabel
%83 = OpLoad %float %b
%84 = OpCompositeConstruct %v4float %83 %83 %83 %83
OpStore %x_GLF_color %84
OpBranch %66
%66 = OpLabel
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %85
%tint_symbol = OpFunctionParameter %main_out
%89 = OpLabel
%90 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %90
OpReturn
OpFunctionEnd
%main = OpFunction %void None %20
%92 = OpLabel
%93 = OpFunctionCall %void %main_1
%95 = OpLoad %v4float %x_GLF_color
%96 = OpCompositeConstruct %main_out %95
%94 = OpFunctionCall %void %tint_symbol_2 %96
OpReturn
OpFunctionEnd