| /third_party/glslang/Test/ |
| D | spv.queryL.frag | 50 levels = textureQueryLevels(samp1D); 51 levels += textureQueryLevels(usamp2D); 52 levels += textureQueryLevels(isamp3D); 53 levels += textureQueryLevels(isampCube); 54 levels += textureQueryLevels(isamp1DA); 55 levels += textureQueryLevels(samp2DA); 56 levels += textureQueryLevels(usampCubeA); 58 levels = textureQueryLevels(samp1Ds); 59 levels += textureQueryLevels(samp2Ds); 60 levels += textureQueryLevels(sampCubes); [all …]
|
| D | 430.vert | 206 levels = textureQueryLevels(samp1D); 207 levels = textureQueryLevels(usamp2D); 208 levels = textureQueryLevels(isamp3D); 209 levels = textureQueryLevels(isampCube); 210 levels = textureQueryLevels(isamp1DA); 211 levels = textureQueryLevels(samp2DA); 212 levels = textureQueryLevels(usampCubeA); 214 levels = textureQueryLevels(samp1Ds); 215 levels = textureQueryLevels(samp2Ds); 216 levels = textureQueryLevels(sampCubes); [all …]
|
| /third_party/skia/third_party/externals/spirv-cross/shaders-hlsl/frag/ |
| D | image-query.frag | 25 int l0 = textureQueryLevels(uSampler1D); 26 int l1 = textureQueryLevels(uSampler2D); 27 int l2 = textureQueryLevels(uSampler2DArray); 28 int l3 = textureQueryLevels(uSampler3D); 29 int l4 = textureQueryLevels(uSamplerCube); 30 int l5 = textureQueryLevels(uSamplerCubeArray);
|
| /third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureNumLevels/ |
| D | 09ddd0.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | ed078b.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 076cb5.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 5101cf.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | f5828d.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 105988.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | dca09e.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 23f750.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | b4f5ea.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| /third_party/skia/third_party/externals/spirv-cross/shaders/desktop-only/frag/ |
| D | image-query.desktop.frag | 35 int l0 = textureQueryLevels(uSampler1D); 36 int l1 = textureQueryLevels(uSampler2D); 37 int l2 = textureQueryLevels(uSampler2DArray); 38 int l3 = textureQueryLevels(uSampler3D); 39 int l4 = textureQueryLevels(uSamplerCube); 40 int l5 = textureQueryLevels(uSamplerCubeArray);
|
| /third_party/skia/third_party/externals/tint/test/intrinsics/gen/textureNumLayers/ |
| D | e653c0.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | fcec98.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 13b4ce.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 22e53b.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | f33005.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 09d05d.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 68a65b.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | d5b228.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 893e7c.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | e31be1.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | 9700fb.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|
| D | cd5dc8.wgsl.expected.glsl | 9 int res = textureQueryLevels(arg_0);; 36 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 49 int res = textureQueryLevels(arg_0);; 66 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found 79 int res = textureQueryLevels(arg_0);; 97 ERROR: 0:7: 'textureQueryLevels' : no matching overloaded function found
|