blob: a176ba55b69f83bd70869150b6193d1d31135862 [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 %v1 "v1"
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_int_values"
OpName %_ ""
OpName %_GLF_color "_GLF_color"
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_float_values"
OpName %__0 ""
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 0
OpDecorate %_GLF_color Location 0
OpDecorate %_arr_float_uint_2 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 1
%void = OpTypeVoid
%12 = OpTypeFunction %void
%float = OpTypeFloat 32
%v2float = OpTypeVector %float 2
%_ptr_Function_v2float = OpTypePointer Function %v2float
%int = OpTypeInt 32 1
%int_n1 = OpConstant %int -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
%v2int = OpTypeVector %int 2
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%uint_0 = OpConstant %uint 0
%_ptr_Function_float = OpTypePointer Function %float
%bool = OpTypeBool
%uint_1 = OpConstant %uint 1
%_arr_float_uint_2 = OpTypeArray %float %uint_2
%buf1 = OpTypeStruct %_arr_float_uint_2
%_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1
%__0 = OpVariable %_ptr_Uniform_buf1 Uniform
%_ptr_Uniform_float = OpTypePointer Uniform %float
%int_1 = OpConstant %int 1
%main = OpFunction %void None %12
%33 = OpLabel
%v1 = OpVariable %_ptr_Function_v2float Function
%34 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%35 = OpLoad %int %34
%36 = OpCompositeConstruct %v2int %int_n1 %35
%37 = OpBitcast %v2float %36
%38 = OpExtInst %v2float %1 Cos %37
%39 = OpExtInst %v2float %1 Cos %38
OpStore %v1 %39
%40 = OpAccessChain %_ptr_Function_float %v1 %uint_0
%41 = OpLoad %float %40
%42 = OpCompositeConstruct %v4float %41 %41 %41 %41
OpStore %_GLF_color %42
%43 = OpAccessChain %_ptr_Function_float %v1 %uint_1
%44 = OpLoad %float %43
%45 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%46 = OpLoad %float %45
%47 = OpFOrdGreaterThan %bool %44 %46
OpSelectionMerge %48 None
OpBranchConditional %47 %49 %48
%49 = OpLabel
%50 = OpAccessChain %_ptr_Function_float %v1 %uint_1
%51 = OpLoad %float %50
%52 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_1
%53 = OpLoad %float %52
%54 = OpFOrdLessThan %bool %51 %53
OpBranch %48
%48 = OpLabel
%55 = OpPhi %bool %47 %33 %54 %49
OpSelectionMerge %56 None
OpBranchConditional %55 %57 %58
%57 = OpLabel
%59 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%60 = OpLoad %int %59
%61 = OpConvertSToF %float %60
%62 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%63 = OpLoad %int %62
%64 = OpConvertSToF %float %63
%65 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%66 = OpLoad %int %65
%67 = OpConvertSToF %float %66
%68 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_0
%69 = OpLoad %int %68
%70 = OpConvertSToF %float %69
%71 = OpCompositeConstruct %v4float %61 %64 %67 %70
OpStore %_GLF_color %71
OpBranch %56
%58 = OpLabel
%72 = OpAccessChain %_ptr_Uniform_int %_ %int_0 %int_1
%73 = OpLoad %int %72
%74 = OpConvertSToF %float %73
%75 = OpCompositeConstruct %v4float %74 %74 %74 %74
OpStore %_GLF_color %75
OpBranch %56
%56 = OpLabel
OpReturn
OpFunctionEnd