blob: f80464d26ae15b91d2dda1b2164f14c82cea0e99 [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 %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_float_values"
OpName %_ ""
OpName %_GLF_color "_GLF_color"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_int_values"
OpName %__0 ""
OpDecorate %_arr_float_uint_1 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 1
%void = OpTypeVoid
%11 = OpTypeFunction %void
%float = OpTypeFloat 32
%uint = OpTypeInt 32 0
%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
%_ = OpVariable %_ptr_Uniform_buf0 Uniform
%int = OpTypeInt 32 1
%int_0 = OpConstant %int 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%int_10000 = OpConstant %int 10000
%bool = OpTypeBool
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%uint_2 = OpConstant %uint 2
%_arr_int_uint_2 = OpTypeArray %int %uint_2
%buf1 = OpTypeStruct %_arr_int_uint_2
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%main = OpFunction %void None %11
%27 = OpLabel
%28 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%29 = OpLoad %float %28
%30 = OpExtInst %float %1 Ldexp %29 %int_10000
%31 = OpAccessChain %_ptr_Uniform_float %_ %int_0 %int_0
%32 = OpLoad %float %31
%33 = OpFOrdEqual %bool %30 %32
OpSelectionMerge %34 None
OpBranchConditional %33 %35 %36
%35 = OpLabel
%37 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%38 = OpLoad %int %37
%39 = OpConvertSToF %float %38
%40 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%41 = OpLoad %int %40
%42 = OpConvertSToF %float %41
%43 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%44 = OpLoad %int %43
%45 = OpConvertSToF %float %44
%46 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%47 = OpLoad %int %46
%48 = OpConvertSToF %float %47
%49 = OpCompositeConstruct %v4float %39 %42 %45 %48
OpStore %_GLF_color %49
OpBranch %34
%36 = OpLabel
%50 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%51 = OpLoad %int %50
%52 = OpConvertSToF %float %51
%53 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%54 = OpLoad %int %53
%55 = OpConvertSToF %float %54
%56 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_0
%57 = OpLoad %int %56
%58 = OpConvertSToF %float %57
%59 = OpAccessChain %_ptr_Uniform_int %__0 %int_0 %int_1
%60 = OpLoad %int %59
%61 = OpConvertSToF %float %60
%62 = OpCompositeConstruct %v4float %52 %55 %58 %61
OpStore %_GLF_color %62
OpBranch %34
%34 = OpLabel
OpReturn
OpFunctionEnd