| ; SPIR-V |
| ; Version: 1.3 |
| ; Generator: Google Tint Compiler; 0 |
| ; Bound: 229 |
| ; Schema: 0 |
| OpCapability Shader |
| %50 = 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" |
| OpMemberName %ExternalTextureParams_std140 9 "loadTransformationMatrix_0" |
| OpMemberName %ExternalTextureParams_std140 10 "loadTransformationMatrix_1" |
| OpMemberName %ExternalTextureParams_std140 11 "loadTransformationMatrix_2" |
| OpMemberName %ExternalTextureParams_std140 12 "samplePlane0RectMin" |
| OpMemberName %ExternalTextureParams_std140 13 "samplePlane0RectMax" |
| OpMemberName %ExternalTextureParams_std140 14 "samplePlane1RectMin" |
| OpMemberName %ExternalTextureParams_std140 15 "samplePlane1RectMax" |
| OpMemberName %ExternalTextureParams_std140 16 "displayVisibleRectMax" |
| OpMemberName %ExternalTextureParams_std140 17 "plane1CoordFactor" |
| 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 %tint_ftou "tint_ftou" |
| OpName %v "v" |
| OpName %gammaCorrection "gammaCorrection" |
| OpName %v_0 "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" |
| OpMemberName %ExternalTextureParams 7 "loadTransformationMatrix" |
| OpMemberName %ExternalTextureParams 8 "samplePlane0RectMin" |
| OpMemberName %ExternalTextureParams 9 "samplePlane0RectMax" |
| OpMemberName %ExternalTextureParams 10 "samplePlane1RectMin" |
| OpMemberName %ExternalTextureParams 11 "samplePlane1RectMax" |
| OpMemberName %ExternalTextureParams 12 "displayVisibleRectMax" |
| OpMemberName %ExternalTextureParams 13 "plane1CoordFactor" |
| 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_1bfdfb "textureLoad_1bfdfb" |
| 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 |
| OpMemberDecorate %ExternalTextureParams_std140 9 Offset 200 |
| OpMemberDecorate %ExternalTextureParams_std140 10 Offset 208 |
| OpMemberDecorate %ExternalTextureParams_std140 11 Offset 216 |
| OpMemberDecorate %ExternalTextureParams_std140 12 Offset 224 |
| OpMemberDecorate %ExternalTextureParams_std140 13 Offset 232 |
| OpMemberDecorate %ExternalTextureParams_std140 14 Offset 240 |
| OpMemberDecorate %ExternalTextureParams_std140 15 Offset 248 |
| OpMemberDecorate %ExternalTextureParams_std140 16 Offset 256 |
| OpMemberDecorate %ExternalTextureParams_std140 17 Offset 264 |
| 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 |
| OpMemberDecorate %ExternalTextureParams 7 Offset 200 |
| OpMemberDecorate %ExternalTextureParams 7 ColMajor |
| OpMemberDecorate %ExternalTextureParams 7 MatrixStride 8 |
| OpMemberDecorate %ExternalTextureParams 8 Offset 224 |
| OpMemberDecorate %ExternalTextureParams 9 Offset 232 |
| OpMemberDecorate %ExternalTextureParams 10 Offset 240 |
| OpMemberDecorate %ExternalTextureParams 11 Offset 248 |
| OpMemberDecorate %ExternalTextureParams 12 Offset 256 |
| OpMemberDecorate %ExternalTextureParams 13 Offset 264 |
| %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 |
| %v2uint = OpTypeVector %uint 2 |
| %ExternalTextureParams_std140 = OpTypeStruct %uint %uint %mat3v4float %GammaTransferParams %GammaTransferParams %mat3v3float %v2float %v2float %v2float %v2float %v2float %v2float %v2float %v2float %v2float %v2float %v2uint %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 |
| %27 = OpTypeFunction %v2uint %v2float |
| %float_4_29496704e_09 = OpConstant %float 4.29496704e+09 |
| %33 = OpConstantComposite %v2float %float_4_29496704e_09 %float_4_29496704e_09 |
| %bool = OpTypeBool |
| %v2bool = OpTypeVector %bool 2 |
| %38 = OpConstantNull %v2float |
| %40 = OpConstantNull %v2uint |
| %uint_4294967295 = OpConstant %uint 4294967295 |
| %43 = OpConstantComposite %v2uint %uint_4294967295 %uint_4294967295 |
| %44 = OpTypeFunction %v3float %v3float %GammaTransferParams |
| %v3bool = OpTypeVector %bool 3 |
| %_ptr_Function_v3float = OpTypePointer Function %v3float |
| %63 = OpConstantNull %v3float |
| %mat3v2float = OpTypeMatrix %v2float 3 |
| %ExternalTextureParams = OpTypeStruct %uint %uint %mat3v4float %GammaTransferParams %GammaTransferParams %mat3v3float %mat3v2float %mat3v2float %v2float %v2float %v2float %v2float %v2uint %v2float |
| %83 = OpTypeFunction %v4float %11 %11 %v2uint %ExternalTextureParams |
| %float_1 = OpConstant %float 1 |
| %_ptr_Function_v4float = OpTypePointer Function %v4float |
| %uint_1 = OpConstant %uint 1 |
| %int = OpTypeInt 32 1 |
| %114 = OpConstantNull %int |
| %134 = OpConstantNull %uint |
| %uint_3 = OpConstant %uint 3 |
| %_ptr_Function_float = OpTypePointer Function %float |
| %171 = OpTypeFunction %ExternalTextureParams %ExternalTextureParams_std140 |
| %void = OpTypeVoid |
| %196 = OpTypeFunction %void |
| %200 = OpConstantComposite %v2uint %uint_1 %uint_1 |
| %_ptr_Function_v2uint = OpTypePointer Function %v2uint |
| %uint_0 = OpConstant %uint 0 |
| %_ptr_Uniform_ExternalTextureParams_std140 = OpTypePointer Uniform %ExternalTextureParams_std140 |
| %_ptr_StorageBuffer_v4float = OpTypePointer StorageBuffer %v4float |
| %216 = OpTypeFunction %v4float |
| %tint_ftou = OpFunction %v2uint None %27 |
| %v = OpFunctionParameter %v2float |
| %30 = OpLabel |
| %34 = OpFOrdLessThan %v2bool %v %33 |
| %39 = OpFOrdLessThan %v2bool %v %38 |
| %41 = OpConvertFToU %v2uint %v |
| %37 = OpSelect %v2uint %39 %40 %41 |
| %31 = OpSelect %v2uint %34 %37 %43 |
| OpReturnValue %31 |
| OpFunctionEnd |
| %gammaCorrection = OpFunction %v3float None %44 |
| %v_0 = OpFunctionParameter %v3float |
| %params = OpFunctionParameter %GammaTransferParams |
| %48 = OpLabel |
| %61 = OpVariable %_ptr_Function_v3float Function %63 |
| %73 = OpVariable %_ptr_Function_v3float Function %63 |
| %79 = OpVariable %_ptr_Function_v3float Function %63 |
| %49 = OpExtInst %v3float %50 FAbs %v_0 |
| %51 = OpCompositeExtract %float %params 4 |
| %52 = OpCompositeConstruct %v3float %51 %51 %51 |
| %53 = OpFOrdLessThan %v3bool %49 %52 |
| %55 = OpExtInst %v3float %50 FSign %v_0 |
| %56 = OpCompositeExtract %float %params 3 |
| %57 = OpExtInst %v3float %50 FAbs %v_0 |
| %58 = OpVectorTimesScalar %v3float %57 %56 |
| %59 = OpCompositeExtract %float %params 6 |
| %64 = OpCompositeConstruct %v3float %59 %59 %59 |
| %60 = OpFAdd %v3float %58 %64 |
| %65 = OpFMul %v3float %55 %60 |
| %66 = OpExtInst %v3float %50 FSign %v_0 |
| %68 = OpCompositeExtract %float %params 1 |
| %69 = OpExtInst %v3float %50 FAbs %v_0 |
| %70 = OpVectorTimesScalar %v3float %69 %68 |
| %71 = OpCompositeExtract %float %params 2 |
| %74 = OpCompositeConstruct %v3float %71 %71 %71 |
| %72 = OpFAdd %v3float %70 %74 |
| %75 = OpCompositeExtract %float %params 0 |
| %76 = OpCompositeConstruct %v3float %75 %75 %75 |
| %67 = OpExtInst %v3float %50 Pow %72 %76 |
| %77 = OpCompositeExtract %float %params 5 |
| %80 = OpCompositeConstruct %v3float %77 %77 %77 |
| %78 = OpFAdd %v3float %67 %80 |
| %81 = OpFMul %v3float %66 %78 |
| %82 = OpSelect %v3float %53 %65 %81 |
| OpReturnValue %82 |
| OpFunctionEnd |
| %textureLoadExternal = OpFunction %v4float None %83 |
| %plane0 = OpFunctionParameter %11 |
| %plane1 = OpFunctionParameter %11 |
| %coord = OpFunctionParameter %v2uint |
| %params_0 = OpFunctionParameter %ExternalTextureParams |
| %91 = OpLabel |
| %color = OpVariable %_ptr_Function_v4float Function %5 |
| %94 = OpCompositeExtract %v2uint %params_0 12 |
| %92 = OpExtInst %v2uint %50 UMin %coord %94 |
| %97 = OpCompositeExtract %mat3v2float %params_0 7 |
| %98 = OpConvertUToF %v2float %92 |
| %99 = OpCompositeExtract %float %98 0 |
| %100 = OpCompositeExtract %float %98 1 |
| %102 = OpCompositeConstruct %v3float %99 %100 %float_1 |
| %103 = OpMatrixTimesVector %v2float %97 %102 |
| %96 = OpExtInst %v2float %50 RoundEven %103 |
| %95 = OpFunctionCall %v2uint %tint_ftou %96 |
| %106 = OpCompositeExtract %uint %params_0 0 |
| %108 = OpIEqual %bool %106 %uint_1 |
| OpSelectionMerge %109 None |
| OpBranchConditional %108 %110 %111 |
| %110 = OpLabel |
| %112 = OpImageFetch %v4float %plane0 %95 Lod %114 |
| %115 = OpVectorShuffle %v4float %112 %112 0 1 2 3 |
| OpStore %color %115 |
| OpBranch %109 |
| %111 = OpLabel |
| %117 = OpConvertUToF %v2float %95 |
| %118 = OpCompositeExtract %v2float %params_0 13 |
| %119 = OpFMul %v2float %117 %118 |
| %116 = OpFunctionCall %v2uint %tint_ftou %119 |
| %120 = OpImageFetch %v4float %plane0 %95 Lod %114 |
| %121 = OpCompositeExtract %float %120 0 |
| %122 = OpImageFetch %v4float %plane1 %116 Lod %114 |
| %123 = OpVectorShuffle %v2float %122 %122 0 1 |
| %124 = OpCompositeExtract %float %123 0 |
| %125 = OpCompositeExtract %float %123 1 |
| %126 = OpCompositeConstruct %v4float %121 %124 %125 %float_1 |
| %127 = OpCompositeExtract %mat3v4float %params_0 2 |
| %128 = OpVectorTimesMatrix %v3float %126 %127 |
| %129 = OpCompositeExtract %float %128 0 |
| %130 = OpCompositeExtract %float %128 1 |
| %131 = OpCompositeExtract %float %128 2 |
| %132 = OpCompositeConstruct %v4float %129 %130 %131 %float_1 |
| OpStore %color %132 |
| OpBranch %109 |
| %109 = OpLabel |
| %133 = OpCompositeExtract %uint %params_0 1 |
| %135 = OpIEqual %bool %133 %134 |
| OpSelectionMerge %136 None |
| OpBranchConditional %135 %137 %136 |
| %137 = OpLabel |
| %139 = OpLoad %v4float %color |
| %140 = OpVectorShuffle %v3float %139 %139 0 1 2 |
| %141 = OpCompositeExtract %GammaTransferParams %params_0 3 |
| %138 = OpFunctionCall %v3float %gammaCorrection %140 %141 |
| %142 = OpCompositeExtract %float %138 0 |
| %143 = OpCompositeExtract %float %138 1 |
| %144 = OpCompositeExtract %float %138 2 |
| %147 = OpAccessChain %_ptr_Function_float %color %uint_3 |
| %148 = OpLoad %float %147 |
| %149 = OpCompositeConstruct %v4float %142 %143 %144 %148 |
| OpStore %color %149 |
| %150 = OpCompositeExtract %mat3v3float %params_0 5 |
| %151 = OpLoad %v4float %color |
| %152 = OpVectorShuffle %v3float %151 %151 0 1 2 |
| %153 = OpMatrixTimesVector %v3float %150 %152 |
| %154 = OpCompositeExtract %float %153 0 |
| %155 = OpCompositeExtract %float %153 1 |
| %156 = OpCompositeExtract %float %153 2 |
| %157 = OpAccessChain %_ptr_Function_float %color %uint_3 |
| %158 = OpLoad %float %157 |
| %159 = OpCompositeConstruct %v4float %154 %155 %156 %158 |
| OpStore %color %159 |
| %161 = OpLoad %v4float %color |
| %162 = OpVectorShuffle %v3float %161 %161 0 1 2 |
| %163 = OpCompositeExtract %GammaTransferParams %params_0 4 |
| %160 = OpFunctionCall %v3float %gammaCorrection %162 %163 |
| %164 = OpCompositeExtract %float %160 0 |
| %165 = OpCompositeExtract %float %160 1 |
| %166 = OpCompositeExtract %float %160 2 |
| %167 = OpAccessChain %_ptr_Function_float %color %uint_3 |
| %168 = OpLoad %float %167 |
| %169 = OpCompositeConstruct %v4float %164 %165 %166 %168 |
| OpStore %color %169 |
| OpBranch %136 |
| %136 = OpLabel |
| %170 = OpLoad %v4float %color |
| OpReturnValue %170 |
| OpFunctionEnd |
| %conv_ExternalTextureParams = OpFunction %ExternalTextureParams None %171 |
| %val = OpFunctionParameter %ExternalTextureParams_std140 |
| %174 = OpLabel |
| %175 = OpCompositeExtract %uint %val 0 |
| %176 = OpCompositeExtract %uint %val 1 |
| %177 = OpCompositeExtract %mat3v4float %val 2 |
| %178 = OpCompositeExtract %GammaTransferParams %val 3 |
| %179 = OpCompositeExtract %GammaTransferParams %val 4 |
| %180 = OpCompositeExtract %mat3v3float %val 5 |
| %181 = OpCompositeExtract %v2float %val 6 |
| %182 = OpCompositeExtract %v2float %val 7 |
| %183 = OpCompositeExtract %v2float %val 8 |
| %184 = OpCompositeConstruct %mat3v2float %181 %182 %183 |
| %185 = OpCompositeExtract %v2float %val 9 |
| %186 = OpCompositeExtract %v2float %val 10 |
| %187 = OpCompositeExtract %v2float %val 11 |
| %188 = OpCompositeConstruct %mat3v2float %185 %186 %187 |
| %189 = OpCompositeExtract %v2float %val 12 |
| %190 = OpCompositeExtract %v2float %val 13 |
| %191 = OpCompositeExtract %v2float %val 14 |
| %192 = OpCompositeExtract %v2float %val 15 |
| %193 = OpCompositeExtract %v2uint %val 16 |
| %194 = OpCompositeExtract %v2float %val 17 |
| %195 = OpCompositeConstruct %ExternalTextureParams %175 %176 %177 %178 %179 %180 %184 %188 %189 %190 %191 %192 %193 %194 |
| OpReturnValue %195 |
| OpFunctionEnd |
| %textureLoad_1bfdfb = OpFunction %void None %196 |
| %199 = OpLabel |
| %arg_1 = OpVariable %_ptr_Function_v2uint Function %40 |
| %res = OpVariable %_ptr_Function_v4float Function %5 |
| OpStore %arg_1 %200 |
| %204 = OpLoad %11 %arg_0 |
| %205 = OpLoad %11 %ext_tex_plane_1 |
| %206 = OpLoad %v2uint %arg_1 |
| %210 = OpAccessChain %_ptr_Uniform_ExternalTextureParams_std140 %ext_tex_params %uint_0 |
| %211 = OpLoad %ExternalTextureParams_std140 %210 |
| %207 = OpFunctionCall %ExternalTextureParams %conv_ExternalTextureParams %211 |
| %203 = OpFunctionCall %v4float %textureLoadExternal %204 %205 %206 %207 |
| OpStore %res %203 |
| %214 = OpAccessChain %_ptr_StorageBuffer_v4float %prevent_dce %uint_0 |
| %215 = OpLoad %v4float %res |
| OpStore %214 %215 |
| OpReturn |
| OpFunctionEnd |
| %vertex_main_inner = OpFunction %v4float None %216 |
| %218 = OpLabel |
| %219 = OpFunctionCall %void %textureLoad_1bfdfb |
| OpReturnValue %5 |
| OpFunctionEnd |
| %vertex_main = OpFunction %void None %196 |
| %221 = OpLabel |
| %222 = OpFunctionCall %v4float %vertex_main_inner |
| OpStore %value %222 |
| OpStore %vertex_point_size %float_1 |
| OpReturn |
| OpFunctionEnd |
| %fragment_main = OpFunction %void None %196 |
| %224 = OpLabel |
| %225 = OpFunctionCall %void %textureLoad_1bfdfb |
| OpReturn |
| OpFunctionEnd |
| %compute_main = OpFunction %void None %196 |
| %227 = OpLabel |
| %228 = OpFunctionCall %void %textureLoad_1bfdfb |
| OpReturn |
| OpFunctionEnd |