blob: 0d3cc7fd57d5b320e0767e3909675cc45da31615 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 89
; 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_int_values"
OpName %x_6 "x_6"
OpName %x_GLF_color "x_GLF_color"
OpName %tint_symbol_1 "tint_symbol_1"
OpName %main_1 "main_1"
OpName %i "i"
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_int_uint_4 ArrayStride 16
OpDecorate %x_6 NonWritable
OpDecorate %x_6 DescriptorSet 0
OpDecorate %x_6 Binding 0
OpDecorate %tint_symbol_1 Location 0
OpDecorate %_arr_int_uint_2 ArrayStride 4
OpMemberDecorate %main_out 0 Offset 0
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%uint_4 = OpConstant %uint 4
%_arr_int_uint_4 = OpTypeArray %int %uint_4
%buf0 = OpTypeStruct %_arr_int_uint_4
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%x_6 = OpVariable %_ptr_Uniform_buf0 Uniform
%float = OpTypeFloat 32
%v4float = OpTypeVector %float 4
%_ptr_Private_v4float = OpTypePointer Private %v4float
%12 = OpConstantNull %v4float
%x_GLF_color = OpVariable %_ptr_Private_v4float Private %12
%_ptr_Output_v4float = OpTypePointer Output %v4float
%tint_symbol_1 = OpVariable %_ptr_Output_v4float Output %12
%void = OpTypeVoid
%15 = OpTypeFunction %void
%_ptr_Function_int = OpTypePointer Function %int
%21 = OpConstantNull %int
%uint_2 = OpConstant %uint 2
%_arr_int_uint_2 = OpTypeArray %int %uint_2
%_ptr_Function__arr_int_uint_2 = OpTypePointer Function %_arr_int_uint_2
%26 = OpConstantNull %_arr_int_uint_2
%uint_0 = OpConstant %uint 0
%int_2 = OpConstant %int 2
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_0 = OpConstant %int 0
%bool = OpTypeBool
%int_1 = OpConstant %int 1
%int_3 = OpConstant %int 3
%v2int = OpTypeVector %int 2
%main_out = OpTypeStruct %v4float
%77 = OpTypeFunction %void %main_out
%main_1 = OpFunction %void None %15
%18 = OpLabel
%i = OpVariable %_ptr_Function_int Function %21
%a = OpVariable %_ptr_Function__arr_int_uint_2 Function %26
%30 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%31 = OpLoad %int %30
OpStore %i %31
OpBranch %32
%32 = OpLabel
OpLoopMerge %33 %34 None
OpBranch %35
%35 = OpLabel
%36 = OpLoad %int %i
%38 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_0
%39 = OpLoad %int %38
%40 = OpSLessThan %bool %36 %39
OpSelectionMerge %42 None
OpBranchConditional %40 %43 %44
%43 = OpLabel
OpBranch %42
%44 = OpLabel
OpBranch %33
%42 = OpLabel
%46 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%47 = OpLoad %int %46
%48 = OpLoad %int %i
%50 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_3
%51 = OpLoad %int %50
%53 = OpCompositeConstruct %v2int %48 %48
%54 = OpCompositeConstruct %v2int %int_3 %51
%55 = OpSMod %v2int %53 %54
%56 = OpCompositeExtract %int %55 1
%57 = OpCompositeConstruct %_arr_int_uint_2 %47 %56
OpStore %a %57
OpBranch %34
%34 = OpLabel
%58 = OpLoad %int %i
%59 = OpIAdd %int %58 %int_1
OpStore %i %59
OpBranch %32
%33 = OpLabel
%60 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%61 = OpLoad %int %60
%62 = OpAccessChain %_ptr_Function_int %a %61
%63 = OpLoad %int %62
%64 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%65 = OpLoad %int %64
%66 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_1
%67 = OpLoad %int %66
%68 = OpAccessChain %_ptr_Uniform_int %x_6 %uint_0 %int_2
%69 = OpLoad %int %68
%70 = OpAccessChain %_ptr_Function_int %a %69
%71 = OpLoad %int %70
%72 = OpConvertSToF %float %63
%73 = OpConvertSToF %float %65
%74 = OpConvertSToF %float %67
%75 = OpConvertSToF %float %71
%76 = OpCompositeConstruct %v4float %72 %73 %74 %75
OpStore %x_GLF_color %76
OpReturn
OpFunctionEnd
%tint_symbol_2 = OpFunction %void None %77
%tint_symbol = OpFunctionParameter %main_out
%81 = OpLabel
%82 = OpCompositeExtract %v4float %tint_symbol 0
OpStore %tint_symbol_1 %82
OpReturn
OpFunctionEnd
%main = OpFunction %void None %15
%84 = OpLabel
%85 = OpFunctionCall %void %main_1
%87 = OpLoad %v4float %x_GLF_color
%88 = OpCompositeConstruct %main_out %87
%86 = OpFunctionCall %void %tint_symbol_2 %88
OpReturn
OpFunctionEnd