| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 82 |
| ; Schema: 0 |
| OpCapability Shader |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Fragment %main "main" %x_GLF_color_1_1 |
| OpExecutionMode %main OriginUpperLeft |
| OpName %x_GLF_color_1_1 "x_GLF_color_1_1" |
| OpName %buf0 "buf0" |
| OpMemberName %buf0 0 "x_GLF_uniform_float_values" |
| OpName %x_6 "x_6" |
| OpName %buf1 "buf1" |
| OpMemberName %buf1 0 "zero" |
| OpName %x_9 "x_9" |
| OpName %x_GLF_color "x_GLF_color" |
| OpName %main_1 "main_1" |
| OpName %v0 "v0" |
| OpName %v1 "v1" |
| OpName %x_57 "x_57" |
| OpName %main_out "main_out" |
| OpMemberName %main_out 0 "x_GLF_color_1" |
| OpName %main_inner "main_inner" |
| OpName %main "main" |
| OpDecorate %x_GLF_color_1_1 Location 0 |
| OpDecorate %buf0 Block |
| OpMemberDecorate %buf0 0 Offset 0 |
| OpDecorate %_arr_float_uint_2 ArrayStride 16 |
| OpDecorate %x_6 NonWritable |
| OpDecorate %x_6 DescriptorSet 0 |
| OpDecorate %x_6 Binding 0 |
| OpDecorate %buf1 Block |
| OpMemberDecorate %buf1 0 Offset 0 |
| OpDecorate %x_9 NonWritable |
| OpDecorate %x_9 DescriptorSet 0 |
| OpDecorate %x_9 Binding 1 |
| OpMemberDecorate %main_out 0 Offset 0 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %x_GLF_color_1_1 = OpVariable %_ptr_Output_v4float Output %5 |
| %uint = OpTypeInt 32 0 |
| %uint_2 = OpConstant %uint 2 |
| %_arr_float_uint_2 = OpTypeArray %float %uint_2 |
| %buf0 = OpTypeStruct %_arr_float_uint_2 |
| %_ptr_Uniform_buf0 = OpTypePointer Uniform %buf0 |
| %x_6 = OpVariable %_ptr_Uniform_buf0 Uniform |
| %buf1 = OpTypeStruct %float |
| %_ptr_Uniform_buf1 = OpTypePointer Uniform %buf1 |
| %x_9 = OpVariable %_ptr_Uniform_buf1 Uniform |
| %_ptr_Private_v4float = OpTypePointer Private %v4float |
| %x_GLF_color = OpVariable %_ptr_Private_v4float Private %5 |
| %void = OpTypeVoid |
| %17 = OpTypeFunction %void |
| %v2float = OpTypeVector %float 2 |
| %_ptr_Function_v2float = OpTypePointer Function %v2float |
| %24 = OpConstantNull %v2float |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %uint_0 = OpConstant %uint 0 |
| %int = OpTypeInt 32 1 |
| %int_0 = OpConstant %int 0 |
| %_ptr_Uniform_float = OpTypePointer Uniform %float |
| %_ptr_Function_float = OpTypePointer Function %float |
| %bool = OpTypeBool |
| %int_1 = OpConstant %int 1 |
| %main_out = OpTypeStruct %v4float |
| %71 = OpTypeFunction %main_out |
| %main_1 = OpFunction %void None %17 |
| %20 = OpLabel |
| %v0 = OpVariable %_ptr_Function_v2float Function %24 |
| %v1 = OpVariable %_ptr_Function_v4float Function %5 |
| %x_57 = OpVariable %_ptr_Function_v4float Function %5 |
| %32 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0 |
| %33 = OpLoad %float %32 |
| %34 = OpCompositeConstruct %v2float %33 %33 |
| OpStore %v0 %34 |
| %36 = OpAccessChain %_ptr_Function_float %v0 %uint_0 |
| %37 = OpLoad %float %36 |
| %38 = OpCompositeConstruct %v4float %37 %37 %37 %37 |
| OpStore %v1 %38 |
| %39 = OpAccessChain %_ptr_Uniform_float %x_9 %uint_0 |
| %40 = OpLoad %float %39 |
| %41 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0 |
| %42 = OpLoad %float %41 |
| %44 = OpFOrdEqual %bool %40 %42 |
| %43 = OpLogicalNot %bool %44 |
| OpSelectionMerge %46 None |
| OpBranchConditional %43 %47 %48 |
| %47 = OpLabel |
| %49 = OpAccessChain %_ptr_Uniform_float %x_9 %uint_0 |
| %50 = OpLoad %float %49 |
| %52 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_1 |
| %53 = OpLoad %float %52 |
| %54 = OpFOrdEqual %bool %50 %53 |
| OpSelectionMerge %55 None |
| OpBranchConditional %54 %56 %55 |
| %56 = OpLabel |
| OpReturn |
| %55 = OpLabel |
| %57 = OpAccessChain %_ptr_Uniform_float %x_6 %uint_0 %int_0 |
| %58 = OpLoad %float %57 |
| %59 = OpCompositeExtract %float %38 1 |
| %60 = OpCompositeExtract %float %38 2 |
| %61 = OpCompositeConstruct %v2float %59 %60 |
| %62 = OpCompositeConstruct %v2float %58 %58 |
| %63 = OpFSub %v2float %61 %62 |
| %64 = OpCompositeExtract %float %38 0 |
| %65 = OpCompositeExtract %float %63 0 |
| %66 = OpCompositeExtract %float %63 1 |
| %67 = OpCompositeExtract %float %38 3 |
| %68 = OpCompositeConstruct %v4float %64 %65 %66 %67 |
| OpStore %x_57 %68 |
| %69 = OpLoad %v4float %x_57 |
| OpStore %v1 %69 |
| OpBranch %46 |
| %48 = OpLabel |
| OpKill |
| %46 = OpLabel |
| %70 = OpLoad %v4float %x_57 |
| OpStore %x_GLF_color %70 |
| OpReturn |
| OpFunctionEnd |
| %main_inner = OpFunction %main_out None %71 |
| %74 = OpLabel |
| %75 = OpFunctionCall %void %main_1 |
| %76 = OpLoad %v4float %x_GLF_color |
| %77 = OpCompositeConstruct %main_out %76 |
| OpReturnValue %77 |
| OpFunctionEnd |
| %main = OpFunction %void None %17 |
| %79 = OpLabel |
| %80 = OpFunctionCall %main_out %main_inner |
| %81 = OpCompositeExtract %v4float %80 0 |
| OpStore %x_GLF_color_1_1 %81 |
| OpReturn |
| OpFunctionEnd |