311 lines
16 KiB
Plaintext
311 lines
16 KiB
Plaintext
builtins/gen/literal/textureSampleLevel/979816.wgsl:28:24 warning: use of deprecated builtin
|
|
var res: vec4<f32> = textureSampleLevel(arg_0, arg_1, vec2<f32>(1.f));
|
|
^^^^^^^^^^^^^^^^^^
|
|
|
|
; SPIR-V
|
|
; Version: 1.3
|
|
; Generator: Google Tint Compiler; 0
|
|
; Bound: 162
|
|
; 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 "flipY"
|
|
OpMemberName %ExternalTextureParams_std140 7 "rotationMatrix_0"
|
|
OpMemberName %ExternalTextureParams_std140 8 "rotationMatrix_1"
|
|
OpName %ext_tex_params "ext_tex_params"
|
|
OpName %arg_0 "arg_0"
|
|
OpName %arg_1 "arg_1"
|
|
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 "flipY"
|
|
OpMemberName %ExternalTextureParams 7 "rotationMatrix"
|
|
OpName %textureSampleExternal "textureSampleExternal"
|
|
OpName %plane0 "plane0"
|
|
OpName %plane1 "plane1"
|
|
OpName %smp "smp"
|
|
OpName %coord "coord"
|
|
OpName %params_0 "params"
|
|
OpName %color "color"
|
|
OpName %conv_ExternalTextureParams "conv_ExternalTextureParams"
|
|
OpName %val "val"
|
|
OpName %textureSampleLevel_979816 "textureSampleLevel_979816"
|
|
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 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 1
|
|
OpDecorate %ext_tex_params Binding 3
|
|
OpDecorate %arg_0 DescriptorSet 1
|
|
OpDecorate %arg_0 Binding 0
|
|
OpDecorate %arg_1 DescriptorSet 1
|
|
OpDecorate %arg_1 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 7 Offset 184
|
|
OpMemberDecorate %ExternalTextureParams 7 ColMajor
|
|
OpMemberDecorate %ExternalTextureParams 7 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 %uint %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
|
|
%25 = OpTypeSampler
|
|
%_ptr_UniformConstant_25 = OpTypePointer UniformConstant %25
|
|
%arg_1 = OpVariable %_ptr_UniformConstant_25 UniformConstant
|
|
%26 = OpTypeFunction %v3float %v3float %GammaTransferParams
|
|
%bool = OpTypeBool
|
|
%v3bool = OpTypeVector %bool 3
|
|
%_ptr_Function_v3float = OpTypePointer Function %v3float
|
|
%46 = OpConstantNull %v3float
|
|
%mat2v2float = OpTypeMatrix %v2float 2
|
|
%ExternalTextureParams = OpTypeStruct %uint %uint %mat3v4float %GammaTransferParams %GammaTransferParams %mat3v3float %uint %mat2v2float
|
|
%66 = OpTypeFunction %v4float %11 %11 %25 %v2float %ExternalTextureParams
|
|
%uint_1 = OpConstant %uint 1
|
|
%84 = OpTypeSampledImage %11
|
|
%float_1 = OpConstant %float 1
|
|
%100 = OpConstantNull %uint
|
|
%118 = OpTypeFunction %ExternalTextureParams %ExternalTextureParams_std140
|
|
%void = OpTypeVoid
|
|
%133 = OpTypeFunction %void
|
|
%141 = OpConstantComposite %v2float %float_1 %float_1
|
|
%uint_0 = OpConstant %uint 0
|
|
%_ptr_Uniform_ExternalTextureParams_std140 = OpTypePointer Uniform %ExternalTextureParams_std140
|
|
%_ptr_Function_v4float = OpTypePointer Function %v4float
|
|
%149 = 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
|
|
%textureSampleExternal = OpFunction %v4float None %66
|
|
%plane0 = OpFunctionParameter %11
|
|
%plane1 = OpFunctionParameter %11
|
|
%smp = OpFunctionParameter %25
|
|
%coord = OpFunctionParameter %v2float
|
|
%params_0 = OpFunctionParameter %ExternalTextureParams
|
|
%75 = OpLabel
|
|
%color = OpVariable %_ptr_Function_v3float Function %46
|
|
%77 = OpCompositeExtract %uint %params_0 0
|
|
%79 = OpIEqual %bool %77 %uint_1
|
|
OpSelectionMerge %80 None
|
|
OpBranchConditional %79 %81 %82
|
|
%81 = OpLabel
|
|
%85 = OpSampledImage %84 %plane0 %smp
|
|
%83 = OpImageSampleExplicitLod %v4float %85 %coord Lod %8
|
|
%86 = OpVectorShuffle %v3float %83 %83 0 1 2
|
|
OpStore %color %86
|
|
OpBranch %80
|
|
%82 = OpLabel
|
|
%88 = OpSampledImage %84 %plane0 %smp
|
|
%87 = OpImageSampleExplicitLod %v4float %88 %coord Lod %8
|
|
%89 = OpCompositeExtract %float %87 0
|
|
%91 = OpSampledImage %84 %plane1 %smp
|
|
%90 = OpImageSampleExplicitLod %v4float %91 %coord Lod %8
|
|
%92 = OpVectorShuffle %v2float %90 %90 0 1
|
|
%93 = OpCompositeExtract %float %92 0
|
|
%94 = OpCompositeExtract %float %92 1
|
|
%96 = OpCompositeConstruct %v4float %89 %93 %94 %float_1
|
|
%97 = OpCompositeExtract %mat3v4float %params_0 2
|
|
%98 = OpVectorTimesMatrix %v3float %96 %97
|
|
OpStore %color %98
|
|
OpBranch %80
|
|
%80 = 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 %uint %val 6
|
|
%129 = OpCompositeExtract %v2float %val 7
|
|
%130 = OpCompositeExtract %v2float %val 8
|
|
%131 = OpCompositeConstruct %mat2v2float %129 %130
|
|
%132 = OpCompositeConstruct %ExternalTextureParams %122 %123 %124 %125 %126 %127 %128 %131
|
|
OpReturnValue %132
|
|
OpFunctionEnd
|
|
%textureSampleLevel_979816 = OpFunction %void None %133
|
|
%136 = OpLabel
|
|
%res = OpVariable %_ptr_Function_v4float Function %5
|
|
%138 = OpLoad %11 %arg_0
|
|
%139 = OpLoad %11 %ext_tex_plane_1
|
|
%140 = OpLoad %25 %arg_1
|
|
%145 = OpAccessChain %_ptr_Uniform_ExternalTextureParams_std140 %ext_tex_params %uint_0
|
|
%146 = OpLoad %ExternalTextureParams_std140 %145
|
|
%142 = OpFunctionCall %ExternalTextureParams %conv_ExternalTextureParams %146
|
|
%137 = OpFunctionCall %v4float %textureSampleExternal %138 %139 %140 %141 %142
|
|
OpStore %res %137
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%vertex_main_inner = OpFunction %v4float None %149
|
|
%151 = OpLabel
|
|
%152 = OpFunctionCall %void %textureSampleLevel_979816
|
|
OpReturnValue %5
|
|
OpFunctionEnd
|
|
%vertex_main = OpFunction %void None %133
|
|
%154 = OpLabel
|
|
%155 = OpFunctionCall %v4float %vertex_main_inner
|
|
OpStore %value %155
|
|
OpStore %vertex_point_size %float_1
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%fragment_main = OpFunction %void None %133
|
|
%157 = OpLabel
|
|
%158 = OpFunctionCall %void %textureSampleLevel_979816
|
|
OpReturn
|
|
OpFunctionEnd
|
|
%compute_main = OpFunction %void None %133
|
|
%160 = OpLabel
|
|
%161 = OpFunctionCall %void %textureSampleLevel_979816
|
|
OpReturn
|
|
OpFunctionEnd
|