blob: 5b2a2586284735e07dcf0852ba9778de9c292f1c [file] [log] [blame]
OpCapability Shader
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %main "main" %_GLF_color
OpExecutionMode %main OriginUpperLeft
OpSource ESSL 320
OpName %main "main"
OpName %a "a"
OpName %buf2 "buf2"
OpMemberName %buf2 0 "zero"
OpName %_ ""
OpName %buf0 "buf0"
OpMemberName %buf0 0 "_GLF_uniform_float_values"
OpName %__0 ""
OpName %buf1 "buf1"
OpMemberName %buf1 0 "_GLF_uniform_int_values"
OpName %__1 ""
OpName %_GLF_color "_GLF_color"
OpMemberDecorate %buf2 0 Offset 0
OpDecorate %buf2 Block
OpDecorate %_ DescriptorSet 0
OpDecorate %_ Binding 2
OpDecorate %_arr_float_uint_1 ArrayStride 16
OpMemberDecorate %buf0 0 Offset 0
OpDecorate %buf0 Block
OpDecorate %__0 DescriptorSet 0
OpDecorate %__0 Binding 0
OpDecorate %_arr_int_uint_2 ArrayStride 16
OpMemberDecorate %buf1 0 Offset 0
OpDecorate %buf1 Block
OpDecorate %__1 DescriptorSet 0
OpDecorate %__1 Binding 1
OpDecorate %_GLF_color Location 0
%void = OpTypeVoid
%14 = OpTypeFunction %void
%int = OpTypeInt 32 1
%_ptr_Function_int = OpTypePointer Function %int
%float = OpTypeFloat 32
%buf2 = OpTypeStruct %float
%_ptr_Uniform_buf2 = OpTypePointer Uniform %buf2
%_ = OpVariable %_ptr_Uniform_buf2 Uniform
%int_0 = OpConstant %int 0
%_ptr_Uniform_float = OpTypePointer Uniform %float
%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
%__0 = OpVariable %_ptr_Uniform_buf0 Uniform
%bool = OpTypeBool
%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
%__1 = OpVariable %_ptr_Uniform_buf1 Uniform
%int_1 = OpConstant %int 1
%_ptr_Uniform_int = OpTypePointer Uniform %int
%v4float = OpTypeVector %float 4
%_ptr_Output_v4float = OpTypePointer Output %v4float
%_GLF_color = OpVariable %_ptr_Output_v4float Output
%main = OpFunction %void None %14
%31 = OpLabel
%a = OpVariable %_ptr_Function_int Function
%32 = OpVariable %_ptr_Function_int Function
%33 = OpAccessChain %_ptr_Uniform_float %_ %int_0
%34 = OpLoad %float %33
%35 = OpAccessChain %_ptr_Uniform_float %__0 %int_0 %int_0
%36 = OpLoad %float %35
%37 = OpFOrdLessThan %bool %34 %36
OpSelectionMerge %38 None
OpBranchConditional %37 %39 %40
%39 = OpLabel
%41 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1
%42 = OpLoad %int %41
OpStore %32 %42
OpBranch %38
%40 = OpLabel
%43 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_0
%44 = OpLoad %int %43
OpStore %32 %44
OpBranch %38
%38 = OpLabel
%45 = OpLoad %int %32
%46 = OpBitwiseOr %int %45 %int_1
%47 = OpNot %int %46
OpStore %a %47
%48 = OpLoad %int %a
%49 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_0
%50 = OpLoad %int %49
%51 = OpNot %int %50
%52 = OpIEqual %bool %48 %51
OpSelectionMerge %53 None
OpBranchConditional %52 %54 %55
%54 = OpLabel
%56 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_0
%57 = OpLoad %int %56
%58 = OpConvertSToF %float %57
%59 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1
%60 = OpLoad %int %59
%61 = OpConvertSToF %float %60
%62 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1
%63 = OpLoad %int %62
%64 = OpConvertSToF %float %63
%65 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_0
%66 = OpLoad %int %65
%67 = OpConvertSToF %float %66
%68 = OpCompositeConstruct %v4float %58 %61 %64 %67
OpStore %_GLF_color %68
OpBranch %53
%55 = OpLabel
%69 = OpAccessChain %_ptr_Uniform_int %__1 %int_0 %int_1
%70 = OpLoad %int %69
%71 = OpConvertSToF %float %70
%72 = OpCompositeConstruct %v4float %71 %71 %71 %71
OpStore %_GLF_color %72
OpBranch %53
%53 = OpLabel
OpReturn
OpFunctionEnd