Home
last modified time | relevance | path

Searched +full:- +full:4 (Results 1 – 25 of 1312) sorted by relevance

12345678910>>...53

/third_party/typescript/tests/baselines/reference/
DtemplateStringBinaryOperationsInvalid.types2 var a = 1 - `${ 3 }`;
4 >1 - `${ 3 }` : number
9 var b = 1 - `2${ 3 }`;
11 >1 - `2${ 3 }` : number
16 var c = 1 - `${ 3 }4`;
18 >1 - `${ 3 }4` : number
20 >`${ 3 }4` : string
23 var d = 1 - `2${ 3 }4`;
25 >1 - `2${ 3 }4` : number
27 >`2${ 3 }4` : string
[all …]
DtemplateStringBinaryOperationsES6Invalid.types2 var a = 1 - `${ 3 }`;
4 >1 - `${ 3 }` : number
9 var b = 1 - `2${ 3 }`;
11 >1 - `2${ 3 }` : number
16 var c = 1 - `${ 3 }4`;
18 >1 - `${ 3 }4` : number
20 >`${ 3 }4` : string
23 var d = 1 - `2${ 3 }4`;
25 >1 - `2${ 3 }4` : number
27 >`2${ 3 }4` : string
[all …]
DtemplateStringBinaryOperationsES6Invalid.js2 var a = 1 - `${ 3 }`;
3 var b = 1 - `2${ 3 }`;
4 var c = 1 - `${ 3 }4`;
5 var d = 1 - `2${ 3 }4`;
6 var e = `${ 3 }` - 5;
7 var f = `2${ 3 }` - 5;
8 var g = `${ 3 }4` - 5;
9 var h = `2${ 3 }4` - 5;
13 var c2 = 1 * `${ 3 }4`;
14 var d2 = 1 * `2${ 3 }4`;
[all …]
DtemplateStringBinaryOperationsInvalid.js2 var a = 1 - `${ 3 }`;
3 var b = 1 - `2${ 3 }`;
4 var c = 1 - `${ 3 }4`;
5 var d = 1 - `2${ 3 }4`;
6 var e = `${ 3 }` - 5;
7 var f = `2${ 3 }` - 5;
8 var g = `${ 3 }4` - 5;
9 var h = `2${ 3 }4` - 5;
13 var c2 = 1 * `${ 3 }4`;
14 var d2 = 1 * `2${ 3 }4`;
[all …]
/third_party/glslang/Test/baseResults/
Dglsl.450.subgroupPartitioned.comp.out18 0:17 4 (const uint)
20 0:19 move second child to first child ( temp 4-component vector of uint)
21 0:19 'ballot' ( temp 4-component vector of uint)
22 0:19 subgroupPartitionNV ( global 4-component vector of uint)
24 0:21 move second child to first child ( temp 4-component vector of uint)
25 0:21 u4: direct index for structure (layout( column_major shared) buffer 4-component vector …
264-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
274-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
31 0:21 subgroupPartitionNV ( global 4-component vector of uint)
33 0:21 f4: direct index for structure (layout( column_major shared) buffer 4-component vec…
[all …]
Dglsl.450.subgroupQuad.comp.out18 0:17 4 (const uint)
21 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
224-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
234-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
31 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vec…
324-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
334-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
42 0:20 move second child to first child ( temp 2-component vector of float)
43 0:20 vector swizzle ( temp 2-component vector of float)
44 0:20 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
[all …]
Dglsl.450.subgroupShuffleRelative.comp.out18 0:17 4 (const uint)
21 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
224-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
234-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
31 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vec…
324-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
334-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
41 0:20 move second child to first child ( temp 2-component vector of float)
42 0:20 vector swizzle ( temp 2-component vector of float)
43 0:20 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
[all …]
Dglsl.450.subgroupShuffle.comp.out18 0:17 4 (const uint)
21 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
224-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
234-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
31 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vec…
324-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
334-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
41 0:20 move second child to first child ( temp 2-component vector of float)
42 0:20 vector swizzle ( temp 2-component vector of float)
43 0:20 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
[all …]
Dhlsl.waveprefix.comp.out7 0:13 'dti' ( in 3-component vector of uint)
9 0:14 move second child to first child ( temp 4-component vector of uint)
10 0:14 u: direct index for structure ( temp 4-component vector of uint)
11 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
12 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
13 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
17 0:14 'dti' ( in 3-component vector of uint)
22 0:14 subgroupInclusiveAdd ( temp 4-component vector of uint)
23 0:14 u: direct index for structure ( temp 4-component vector of uint)
24 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
[all …]
Dglsl.450.subgroupBallot.comp.out18 0:17 4 (const uint)
20 0:19 move second child to first child ( temp 4-component vector of uint)
21 0:19 'relMask' ( temp 4-component vector of uint)
22 0:22 add ( temp 4-component vector of uint)
23 0:21 add ( temp 4-component vector of uint)
24 0:20 add ( temp 4-component vector of uint)
25 0:19 add ( temp 4-component vector of uint)
26 0:19 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
27 0:20 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
28 0:21 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
[all …]
Dhlsl.wavereduction.comp.out7 0:13 'dti' ( in 3-component vector of uint)
9 0:14 move second child to first child ( temp 4-component vector of uint)
10 0:14 u: direct index for structure ( temp 4-component vector of uint)
11 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
12 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
13 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
17 0:14 'dti' ( in 3-component vector of uint)
22 0:14 subgroupAdd ( temp 4-component vector of uint)
23 0:14 u: direct index for structure ( temp 4-component vector of uint)
24 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
[all …]
Dhlsl.wavebroadcast.comp.out7 0:13 'dti' ( in 3-component vector of uint)
9 0:14 move second child to first child ( temp 4-component vector of uint)
10 0:14 u: direct index for structure ( temp 4-component vector of uint)
11 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
12 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
13 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
17 0:14 'dti' ( in 3-component vector of uint)
22 0:14 subgroupShuffle ( temp 4-component vector of uint)
23 0:14 u: direct index for structure ( temp 4-component vector of uint)
24 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
[all …]
Dglsl.450.subgroupArithmetic.comp.out18 0:17 4 (const uint)
21 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
224-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
234-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
31 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vec…
324-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
334-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
40 0:20 move second child to first child ( temp 2-component vector of float)
41 0:20 vector swizzle ( temp 2-component vector of float)
42 0:20 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
[all …]
Dhlsl.wavequad.comp.out7 0:13 'dti' ( in 3-component vector of uint)
9 0:14 move second child to first child ( temp 4-component vector of uint)
10 0:14 u: direct index for structure ( temp 4-component vector of uint)
11 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
12 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
13 …ed 1-element array of structure{ temp 4-component vector of uint u, temp 4-component vector of in…
17 0:14 'dti' ( in 3-component vector of uint)
22 0:14 subgroupQuadBroadcast ( temp 4-component vector of uint)
23 0:14 u: direct index for structure ( temp 4-component vector of uint)
24 …ffer structure{ temp 4-component vector of uint u, temp 4-component vector of int i, temp 4-comp…
[all …]
Dglsl.450.subgroup.geom.out106 invocations = -1
111 0:3 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
113 0:3 'f4' ( in 4-component vector of float)
133 0:19 'f4' ( in 4-component vector of float)
134 0:21 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
135 0:22 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
136 0:23 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
137 0:24 'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
138 0:25 'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
139 0:26 subgroupBroadcast ( global 4-component vector of float)
[all …]
Dglsl.450.subgroup.tesc.out108 0:3 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
110 0:3 'f4' ( in 4-component vector of float)
130 0:19 'f4' ( in 4-component vector of float)
131 0:21 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
132 0:22 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
133 0:23 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
134 0:24 'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
135 0:25 'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
136 0:26 subgroupBroadcast ( global 4-component vector of float)
137 0:26 'f4' ( in 4-component vector of float)
[all …]
Dglsl.450.subgroup.vert.out107 0:3 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
109 0:3 'f4' ( in 4-component vector of float)
129 0:19 'f4' ( in 4-component vector of float)
130 0:21 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
131 0:22 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
132 0:23 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
133 0:24 'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
134 0:25 'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
135 0:26 subgroupBroadcast ( global 4-component vector of float)
136 0:26 'f4' ( in 4-component vector of float)
[all …]
Dglsl.450.subgroup.tese.out110 0:3 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
112 0:3 'f4' ( in 4-component vector of float)
132 0:19 'f4' ( in 4-component vector of float)
133 0:21 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
134 0:22 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
135 0:23 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
136 0:24 'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
137 0:25 'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
138 0:26 subgroupBroadcast ( global 4-component vector of float)
139 0:26 'f4' ( in 4-component vector of float)
[all …]
Dglsl.450.subgroupClustered.comp.out18 0:17 4 (const uint)
21 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
224-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
234-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
31 0:19 f4: direct index for structure (layout( column_major shared) buffer 4-component vec…
324-component vector of float f4, layout( column_major shared) buffer 4-component vector of int i4, …
334-element array of block{layout( column_major shared) buffer 4-component vector of float f4, layou…
42 0:20 move second child to first child ( temp 2-component vector of float)
43 0:20 vector swizzle ( temp 2-component vector of float)
44 0:20 f4: direct index for structure (layout( column_major shared) buffer 4-component vecto…
[all …]
Dglsl.450.subgroup.frag.out88 ERROR: 0:124: 'id' : argument must be compile-time constant
89 ERROR: 0:199: 'id' : argument must be compile-time constant
109 0:3 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
111 0:3 'f4' ( in 4-component vector of float)
131 0:19 'f4' ( in 4-component vector of float)
132 0:21 'gl_SubgroupEqMask' ( flat in 4-component vector of uint SubgroupEqMask)
133 0:22 'gl_SubgroupGeMask' ( flat in 4-component vector of uint SubgroupGeMask)
134 0:23 'gl_SubgroupGtMask' ( flat in 4-component vector of uint SubgroupGtMask)
135 0:24 'gl_SubgroupLeMask' ( flat in 4-component vector of uint SubgroupLeMask)
136 0:25 'gl_SubgroupLtMask' ( flat in 4-component vector of uint SubgroupLtMask)
[all …]
DOperations.frag.out22 ERROR: 0:121: '&' : wrong operand types: no operation '&' exists that takes a left-hand operand of…
24 ERROR: 0:122: '^' : wrong operand types: no operation '^' exists that takes a left-hand operand of…
26 ERROR: 0:123: '|' : wrong operand types: no operation '|' exists that takes a left-hand operand of…
35 0:27 move second child to first child ( temp 4-component vector of float)
36 0:27 'v' ( temp 4-component vector of float)
37 0:27 radians ( global 4-component vector of float)
38 0:27 'uv4' ( uniform 4-component vector of float)
39 0:28 add second child into first child ( temp 4-component vector of float)
40 0:28 'v' ( temp 4-component vector of float)
41 0:28 degrees ( global 4-component vector of float)
[all …]
Dglsl.460.subgroup.rcall.out108 0:4 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
109 0:4 Function Parameters:
110 0:4 'f4' ( in 4-component vector of float)
130 0:20 'f4' ( in 4-component vector of float)
131 0:22 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
132 0:23 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
133 0:24 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
134 0:25 'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
135 0:26 'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
136 0:27 subgroupBroadcast ( global 4-component vector of float)
[all …]
Dglsl.460.subgroup.mesh.out112 0:3 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
114 0:3 'f4' ( in 4-component vector of float)
133 0:19 'f4' ( in 4-component vector of float)
134 0:21 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
135 0:22 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
136 0:23 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
137 0:24 'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
138 0:25 'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
139 0:26 subgroupBroadcast ( global 4-component vector of float)
140 0:26 'f4' ( in 4-component vector of float)
[all …]
Dhlsl.clipdistance-2.frag.out1 hlsl.clipdistance-2.frag
5 0:4 Function Definition: @main(vf4;vf2[2];vf2[2]; ( temp 4-component vector of float)
6 0:4 Function Parameters:
7 0:4 'pos' ( in 4-component vector of float)
8 0:4 'clip' ( in 2-element array of 2-component vector of float)
9 0:4 'cull' ( in 2-element array of 2-component vector of float)
12 0:6 add ( temp 4-component vector of float)
13 0:6 add ( temp 4-component vector of float)
14 0:6 'pos' ( in 4-component vector of float)
16 0:6 direct index ( temp 2-component vector of float)
[all …]
Dglsl.460.subgroup.rmiss.out108 0:5 Function Definition: undeclared_errors(vf4; ( global 4-component vector of float)
110 0:5 'f4' ( in 4-component vector of float)
130 0:21 'f4' ( in 4-component vector of float)
131 0:23 'gl_SubgroupEqMask' ( in 4-component vector of uint SubgroupEqMask)
132 0:24 'gl_SubgroupGeMask' ( in 4-component vector of uint SubgroupGeMask)
133 0:25 'gl_SubgroupGtMask' ( in 4-component vector of uint SubgroupGtMask)
134 0:26 'gl_SubgroupLeMask' ( in 4-component vector of uint SubgroupLeMask)
135 0:27 'gl_SubgroupLtMask' ( in 4-component vector of uint SubgroupLtMask)
136 0:28 subgroupBroadcast ( global 4-component vector of float)
137 0:28 'f4' ( in 4-component vector of float)
[all …]

12345678910>>...53