blob: 9bd661ef3b6c64c8eee49d3aa38a1b82053877e6 [file] [log] [blame]
; SPIR-V
; Version: 1.3
; Generator: Google Tint Compiler; 0
; Bound: 195
; 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 "rotationMatrix_0"
OpMemberName %ExternalTextureParams_std140 7 "rotationMatrix_1"
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 "rotationMatrix"
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
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
%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
%mat2v2float = OpTypeMatrix %v2float 2
%ExternalTextureParams = OpTypeStruct %uint %uint %mat3v4float %GammaTransferParams %GammaTransferParams %mat3v3float %mat2v2float
%70 = OpTypeFunction %v4float %3 %3 %v2int %ExternalTextureParams
%uint_1 = OpConstant %uint 1
%87 = OpConstantNull %int
%float_1 = OpConstant %float 1
%100 = OpConstantNull %uint
%118 = OpTypeFunction %ExternalTextureParams %ExternalTextureParams_std140
%void = OpTypeVoid
%132 = OpTypeFunction %void
%int_10 = OpConstant %int 10
%138 = OpConstantComposite %v2int %int_10 %int_10
%139 = OpConstantNull %v2int
%v2uint = OpTypeVector %uint 2
%int_0 = OpConstant %int 0
%146 = OpConstantComposite %v2uint %uint_1 %uint_1
%uint_0 = OpConstant %uint 0
%_ptr_Uniform_ExternalTextureParams_std140 = OpTypePointer Uniform %ExternalTextureParams_std140
%_ptr_Function_v4float = OpTypePointer Function %v4float
%158 = OpConstantNull %v4float
%int_70 = OpConstant %int 70
%int_118 = OpConstant %int 118
%171 = OpConstantComposite %v2int %int_70 %int_118
%int_1 = OpConstant %int 1
%186 = OpConstantComposite %v2int %int_1 %87
%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
%80 = OpCompositeExtract %uint %params_0 0
%82 = OpIEqual %bool %80 %uint_1
OpSelectionMerge %83 None
OpBranchConditional %82 %84 %85
%84 = OpLabel
%86 = OpImageFetch %v4float %plane0 %coord Lod %87
%88 = OpVectorShuffle %v3float %86 %86 0 1 2
OpStore %color %88
OpBranch %83
%85 = OpLabel
%89 = OpImageFetch %v4float %plane0 %coord Lod %87
%90 = OpCompositeExtract %float %89 0
%91 = OpImageFetch %v4float %plane1 %coord Lod %87
%92 = OpVectorShuffle %v2float %91 %91 0 1
%93 = OpCompositeExtract %float %92 0
%94 = OpCompositeExtract %float %92 1
%96 = OpCompositeConstruct %v4float %90 %93 %94 %float_1
%97 = OpCompositeExtract %mat3v4float %params_0 2
%98 = OpVectorTimesMatrix %v3float %96 %97
OpStore %color %98
OpBranch %83
%83 = OpLabel
%99 = OpCompositeExtract %uint %params_0 1
%101 = OpIEqual %bool %99 %100
OpSelectionMerge %102 None
OpBranchConditional %101 %103 %102
%103 = OpLabel
%105 = OpLoad %v3float %color
%106 = OpCompositeExtract %GammaTransferParams %params_0 3
%104 = OpFunctionCall %v3float %gammaCorrection %105 %106
OpStore %color %104
%107 = OpCompositeExtract %mat3v3float %params_0 5
%108 = OpLoad %v3float %color
%109 = OpMatrixTimesVector %v3float %107 %108
OpStore %color %109
%111 = OpLoad %v3float %color
%112 = OpCompositeExtract %GammaTransferParams %params_0 4
%110 = OpFunctionCall %v3float %gammaCorrection %111 %112
OpStore %color %110
OpBranch %102
%102 = OpLabel
%113 = OpLoad %v3float %color
%114 = OpCompositeExtract %float %113 0
%115 = OpCompositeExtract %float %113 1
%116 = OpCompositeExtract %float %113 2
%117 = OpCompositeConstruct %v4float %114 %115 %116 %float_1
OpReturnValue %117
OpFunctionEnd
%conv_ExternalTextureParams = OpFunction %ExternalTextureParams None %118
%val = OpFunctionParameter %ExternalTextureParams_std140
%121 = OpLabel
%122 = OpCompositeExtract %uint %val 0
%123 = OpCompositeExtract %uint %val 1
%124 = OpCompositeExtract %mat3v4float %val 2
%125 = OpCompositeExtract %GammaTransferParams %val 3
%126 = OpCompositeExtract %GammaTransferParams %val 4
%127 = OpCompositeExtract %mat3v3float %val 5
%128 = OpCompositeExtract %v2float %val 6
%129 = OpCompositeExtract %v2float %val 7
%130 = OpCompositeConstruct %mat2v2float %128 %129
%131 = OpCompositeConstruct %ExternalTextureParams %122 %123 %124 %125 %126 %127 %130
OpReturnValue %131
OpFunctionEnd
%main = OpFunction %void None %132
%135 = OpLabel
%red = OpVariable %_ptr_Function_v4float Function %158
%green = OpVariable %_ptr_Function_v4float Function %158
%144 = OpLoad %3 %t
%143 = OpImageQuerySizeLod %v2uint %144 %int_0
%147 = OpISub %v2uint %143 %146
%140 = OpBitcast %v2int %147
%136 = OpFunctionCall %v2int %tint_clamp %138 %139 %140
%149 = OpLoad %3 %t
%150 = OpLoad %3 %ext_tex_plane_1
%154 = OpAccessChain %_ptr_Uniform_ExternalTextureParams_std140 %ext_tex_params %uint_0
%155 = OpLoad %ExternalTextureParams_std140 %154
%151 = OpFunctionCall %ExternalTextureParams %conv_ExternalTextureParams %155
%148 = OpFunctionCall %v4float %textureLoadExternal %149 %150 %136 %151
OpStore %red %148
%163 = OpLoad %19 %outImage
%162 = OpImageQuerySize %v2uint %163
%164 = OpISub %v2uint %162 %146
%160 = OpBitcast %v2int %164
%159 = OpFunctionCall %v2int %tint_clamp %139 %139 %160
%166 = OpLoad %19 %outImage
%167 = OpLoad %v4float %red
OpImageWrite %166 %159 %167
%175 = OpLoad %3 %t
%174 = OpImageQuerySizeLod %v2uint %175 %int_0
%176 = OpISub %v2uint %174 %146
%172 = OpBitcast %v2int %176
%168 = OpFunctionCall %v2int %tint_clamp %171 %139 %172
%178 = OpLoad %3 %t
%179 = OpLoad %3 %ext_tex_plane_1
%181 = OpAccessChain %_ptr_Uniform_ExternalTextureParams_std140 %ext_tex_params %uint_0
%182 = OpLoad %ExternalTextureParams_std140 %181
%180 = OpFunctionCall %ExternalTextureParams %conv_ExternalTextureParams %182
%177 = OpFunctionCall %v4float %textureLoadExternal %178 %179 %168 %180
OpStore %green %177
%190 = OpLoad %19 %outImage
%189 = OpImageQuerySize %v2uint %190
%191 = OpISub %v2uint %189 %146
%187 = OpBitcast %v2int %191
%184 = OpFunctionCall %v2int %tint_clamp %186 %139 %187
%193 = OpLoad %19 %outImage
%194 = OpLoad %v4float %green
OpImageWrite %193 %184 %194
OpReturn
OpFunctionEnd