blob: ffceb4ba2e3b5b4339210013e1b517620a591ae3 [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 310
OpName %main "main"
OpName %_GLF_color "_GLF_color"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %_ ""
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
%void = OpTypeVoid
%8 = OpTypeFunction %void
%float = OpTypeFloat 32
%float_1 = OpConstant %float 1
%float_0_00999999978 = OpConstant %float 0.00999999978
%bool = OpTypeBool
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%int = OpTypeInt 32 1
%uint = OpTypeInt 32 0
%uint_2 = OpConstant %uint 2
%_arr_int_uint_2 = OpTypeArray %int %uint_2
%buf0 = OpTypeStruct %_arr_int_uint_2
%_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int_0 = OpConstant %int 0
%_ptr_Uniform_int = OpTypePointer Uniform %int
%int_1 = OpConstant %int 1
%main = OpFunction %void None %8
%22 = OpLabel
%23 = OpFMod %float %float_1 %float_1
%24 = OpFOrdLessThanEqual %bool %23 %float_0_00999999978
OpSelectionMerge %25 None
OpBranchConditional %24 %26 %27
%26 = OpLabel
%28 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%29 = OpLoad %int %28
%30 = OpConvertSToF %float %29
%31 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%32 = OpLoad %int %31
%33 = OpConvertSToF %float %32
%34 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%35 = OpLoad %int %34
%36 = OpConvertSToF %float %35
%37 = OpCompositeConstruct %v4float %float_1 %30 %33 %36
OpStore %_GLF_color %37
OpBranch %25
%27 = OpLabel
%38 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%39 = OpLoad %int %38
%40 = OpConvertSToF %float %39
%41 = OpCompositeConstruct %v4float %40 %40 %40 %40
OpStore %_GLF_color %41
OpBranch %25
%25 = OpLabel
OpReturn
OpFunctionEnd