Home
last modified time | relevance | path

Searched refs:sampler2D (Results 1 – 25 of 302) sorted by relevance

12345678910>>...13

/external/deqp-deps/glslang/Test/
Dvulkan.frag14 sampler2D(t2d); // ERROR, need 2 args
15 sampler2D(s, s); // ERROR, wrong type
16 sampler2D(i, i); // ERROR, wrong type
17 sampler2D(t2d, i); // ERROR, wrong type
18 sampler2D(t2d, t2d); // ERROR, wrong type
19 sampler2D(t2d, sA); // ERROR, wrong type
22 sampler2D(i2d, s); // ERROR, image instead of texture
23 sampler2D(t3d[1], s); // ERROR, 3D not 2D
24 sampler2D(t2d, sShadow);
28 sampler2D s2D = sampler2D(t2d, s); // ERROR, no sampler constructor
[all …]
Dspv.1.4.OpEntryPoint.opaqueParams.vert3 layout(binding = 0) uniform sampler2D s2D;
7 vec2 funOpaque(in sampler2D s2D, texture2D t2D, sampler s)
9 return textureSize(s2D, 0) * texture(sampler2D(t2D, s), vec2(0.5)).xy;
Dprecision.vert5 uniform sampler2D s2D;
10 precision highp sampler2D;
16 uniform sampler2D s2Dhigh;
Dspv.430.vert30 layout(binding = 4) uniform sampler2D sampb1;
31 layout(binding = 5) uniform sampler2D sampb2[10];
32 layout(binding = 31) uniform sampler2D sampb4;
Dspv.targetOpenGL.vert5 layout(location = 4, binding = 1) uniform sampler2D s1;
6 layout(binding = 2) uniform sampler2D s2;
Dspv.functionNestedOpaque.vert4 sampler2D s;
7 void foo(sampler2D t)
Dprecision.frag13 uniform lowp sampler2D samplerLow;
14 uniform mediump sampler2D samplerMed;
15 uniform highp sampler2D samplerHigh;
Dweb.separate.frag28 color = texture(sampler2D(t2d, s), vec2(0.5));
30 color += texture(sampler2D(t2d, s), vec2(0.5));
48 sampler2D (tex2D, s);
Dglspv.frag16 uniform sampler2D s1; // ERROR, no binding
17 layout(location = 3) uniform sampler2D s2; // ERROR, no binding
Dspv.130.frag20 uniform sampler2D samp2D;
64 uniform layout(binding=0) sampler2D bounds;
79 uniform sampler2D s2D;
/external/deqp-deps/glslang/Test/baseResults/
Dvulkan.frag.out9 ERROR: 0:14: 'sampler2D' : sampler-constructor requires two arguments
10 ERROR: 0:15: 'sampler2D' : sampler-constructor first argument must be a scalar *texture* type
11 ERROR: 0:16: 'sampler2D' : sampler-constructor first argument must be a scalar *texture* type
12 ERROR: 0:17: 'sampler2D' : sampler-constructor second argument must be a scalar sampler or samplerS…
13 ERROR: 0:18: 'sampler2D' : sampler-constructor second argument must be a scalar sampler or samplerS…
14 ERROR: 0:19: 'sampler2D' : sampler-constructor second argument must be a scalar sampler or samplerS…
16 ERROR: 0:22: 'sampler2D' : sampler-constructor first argument must be a scalar *texture* type
17 ERROR: 0:23: 'sampler2D' : sampler-constructor first argument must be a *texture* type matching the…
18 ERROR: 0:28: 'sampler2D' : sampler/image types can only be used in uniform variables or function pa…
50 …ts that takes a left-hand operand of type ' temp sampler2D' and a right operand of type ' temp sam…
Dprecision.vert.out17 0:20 's2D' ( uniform lowp sampler2D)
24 0:21 's2Dhigh' ( uniform highp sampler2D)
42 0:? 's2D' ( uniform lowp sampler2D)
48 0:? 's2Dhigh' ( uniform highp sampler2D)
65 0:20 's2D' ( uniform lowp sampler2D)
72 0:21 's2Dhigh' ( uniform highp sampler2D)
90 0:? 's2D' ( uniform lowp sampler2D)
96 0:? 's2Dhigh' ( uniform highp sampler2D)
DinvalidSwizzle.vert.out2 ERROR: 0:7: 'rr' : does not apply to this type: uniform sampler2D
3 ERROR: 0:7: '=' : cannot convert from ' uniform sampler2D' to ' temp 2-component vector of float'
17 0:? 's' ( uniform sampler2D)
35 0:? 's' ( uniform sampler2D)
Dprecision.frag.out103 0:67 'samplerLow' ( uniform lowp sampler2D)
108 0:68 'samplerMed' ( uniform mediump sampler2D)
113 0:69 'samplerHigh' ( uniform highp sampler2D)
120 0:? 'samplerLow' ( uniform lowp sampler2D)
121 0:? 'samplerMed' ( uniform mediump sampler2D)
122 0:? 'samplerHigh' ( uniform highp sampler2D)
210 0:67 'samplerLow' ( uniform lowp sampler2D)
215 0:68 'samplerMed' ( uniform mediump sampler2D)
220 0:69 'samplerHigh' ( uniform highp sampler2D)
227 0:? 'samplerLow' ( uniform lowp sampler2D)
[all …]
DconditionalDiscard.frag.out11 0:8 'tex' ( uniform sampler2D)
28 0:? 'tex' ( uniform sampler2D)
44 0:8 'tex' ( uniform sampler2D)
61 0:? 'tex' ( uniform sampler2D)
Dhlsl.sample.dx9.vert.out18 0:16 'g_sam' (layout( binding=0) uniform sampler2D)
36 0:17 'g_sam2D' (layout( binding=1) uniform sampler2D)
73 0:? 'g_sam' (layout( binding=0) uniform sampler2D)
74 0:? 'g_sam2D' (layout( binding=1) uniform sampler2D)
97 0:16 'g_sam' (layout( binding=0) uniform sampler2D)
115 0:17 'g_sam2D' (layout( binding=1) uniform sampler2D)
152 0:? 'g_sam' (layout( binding=0) uniform sampler2D)
153 0:? 'g_sam2D' (layout( binding=1) uniform sampler2D)
DpointCoord.frag.out18 0:10 'sampler' ( uniform lowp sampler2D)
32 0:? 'sampler' ( uniform lowp sampler2D)
54 0:10 'sampler' ( uniform lowp sampler2D)
68 0:? 'sampler' ( uniform lowp sampler2D)
D300.frag.out5 ERROR: 0:31: 'sampler2D' : sampler/image types can only be used in uniform variables or function pa…
36 …es a left-hand operand of type ' global lowp sampler2D' and a right operand of type ' global lowp
65 0:57 's2D' ( uniform lowp sampler2D)
95 0:62 direct index ( temp lowp sampler2D)
96 0:62 'arrayedSampler' ( uniform 5-element array of lowp sampler2D)
113 0:64 's2D' ( uniform lowp sampler2D)
142 0:68 's2D' ( uniform lowp sampler2D)
150 0:69 indirect index ( temp lowp sampler2D)
151 0:69 'arrayedSampler' ( uniform 5-element array of lowp sampler2D)
261 0:117 'inSt2' ( in structure{ global mediump int i, global lowp sampler2D s})
[all …]
/external/skia/tests/sksl/errors/
DBinaryInvalidType.glsl9 error: 32: type mismatch: '*' cannot operate on 'sampler2D', 'int'
10 error: 36: type mismatch: '*' cannot operate on 'int', 'sampler2D'
11 error: 40: type mismatch: '*' cannot operate on 'sampler2D', 'sampler2D'
/external/skia/resources/sksl/metal/
DSamplerGlobals.sksl1 layout(binding=1) uniform sampler2D texA;
2 layout(binding=0) uniform sampler2D texB;
/external/skia/resources/sksl/shared/
DRectangleTexture.sksl1 layout(binding=0) uniform sampler2D test2D;
2 layout(binding=1) uniform sampler2D test2DRect;
/external/skia/tests/sksl/shared/
DRectangleTexture.glsl3 layout (binding = 0) uniform sampler2D test2D;
4 layout (binding = 1) uniform sampler2D test2DRect;
/external/skia/tests/sksl/glsl/
DShortIntPrecision.glsl3 precision mediump sampler2D;
5 uniform sampler2D tex;
DIncompleteShortIntPrecision.glsl3 precision mediump sampler2D;
5 uniform sampler2D tex;
/external/mesa3d/src/compiler/glsl/tests/
Dstandalone_dump-builder.frag2 uniform sampler2D Var_19;
3 uniform sampler2D Var_1A;

12345678910>>...13