| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 170 |
| ; Schema: 0 |
| OpCapability Shader |
| %32 = OpExtInstImport "GLSL.std.450" |
| OpMemoryModel Logical GLSL450 |
| OpEntryPoint Vertex %vertex_main "vertex_main" %value %vertex_point_size |
| OpEntryPoint Fragment %fragment_main "fragment_main" |
| OpEntryPoint GLCompute %compute_main "compute_main" |
| OpExecutionMode %fragment_main OriginUpperLeft |
| OpExecutionMode %compute_main LocalSize 1 1 1 |
| OpName %value "value" |
| OpName %vertex_point_size "vertex_point_size" |
| OpName %ext_tex_plane_1 "ext_tex_plane_1" |
| OpName %ext_tex_params_block_std140 "ext_tex_params_block_std140" |
| OpMemberName %ext_tex_params_block_std140 0 "inner" |
| OpName %ExternalTextureParams_std140 "ExternalTextureParams_std140" |
| OpMemberName %ExternalTextureParams_std140 0 "numPlanes" |
| OpMemberName %ExternalTextureParams_std140 1 "doYuvToRgbConversionOnly" |
| OpMemberName %ExternalTextureParams_std140 2 "yuvToRgbConversionMatrix" |
| OpMemberName %ExternalTextureParams_std140 3 "gammaDecodeParams" |
| OpName %GammaTransferParams "GammaTransferParams" |
| OpMemberName %GammaTransferParams 0 "G" |
| OpMemberName %GammaTransferParams 1 "A" |
| OpMemberName %GammaTransferParams 2 "B" |
| OpMemberName %GammaTransferParams 3 "C" |
| OpMemberName %GammaTransferParams 4 "D" |
| OpMemberName %GammaTransferParams 5 "E" |
| OpMemberName %GammaTransferParams 6 "F" |
| OpMemberName %GammaTransferParams 7 "padding" |
| OpMemberName %ExternalTextureParams_std140 4 "gammaEncodeParams" |
| OpMemberName %ExternalTextureParams_std140 5 "gamutConversionMatrix" |
| OpMemberName %ExternalTextureParams_std140 6 "coordTransformationMatrix_0" |
| OpMemberName %ExternalTextureParams_std140 7 "coordTransformationMatrix_1" |
| OpMemberName %ExternalTextureParams_std140 8 "coordTransformationMatrix_2" |
| OpName %ext_tex_params "ext_tex_params" |
| OpName %arg_0 "arg_0" |
| OpName %prevent_dce_block "prevent_dce_block" |
| OpMemberName %prevent_dce_block 0 "inner" |
| OpName %prevent_dce "prevent_dce" |
| OpName %gammaCorrection "gammaCorrection" |
| OpName %v "v" |
| OpName %params "params" |
| OpName %ExternalTextureParams "ExternalTextureParams" |
| OpMemberName %ExternalTextureParams 0 "numPlanes" |
| OpMemberName %ExternalTextureParams 1 "doYuvToRgbConversionOnly" |
| OpMemberName %ExternalTextureParams 2 "yuvToRgbConversionMatrix" |
| OpMemberName %ExternalTextureParams 3 "gammaDecodeParams" |
| OpMemberName %ExternalTextureParams 4 "gammaEncodeParams" |
| OpMemberName %ExternalTextureParams 5 "gamutConversionMatrix" |
| OpMemberName %ExternalTextureParams 6 "coordTransformationMatrix" |
| OpName %textureLoadExternal "textureLoadExternal" |
| OpName %plane0 "plane0" |
| OpName %plane1 "plane1" |
| OpName %coord "coord" |
| OpName %params_0 "params" |
| OpName %color "color" |
| OpName %conv_ExternalTextureParams "conv_ExternalTextureParams" |
| OpName %val "val" |
| OpName %textureLoad_8acf41 "textureLoad_8acf41" |
| OpName %arg_1 "arg_1" |
| OpName %res "res" |
| OpName %vertex_main_inner "vertex_main_inner" |
| OpName %vertex_main "vertex_main" |
| OpName %fragment_main "fragment_main" |
| OpName %compute_main "compute_main" |
| OpDecorate %value BuiltIn Position |
| OpDecorate %vertex_point_size BuiltIn PointSize |
| OpDecorate %ext_tex_plane_1 DescriptorSet 1 |
| OpDecorate %ext_tex_plane_1 Binding 1 |
| OpDecorate %ext_tex_params_block_std140 Block |
| OpMemberDecorate %ext_tex_params_block_std140 0 Offset 0 |
| OpMemberDecorate %ExternalTextureParams_std140 0 Offset 0 |
| OpMemberDecorate %ExternalTextureParams_std140 1 Offset 4 |
| OpMemberDecorate %ExternalTextureParams_std140 2 Offset 16 |
| OpMemberDecorate %ExternalTextureParams_std140 2 ColMajor |
| OpMemberDecorate %ExternalTextureParams_std140 2 MatrixStride 16 |
| OpMemberDecorate %ExternalTextureParams_std140 3 Offset 64 |
| OpMemberDecorate %GammaTransferParams 0 Offset 0 |
| OpMemberDecorate %GammaTransferParams 1 Offset 4 |
| OpMemberDecorate %GammaTransferParams 2 Offset 8 |
| OpMemberDecorate %GammaTransferParams 3 Offset 12 |
| OpMemberDecorate %GammaTransferParams 4 Offset 16 |
| OpMemberDecorate %GammaTransferParams 5 Offset 20 |
| OpMemberDecorate %GammaTransferParams 6 Offset 24 |
| OpMemberDecorate %GammaTransferParams 7 Offset 28 |
| OpMemberDecorate %ExternalTextureParams_std140 4 Offset 96 |
| OpMemberDecorate %ExternalTextureParams_std140 5 Offset 128 |
| OpMemberDecorate %ExternalTextureParams_std140 5 ColMajor |
| OpMemberDecorate %ExternalTextureParams_std140 5 MatrixStride 16 |
| OpMemberDecorate %ExternalTextureParams_std140 6 Offset 176 |
| OpMemberDecorate %ExternalTextureParams_std140 7 Offset 184 |
| OpMemberDecorate %ExternalTextureParams_std140 8 Offset 192 |
| OpDecorate %ext_tex_params NonWritable |
| OpDecorate %ext_tex_params DescriptorSet 1 |
| OpDecorate %ext_tex_params Binding 2 |
| OpDecorate %arg_0 DescriptorSet 1 |
| OpDecorate %arg_0 Binding 0 |
| OpDecorate %prevent_dce_block Block |
| OpMemberDecorate %prevent_dce_block 0 Offset 0 |
| OpDecorate %prevent_dce DescriptorSet 2 |
| OpDecorate %prevent_dce Binding 0 |
| OpMemberDecorate %ExternalTextureParams 0 Offset 0 |
| OpMemberDecorate %ExternalTextureParams 1 Offset 4 |
| OpMemberDecorate %ExternalTextureParams 2 Offset 16 |
| OpMemberDecorate %ExternalTextureParams 2 ColMajor |
| OpMemberDecorate %ExternalTextureParams 2 MatrixStride 16 |
| OpMemberDecorate %ExternalTextureParams 3 Offset 64 |
| OpMemberDecorate %ExternalTextureParams 4 Offset 96 |
| OpMemberDecorate %ExternalTextureParams 5 Offset 128 |
| OpMemberDecorate %ExternalTextureParams 5 ColMajor |
| OpMemberDecorate %ExternalTextureParams 5 MatrixStride 16 |
| OpMemberDecorate %ExternalTextureParams 6 Offset 176 |
| OpMemberDecorate %ExternalTextureParams 6 ColMajor |
| OpMemberDecorate %ExternalTextureParams 6 MatrixStride 8 |
| %float = OpTypeFloat 32 |
| %v4float = OpTypeVector %float 4 |
| %_ptr_Output_v4float = OpTypePointer Output %v4float |
| %5 = OpConstantNull %v4float |
| %value = OpVariable %_ptr_Output_v4float Output %5 |
| %_ptr_Output_float = OpTypePointer Output %float |
| %8 = OpConstantNull %float |
| %vertex_point_size = OpVariable %_ptr_Output_float Output %8 |
| %11 = OpTypeImage %float 2D 0 0 0 1 Unknown |
| %_ptr_UniformConstant_11 = OpTypePointer UniformConstant %11 |
| %ext_tex_plane_1 = OpVariable %_ptr_UniformConstant_11 UniformConstant |
| %uint = OpTypeInt 32 0 |
| %mat3v4float = OpTypeMatrix %v4float 3 |
| %GammaTransferParams = OpTypeStruct %float %float %float %float %float %float %float %uint |
| %v3float = OpTypeVector %float 3 |
| %mat3v3float = OpTypeMatrix %v3float 3 |
| %v2float = OpTypeVector %float 2 |
| %ExternalTextureParams_std140 = OpTypeStruct %uint %uint %mat3v4float %GammaTransferParams %GammaTransferParams %mat3v3float %v2float %v2float %v2float |
| %ext_tex_params_block_std140 = OpTypeStruct %ExternalTextureParams_std140 |
| %_ptr_Uniform_ext_tex_params_block_std140 = OpTypePointer Uniform %ext_tex_params_block_std140 |
| %ext_tex_params = OpVariable %_ptr_Uniform_ext_tex_params_block_std140 Uniform |
| %arg_0 = OpVariable %_ptr_UniformConstant_11 UniformConstant |
| %prevent_dce_block = OpTypeStruct %v4float |
| %_ptr_StorageBuffer_prevent_dce_block = OpTypePointer StorageBuffer %prevent_dce_block |
| %prevent_dce = OpVariable %_ptr_StorageBuffer_prevent_dce_block StorageBuffer |
| %26 = OpTypeFunction %v3float %v3float %GammaTransferParams |
| %bool = OpTypeBool |
| %v3bool = OpTypeVector %bool 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %46 = OpConstantNull %v3float |
| %int = OpTypeInt 32 1 |
| %v2int = OpTypeVector %int 2 |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %ExternalTextureParams = OpTypeStruct %uint %uint %mat3v4float %GammaTransferParams %GammaTransferParams %mat3v3float %mat3v2float |
| %66 = OpTypeFunction %v4float %11 %11 %v2int %ExternalTextureParams |
| %v2uint = OpTypeVector %uint 2 |
| %uint_1 = OpConstant %uint 1 |
| %79 = OpConstantComposite %v2uint %uint_1 %uint_1 |
| %88 = OpConstantNull %int |
| %float_1 = OpConstant %float 1 |
| %101 = OpConstantNull %uint |
| %119 = OpTypeFunction %ExternalTextureParams %ExternalTextureParams_std140 |
| %void = OpTypeVoid |
| %134 = OpTypeFunction %void |
| %int_1 = OpConstant %int 1 |
| %139 = OpConstantComposite %v2int %int_1 %int_1 |
| %_ptr_Function_v2int = OpTypePointer Function %v2int |
| %142 = OpConstantNull %v2int |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_ExternalTextureParams_std140 = OpTypePointer Uniform %ExternalTextureParams_std140 |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %_ptr_StorageBuffer_v4float = OpTypePointer StorageBuffer %v4float |
| %157 = OpTypeFunction %v4float |
| %gammaCorrection = OpFunction %v3float None %26 |
| %v = OpFunctionParameter %v3float |
| %params = OpFunctionParameter %GammaTransferParams |
| %30 = OpLabel |
| %44 = OpVariable %_ptr_Function_v3float Function %46 |
| %56 = OpVariable %_ptr_Function_v3float Function %46 |
| %62 = OpVariable %_ptr_Function_v3float Function %46 |
| %31 = OpExtInst %v3float %32 FAbs %v |
| %33 = OpCompositeExtract %float %params 4 |
| %34 = OpCompositeConstruct %v3float %33 %33 %33 |
| %35 = OpFOrdLessThan %v3bool %31 %34 |
| %38 = OpExtInst %v3float %32 FSign %v |
| %39 = OpCompositeExtract %float %params 3 |
| %40 = OpExtInst %v3float %32 FAbs %v |
| %41 = OpVectorTimesScalar %v3float %40 %39 |
| %42 = OpCompositeExtract %float %params 6 |
| %47 = OpCompositeConstruct %v3float %42 %42 %42 |
| %43 = OpFAdd %v3float %41 %47 |
| %48 = OpFMul %v3float %38 %43 |
| %49 = OpExtInst %v3float %32 FSign %v |
| %51 = OpCompositeExtract %float %params 1 |
| %52 = OpExtInst %v3float %32 FAbs %v |
| %53 = OpVectorTimesScalar %v3float %52 %51 |
| %54 = OpCompositeExtract %float %params 2 |
| %57 = OpCompositeConstruct %v3float %54 %54 %54 |
| %55 = OpFAdd %v3float %53 %57 |
| %58 = OpCompositeExtract %float %params 0 |
| %59 = OpCompositeConstruct %v3float %58 %58 %58 |
| %50 = OpExtInst %v3float %32 Pow %55 %59 |
| %60 = OpCompositeExtract %float %params 5 |
| %63 = OpCompositeConstruct %v3float %60 %60 %60 |
| %61 = OpFAdd %v3float %50 %63 |
| %64 = OpFMul %v3float %49 %61 |
| %65 = OpSelect %v3float %35 %48 %64 |
| OpReturnValue %65 |
| OpFunctionEnd |
| %textureLoadExternal = OpFunction %v4float None %66 |
| %plane0 = OpFunctionParameter %11 |
| %plane1 = OpFunctionParameter %11 |
| %coord = OpFunctionParameter %v2int |
| %params_0 = OpFunctionParameter %ExternalTextureParams |
| %76 = OpLabel |
| %color = OpVariable %_ptr_Function_v3float Function %46 |
| %80 = OpShiftRightArithmetic %v2int %coord %79 |
| %82 = OpCompositeExtract %uint %params_0 0 |
| %83 = OpIEqual %bool %82 %uint_1 |
| OpSelectionMerge %84 None |
| OpBranchConditional %83 %85 %86 |
| %85 = OpLabel |
| %87 = OpImageFetch %v4float %plane0 %coord Lod %88 |
| %89 = OpVectorShuffle %v3float %87 %87 0 1 2 |
| OpStore %color %89 |
| OpBranch %84 |
| %86 = OpLabel |
| %90 = OpImageFetch %v4float %plane0 %coord Lod %88 |
| %91 = OpCompositeExtract %float %90 0 |
| %92 = OpImageFetch %v4float %plane1 %80 Lod %88 |
| %93 = OpVectorShuffle %v2float %92 %92 0 1 |
| %94 = OpCompositeExtract %float %93 0 |
| %95 = OpCompositeExtract %float %93 1 |
| %97 = OpCompositeConstruct %v4float %91 %94 %95 %float_1 |
| %98 = OpCompositeExtract %mat3v4float %params_0 2 |
| %99 = OpVectorTimesMatrix %v3float %97 %98 |
| OpStore %color %99 |
| OpBranch %84 |
| %84 = OpLabel |
| %100 = OpCompositeExtract %uint %params_0 1 |
| %102 = OpIEqual %bool %100 %101 |
| OpSelectionMerge %103 None |
| OpBranchConditional %102 %104 %103 |
| %104 = OpLabel |
| %106 = OpLoad %v3float %color |
| %107 = OpCompositeExtract %GammaTransferParams %params_0 3 |
| %105 = OpFunctionCall %v3float %gammaCorrection %106 %107 |
| OpStore %color %105 |
| %108 = OpCompositeExtract %mat3v3float %params_0 5 |
| %109 = OpLoad %v3float %color |
| %110 = OpMatrixTimesVector %v3float %108 %109 |
| OpStore %color %110 |
| %112 = OpLoad %v3float %color |
| %113 = OpCompositeExtract %GammaTransferParams %params_0 4 |
| %111 = OpFunctionCall %v3float %gammaCorrection %112 %113 |
| OpStore %color %111 |
| OpBranch %103 |
| %103 = OpLabel |
| %114 = OpLoad %v3float %color |
| %115 = OpCompositeExtract %float %114 0 |
| %116 = OpCompositeExtract %float %114 1 |
| %117 = OpCompositeExtract %float %114 2 |
| %118 = OpCompositeConstruct %v4float %115 %116 %117 %float_1 |
| OpReturnValue %118 |
| OpFunctionEnd |
| %conv_ExternalTextureParams = OpFunction %ExternalTextureParams None %119 |
| %val = OpFunctionParameter %ExternalTextureParams_std140 |
| %122 = OpLabel |
| %123 = OpCompositeExtract %uint %val 0 |
| %124 = OpCompositeExtract %uint %val 1 |
| %125 = OpCompositeExtract %mat3v4float %val 2 |
| %126 = OpCompositeExtract %GammaTransferParams %val 3 |
| %127 = OpCompositeExtract %GammaTransferParams %val 4 |
| %128 = OpCompositeExtract %mat3v3float %val 5 |
| %129 = OpCompositeExtract %v2float %val 6 |
| %130 = OpCompositeExtract %v2float %val 7 |
| %131 = OpCompositeExtract %v2float %val 8 |
| %132 = OpCompositeConstruct %mat3v2float %129 %130 %131 |
| %133 = OpCompositeConstruct %ExternalTextureParams %123 %124 %125 %126 %127 %128 %132 |
| OpReturnValue %133 |
| OpFunctionEnd |
| %textureLoad_8acf41 = OpFunction %void None %134 |
| %137 = OpLabel |
| %arg_1 = OpVariable %_ptr_Function_v2int Function %142 |
| %res = OpVariable %_ptr_Function_v4float Function %5 |
| OpStore %arg_1 %139 |
| %144 = OpLoad %11 %arg_0 |
| %145 = OpLoad %11 %ext_tex_plane_1 |
| %146 = OpLoad %v2int %arg_1 |
| %150 = OpAccessChain %_ptr_Uniform_ExternalTextureParams_std140 %ext_tex_params %uint_0 |
| %151 = OpLoad %ExternalTextureParams_std140 %150 |
| %147 = OpFunctionCall %ExternalTextureParams %conv_ExternalTextureParams %151 |
| %143 = OpFunctionCall %v4float %textureLoadExternal %144 %145 %146 %147 |
| OpStore %res %143 |
| %155 = OpAccessChain %_ptr_StorageBuffer_v4float %prevent_dce %uint_0 |
| %156 = OpLoad %v4float %res |
| OpStore %155 %156 |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %v4float None %157 |
| %159 = OpLabel |
| %160 = OpFunctionCall %void %textureLoad_8acf41 |
| OpReturnValue %5 |
| OpFunctionEnd |
| %vertex_main = OpFunction %void None %134 |
| %162 = OpLabel |
| %163 = OpFunctionCall %v4float %vertex_main_inner |
| OpStore %value %163 |
| OpStore %vertex_point_size %float_1 |
| OpReturn |
| OpFunctionEnd |
| %fragment_main = OpFunction %void None %134 |
| %165 = OpLabel |
| %166 = OpFunctionCall %void %textureLoad_8acf41 |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %134 |
| %168 = OpLabel |
| %169 = OpFunctionCall %void %textureLoad_8acf41 |
| OpReturn |
| OpFunctionEnd |