Home
last modified time | relevance | path

Searched refs:textureQueryLevels (Results 1 – 25 of 85) sorted by relevance

1234

/third_party/glslang/Test/
Dspv.queryL.frag50 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 …]
D430.vert206 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/
Dimage-query.frag25 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/
D09ddd0.wgsl.expected.glsl9 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
Ded078b.wgsl.expected.glsl9 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
D076cb5.wgsl.expected.glsl9 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
D5101cf.wgsl.expected.glsl9 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
Df5828d.wgsl.expected.glsl9 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
D105988.wgsl.expected.glsl9 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
Ddca09e.wgsl.expected.glsl9 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
D23f750.wgsl.expected.glsl9 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
Db4f5ea.wgsl.expected.glsl9 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/
Dimage-query.desktop.frag35 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/
De653c0.wgsl.expected.glsl9 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
Dfcec98.wgsl.expected.glsl9 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
D13b4ce.wgsl.expected.glsl9 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
D22e53b.wgsl.expected.glsl9 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
Df33005.wgsl.expected.glsl9 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
D09d05d.wgsl.expected.glsl9 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
D68a65b.wgsl.expected.glsl9 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
Dd5b228.wgsl.expected.glsl9 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
D893e7c.wgsl.expected.glsl9 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
De31be1.wgsl.expected.glsl9 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
D9700fb.wgsl.expected.glsl9 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
Dcd5dc8.wgsl.expected.glsl9 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

1234