blob: b31df45344fe0a648e1107a8022c3f28663739cc [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 203
; Schema: 0
OpCapability Shader
OpCapability ImageQuery
%29 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint GLCompute %main "main"
OpExecutionMode %main LocalSize 1 1 1
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 %t "t"
OpName %outImage "outImage"
OpName %tint_clamp "tint_clamp"
OpName %e "e"
OpName %low "low"
OpName %high "high"
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 %main "main"
OpName %red "red"
OpName %green "green"
OpDecorate %ext_tex_plane_1 DescriptorSet 0
OpDecorate %ext_tex_plane_1 Binding 2
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 0
OpDecorate %ext_tex_params Binding 3
OpDecorate %t DescriptorSet 0
OpDecorate %t Binding 0
OpDecorate %outImage NonReadable
OpDecorate %outImage DescriptorSet 0
OpDecorate %outImage Binding 1
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
%3 = OpTypeImage %float 2D 0 0 0 1 Unknown
%_ptr_UniformConstant_3 = OpTypePointer UniformConstant %3
%ext_tex_plane_1 = OpVariable %_ptr_UniformConstant_3 UniformConstant
%uint = OpTypeInt 32 0
%v4float = OpTypeVector %float 4
%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
%t = OpVariable %_ptr_UniformConstant_3 UniformConstant
%19 = OpTypeImage %float 2D 0 0 0 2 Rgba8
%_ptr_UniformConstant_19 = OpTypePointer UniformConstant %19
%outImage = OpVariable %_ptr_UniformConstant_19 UniformConstant
%int = OpTypeInt 32 1
%v2int = OpTypeVector %int 2
%20 = OpTypeFunction %v2int %v2int %v2int %v2int
%31 = OpTypeFunction %v3float %v3float %GammaTransferParams
%bool = OpTypeBool
%v3bool = OpTypeVector %bool 3
%_ptr_Function_v3float = OpTypePointer Function %v3float
%50 = OpConstantNull %v3float
%mat3v2float = OpTypeMatrix %v2float 3
%ExternalTextureParams = OpTypeStruct %uint %uint %mat3v4float %GammaTransferParams %GammaTransferParams %mat3v3float %mat3v2float
%70 = OpTypeFunction %v4float %3 %3 %v2int %ExternalTextureParams
%v2uint = OpTypeVector %uint 2
%uint_1 = OpConstant %uint 1
%81 = OpConstantComposite %v2uint %uint_1 %uint_1
%90 = OpConstantNull %uint
%95 = OpConstantNull %v2int
%float_1 = OpConstant %float 1
%142 = OpTypeFunction %ExternalTextureParams %ExternalTextureParams_std140
%void = OpTypeVoid
%157 = OpTypeFunction %void
%int_10 = OpConstant %int 10
%165 = OpConstantComposite %v2int %int_10 %int_10
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_ExternalTextureParams_std140 = OpTypePointer Uniform %ExternalTextureParams_std140
%_ptr_Function_v4float = OpTypePointer Function %v4float
%173 = OpConstantNull %v4float
%int_70 = OpConstant %int 70
%int_118 = OpConstant %int 118
%187 = OpConstantComposite %v2int %int_70 %int_118
%int_1 = OpConstant %int 1
%196 = OpConstantNull %int
%197 = OpConstantComposite %v2int %int_1 %196
%tint_clamp = OpFunction %v2int None %20
%e = OpFunctionParameter %v2int
%low = OpFunctionParameter %v2int
%high = OpFunctionParameter %v2int
%27 = OpLabel
%30 = OpExtInst %v2int %29 SMax %e %low
%28 = OpExtInst %v2int %29 SMin %30 %high
OpReturnValue %28
OpFunctionEnd
%gammaCorrection = OpFunction %v3float None %31
%v = OpFunctionParameter %v3float
%params = OpFunctionParameter %GammaTransferParams
%35 = OpLabel
%48 = OpVariable %_ptr_Function_v3float Function %50
%60 = OpVariable %_ptr_Function_v3float Function %50
%66 = OpVariable %_ptr_Function_v3float Function %50
%36 = OpExtInst %v3float %29 FAbs %v
%37 = OpCompositeExtract %float %params 4
%38 = OpCompositeConstruct %v3float %37 %37 %37
%39 = OpFOrdLessThan %v3bool %36 %38
%42 = OpExtInst %v3float %29 FSign %v
%43 = OpCompositeExtract %float %params 3
%44 = OpExtInst %v3float %29 FAbs %v
%45 = OpVectorTimesScalar %v3float %44 %43
%46 = OpCompositeExtract %float %params 6
%51 = OpCompositeConstruct %v3float %46 %46 %46
%47 = OpFAdd %v3float %45 %51
%52 = OpFMul %v3float %42 %47
%53 = OpExtInst %v3float %29 FSign %v
%55 = OpCompositeExtract %float %params 1
%56 = OpExtInst %v3float %29 FAbs %v
%57 = OpVectorTimesScalar %v3float %56 %55
%58 = OpCompositeExtract %float %params 2
%61 = OpCompositeConstruct %v3float %58 %58 %58
%59 = OpFAdd %v3float %57 %61
%62 = OpCompositeExtract %float %params 0
%63 = OpCompositeConstruct %v3float %62 %62 %62
%54 = OpExtInst %v3float %29 Pow %59 %63
%64 = OpCompositeExtract %float %params 5
%67 = OpCompositeConstruct %v3float %64 %64 %64
%65 = OpFAdd %v3float %54 %67
%68 = OpFMul %v3float %53 %65
%69 = OpSelect %v3float %39 %52 %68
OpReturnValue %69
OpFunctionEnd
%textureLoadExternal = OpFunction %v4float None %70
%plane0 = OpFunctionParameter %3
%plane1 = OpFunctionParameter %3
%coord = OpFunctionParameter %v2int
%params_0 = OpFunctionParameter %ExternalTextureParams
%78 = OpLabel
%color = OpVariable %_ptr_Function_v3float Function %50
%82 = OpShiftRightArithmetic %v2int %coord %81
%84 = OpCompositeExtract %uint %params_0 0
%85 = OpIEqual %bool %84 %uint_1
OpSelectionMerge %86 None
OpBranchConditional %85 %87 %88
%87 = OpLabel
%91 = OpImageQueryLevels %uint %plane0
%92 = OpISub %uint %91 %uint_1
%89 = OpExtInst %uint %29 UMin %90 %92
%97 = OpImageQuerySizeLod %v2uint %plane0 %89
%98 = OpISub %v2uint %97 %81
%96 = OpBitcast %v2int %98
%94 = OpFunctionCall %v2int %tint_clamp %coord %95 %96
%93 = OpImageFetch %v4float %plane0 %94 Lod %89
%99 = OpVectorShuffle %v3float %93 %93 0 1 2
OpStore %color %99
OpBranch %86
%88 = OpLabel
%101 = OpImageQueryLevels %uint %plane0
%102 = OpISub %uint %101 %uint_1
%100 = OpExtInst %uint %29 UMin %90 %102
%104 = OpImageQueryLevels %uint %plane1
%105 = OpISub %uint %104 %uint_1
%103 = OpExtInst %uint %29 UMin %90 %105
%109 = OpImageQuerySizeLod %v2uint %plane0 %100
%110 = OpISub %v2uint %109 %81
%108 = OpBitcast %v2int %110
%107 = OpFunctionCall %v2int %tint_clamp %coord %95 %108
%106 = OpImageFetch %v4float %plane0 %107 Lod %100
%111 = OpCompositeExtract %float %106 0
%115 = OpImageQuerySizeLod %v2uint %plane1 %103
%116 = OpISub %v2uint %115 %81
%114 = OpBitcast %v2int %116
%113 = OpFunctionCall %v2int %tint_clamp %82 %95 %114
%112 = OpImageFetch %v4float %plane1 %113 Lod %103
%117 = OpVectorShuffle %v2float %112 %112 0 1
%118 = OpCompositeExtract %float %117 0
%119 = OpCompositeExtract %float %117 1
%121 = OpCompositeConstruct %v4float %111 %118 %119 %float_1
%122 = OpCompositeExtract %mat3v4float %params_0 2
%123 = OpVectorTimesMatrix %v3float %121 %122
OpStore %color %123
OpBranch %86
%86 = OpLabel
%124 = OpCompositeExtract %uint %params_0 1
%125 = OpIEqual %bool %124 %90
OpSelectionMerge %126 None
OpBranchConditional %125 %127 %126
%127 = OpLabel
%129 = OpLoad %v3float %color
%130 = OpCompositeExtract %GammaTransferParams %params_0 3
%128 = OpFunctionCall %v3float %gammaCorrection %129 %130
OpStore %color %128
%131 = OpCompositeExtract %mat3v3float %params_0 5
%132 = OpLoad %v3float %color
%133 = OpMatrixTimesVector %v3float %131 %132
OpStore %color %133
%135 = OpLoad %v3float %color
%136 = OpCompositeExtract %GammaTransferParams %params_0 4
%134 = OpFunctionCall %v3float %gammaCorrection %135 %136
OpStore %color %134
OpBranch %126
%126 = OpLabel
%137 = OpLoad %v3float %color
%138 = OpCompositeExtract %float %137 0
%139 = OpCompositeExtract %float %137 1
%140 = OpCompositeExtract %float %137 2
%141 = OpCompositeConstruct %v4float %138 %139 %140 %float_1
OpReturnValue %141
OpFunctionEnd
%conv_ExternalTextureParams = OpFunction %ExternalTextureParams None %142
%val = OpFunctionParameter %ExternalTextureParams_std140
%145 = OpLabel
%146 = OpCompositeExtract %uint %val 0
%147 = OpCompositeExtract %uint %val 1
%148 = OpCompositeExtract %mat3v4float %val 2
%149 = OpCompositeExtract %GammaTransferParams %val 3
%150 = OpCompositeExtract %GammaTransferParams %val 4
%151 = OpCompositeExtract %mat3v3float %val 5
%152 = OpCompositeExtract %v2float %val 6
%153 = OpCompositeExtract %v2float %val 7
%154 = OpCompositeExtract %v2float %val 8
%155 = OpCompositeConstruct %mat3v2float %152 %153 %154
%156 = OpCompositeConstruct %ExternalTextureParams %146 %147 %148 %149 %150 %151 %155
OpReturnValue %156
OpFunctionEnd
%main = OpFunction %void None %157
%160 = OpLabel
%red = OpVariable %_ptr_Function_v4float Function %173
%green = OpVariable %_ptr_Function_v4float Function %173
%162 = OpLoad %3 %t
%163 = OpLoad %3 %ext_tex_plane_1
%169 = OpAccessChain %_ptr_Uniform_ExternalTextureParams_std140 %ext_tex_params %uint_0
%170 = OpLoad %ExternalTextureParams_std140 %169
%166 = OpFunctionCall %ExternalTextureParams %conv_ExternalTextureParams %170
%161 = OpFunctionCall %v4float %textureLoadExternal %162 %163 %165 %166
OpStore %red %161
%175 = OpLoad %19 %outImage
%179 = OpLoad %19 %outImage
%178 = OpImageQuerySize %v2uint %179
%180 = OpISub %v2uint %178 %81
%177 = OpBitcast %v2int %180
%176 = OpFunctionCall %v2int %tint_clamp %95 %95 %177
%181 = OpLoad %v4float %red
OpImageWrite %175 %176 %181
%183 = OpLoad %3 %t
%184 = OpLoad %3 %ext_tex_plane_1
%189 = OpAccessChain %_ptr_Uniform_ExternalTextureParams_std140 %ext_tex_params %uint_0
%190 = OpLoad %ExternalTextureParams_std140 %189
%188 = OpFunctionCall %ExternalTextureParams %conv_ExternalTextureParams %190
%182 = OpFunctionCall %v4float %textureLoadExternal %183 %184 %187 %188
OpStore %green %182
%193 = OpLoad %19 %outImage
%200 = OpLoad %19 %outImage
%199 = OpImageQuerySize %v2uint %200
%201 = OpISub %v2uint %199 %81
%198 = OpBitcast %v2int %201
%194 = OpFunctionCall %v2int %tint_clamp %197 %95 %198
%202 = OpLoad %v4float %green
OpImageWrite %193 %194 %202
OpReturn
OpFunctionEnd