Home
last modified time | relevance | path

Searched full:temp (Results 1 – 25 of 4069) sorted by relevance

12345678910>>...163

/third_party/typescript/tests/baselines/reference/
DemitExponentiationOperator2.types2 var temp = 10;
3 >temp : number
6 ++temp ** 3;
7 >++temp ** 3 : number
8 >++temp : number
9 >temp : number
12 --temp ** 3;
13 >--temp ** 3 : number
14 >--temp : number
15 >temp : number
[all …]
DemitExponentiationOperator2.symbols2 var temp = 10;
3 >temp : Symbol(temp, Decl(emitExponentiationOperator2.ts, 0, 3))
5 ++temp ** 3;
6 >temp : Symbol(temp, Decl(emitExponentiationOperator2.ts, 0, 3))
8 --temp ** 3;
9 >temp : Symbol(temp, Decl(emitExponentiationOperator2.ts, 0, 3))
11 temp++ ** 3;
12 >temp : Symbol(temp, Decl(emitExponentiationOperator2.ts, 0, 3))
14 temp-- ** 3;
15 >temp : Symbol(temp, Decl(emitExponentiationOperator2.ts, 0, 3))
[all …]
DexponentiationOperatorSyntaxError2.types3 var temp: any;
4 >temp : any
6 delete --temp ** 3;
7 >delete --temp ** 3 : number
8 >delete --temp : boolean
9 >--temp : number
10 >temp : any
13 delete ++temp ** 3;
14 >delete ++temp ** 3 : number
15 >delete ++temp : boolean
[all …]
DemitExponentiationOperator3.types2 var temp = 10;
3 >temp : number
6 (-++temp) ** 3;
7 >(-++temp) ** 3 : number
8 >(-++temp) : number
9 >-++temp : number
10 >++temp : number
11 >temp : number
14 (+--temp) ** 3;
15 >(+--temp) ** 3 : number
[all …]
DexponentiationOperatorSyntaxError2.symbols3 var temp: any;
4 >temp : Symbol(temp, Decl(exponentiationOperatorSyntaxError2.ts, 1, 3))
6 delete --temp ** 3;
7 >temp : Symbol(temp, Decl(exponentiationOperatorSyntaxError2.ts, 1, 3))
9 delete ++temp ** 3;
10 >temp : Symbol(temp, Decl(exponentiationOperatorSyntaxError2.ts, 1, 3))
12 delete temp-- ** 3;
13 >temp : Symbol(temp, Decl(exponentiationOperatorSyntaxError2.ts, 1, 3))
15 delete temp++ ** 3;
16 >temp : Symbol(temp, Decl(exponentiationOperatorSyntaxError2.ts, 1, 3))
[all …]
DemitExponentiationOperator2.js2 var temp = 10; variable
4 ++temp ** 3;
5 --temp ** 3;
6 temp++ ** 3;
7 temp-- ** 3;
8 --temp + temp ** 3;
9 --temp - temp ** 3;
10 --temp * temp ** 3;
11 --temp / temp ** 3;
12 --temp % temp ** 3;
[all …]
DemitExponentiationOperator4.types2 var temp: any;
3 >temp : any
5 (<number>temp) ** 3;
6 >(<number>temp) ** 3 : number
7 >(<number>temp) : number
8 ><number>temp : number
9 >temp : any
12 (<number>--temp) ** 3;
13 >(<number>--temp) ** 3 : number
14 >(<number>--temp) : number
[all …]
DexponentiationOperatorWithInvalidSimpleUnaryExpressionOperands.types2 var temp: any;
3 >temp : any
6 (! --temp) ** 3;
7 >(! --temp) ** 3 : number
8 >(! --temp) : boolean
9 >! --temp : boolean
10 >--temp : number
11 >temp : any
14 (!temp--) ** 3;
15 >(!temp--) ** 3 : number
[all …]
DemitExponentiationOperator3.symbols2 var temp = 10;
3 >temp : Symbol(temp, Decl(emitExponentiationOperator3.ts, 0, 3))
5 (-++temp) ** 3;
6 >temp : Symbol(temp, Decl(emitExponentiationOperator3.ts, 0, 3))
8 (+--temp) ** 3;
9 >temp : Symbol(temp, Decl(emitExponentiationOperator3.ts, 0, 3))
11 (-temp++) ** 3;
12 >temp : Symbol(temp, Decl(emitExponentiationOperator3.ts, 0, 3))
14 (+temp--) ** 3;
15 >temp : Symbol(temp, Decl(emitExponentiationOperator3.ts, 0, 3))
[all …]
DexponentiationOperatorSyntaxError1.types51 var temp = 10;
52 >temp : number
55 -++temp ** 3;
56 >-++temp ** 3 : number
57 >-++temp : number
58 >++temp : number
59 >temp : number
62 +--temp ** 3;
63 >+--temp ** 3 : number
64 >+--temp : number
[all …]
/third_party/glslang/Test/baseResults/
Dprecise_struct_block.vert.out8 0:12 move second child to first child ( temp float)
9 0:12 'a' ( noContraction temp float)
13 0:13 move second child to first child ( temp float)
14 0:13 'b' ( temp float)
18 0:14 move second child to first child ( temp float)
19 0:14 'c' ( temp float)
23 0:15 move second child to first child ( temp float)
24 0:15 'd' ( temp float)
27 0:21 move second child to first child ( temp float)
29 0:21 'S2' ( temp structure{ global float f1, global float f2})
[all …]
Dconversion.frag.out8 0:35 move second child to first child ( temp bool)
9 0:35 'b' ( temp bool)
10 0:35 logical-xor ( temp bool)
11 0:35 Convert int to bool ( temp bool)
13 0:35 Convert float to bool ( temp bool)
16 0:36 move second child to first child ( temp 2-component vector of bool)
17 0:36 'b2' ( temp 2-component vector of bool)
18 0:36 Construct bvec2 ( temp 2-component vector of bool)
19 0:36 Convert int to bool ( temp bool)
21 0:36 Convert float to bool ( temp bool)
[all …]
Dhlsl.sample.basic.dx10.frag.out8 0:53 Function Definition: @main( ( temp structure{ temp 4-component vector of float Color, temp f…
11 0:57 move second child to first child ( temp int)
12 0:57 CalculateLevelOfDetail: direct index for structure ( temp int)
13temp structure{ temp int Sample, temp int CalculateLevelOfDetail, temp int CalculateLevelOfDetai…
18 0:58 move second child to first child ( temp int)
19 0:58 CalculateLevelOfDetailUnclamped: direct index for structure ( temp int)
20temp structure{ temp int Sample, temp int CalculateLevelOfDetail, temp int CalculateLevelOfDetai…
25 0:59 move second child to first child ( temp int)
26 0:59 Gather: direct index for structure ( temp int)
27temp structure{ temp int Sample, temp int CalculateLevelOfDetail, temp int CalculateLevelOfDetai…
[all …]
Dhlsl.structcopylogical.comp.out5 0:20 Function Definition: @main(u1; ( temp void)
9 0:21 move second child to first child ( temp structure{ temp uint a, temp uint b, temp uint …
10 0:21 direct index ( temp structure{ temp uint a, temp uint b, temp uint c})
11 0:21 's' ( shared 128-element array of structure{ temp uint a, temp uint b, temp uint c})
19 0:22 move second child to first child ( temp uint)
20 0:22 'count' ( temp uint)
21 0:22 count: direct index for structure ( temp uint)
22 …jor std430) buffer structure{ temp uint count, temp unsized 1-element array of structure{ temp ui…
23 …1-element array of structure{ temp uint count, temp unsized 1-element array of structure{ temp ui…
24 …1-element array of structure{ temp uint count, temp unsized 1-element array of structure{ temp ui…
[all …]
Dhlsl.typeGraphCopy.vert.out4 0:22 Function Definition: @main( ( temp float)
8 0:23 b: direct index for structure ( temp float)
9 0:23 s2: direct index for structure ( temp structure{ temp int a, temp float b})
10 …irect index for structure ( temp structure{ temp structure{ temp int a, temp float b} s1, temp s…
11temp structure{ temp structure{ temp int a, temp float b} s1, temp structure{ temp int a, temp
12temp structure{ temp structure{ temp int a, temp float b} s1, temp structure{ temp int a, temp
21 0:22 Function Definition: main( ( temp void)
24 0:22 move second child to first child ( temp float)
26 0:22 Function Call: @main( ( temp float)
28temp structure{ temp structure{ temp int a, temp float b} s1, temp structure{ temp int a, temp
[all …]
Dprepost.frag.out8 0:10 move second child to first child ( temp int)
9 0:10 'index' ( temp int)
12 0:12 move second child to first child ( temp float)
13 0:12 direct index ( temp float)
14 0:12 y: direct index for structure ( temp 5-element array of float)
15 0:12 'str' ( temp structure{ temp 5-element array of float y})
22 0:13 move second child to first child ( temp float)
23 0:13 't' ( temp float)
24 0:13 Pre-Increment ( temp float)
25 0:13 indirect index ( temp float)
[all …]
Dhlsl.flattenSubset.frag.out6 0:30 Function Definition: @main(vf4; ( temp 4-component vector of float)
10 0:33 move second child to first child ( temp sampler)
11 0:33 ss: direct index for structure ( temp sampler)
12 0:33 s0: direct index for structure ( temp structure{ temp int x, temp int y, temp sampl…
13 … 's1' ( temp structure{ temp float b, temp sampler samplerState, temp structure{ temp int x…
19 …irst child ( temp structure{ temp float b, temp sampler samplerState, temp structure{ temp int x…
20 … structure ( temp structure{ temp float b, temp sampler samplerState, temp structure{ temp int x…
21temp structure{ temp int a1, temp int a2, temp int a3, temp int a4, temp int a5, temp structu…
24 … 's1' ( temp structure{ temp float b, temp sampler samplerState, temp structure{ temp int x…
26 0:35 texture ( temp 4-component vector of float)
[all …]
Dhlsl.semantic.geom.out8 0:13 Function Definition: @main(u1[3];struct-S-f1-f1-f1-u1-u1-i11; ( temp void)
11 …tputStream' ( out structure{ temp float clip0, temp float clip0, temp float cull0, temp uint vp…
15 0:15 move second child to first child ( temp float)
17 0:15 clip0: direct index for structure ( temp float)
18 …5 's' ( temp structure{ temp float clip0, temp float clip0, temp float cull0, temp
22 0:15 move second child to first child ( temp float)
27 0:15 clip0: direct index for structure ( temp float)
28 … 's' ( temp structure{ temp float clip0, temp float clip0, temp float cull0, temp
32 0:15 move second child to first child ( temp float)
37 0:15 cull0: direct index for structure ( temp float)
[all …]
Dhlsl.semantic.vert.out4 …struct-S-f1-f1-f1-f1-i11; ( temp structure{ temp float clip0, temp float clip1, temp float cull0…
6 0:10 'ins' ( in structure{ temp float clip0, temp float clip1, temp float cull0, temp float…
9 0:12 's' ( temp structure{ temp float clip0, temp float clip1, temp float cull0, temp flo…
10 0:10 Function Definition: main( ( temp void)
14 0:10 move second child to first child ( temp float)
15 0:10 clip0: direct index for structure ( temp float)
16 0:? 'ins' ( temp structure{ temp float clip0, temp float clip1, temp float cull0, te…
20 0:10 move second child to first child ( temp float)
21 0:10 clip1: direct index for structure ( temp float)
22 0:? 'ins' ( temp structure{ temp float clip0, temp float clip1, temp float cull0, te…
[all …]
DOperations.frag.out14 ERROR: 0:113: 'assign' : cannot convert from ' global float' to ' temp uint'
15 ERROR: 0:114: 'assign' : cannot convert from ' global float' to ' temp uint'
17 ERROR: 0:118: 'assign' : cannot convert from ' const float' to ' temp uint'
19 ERROR: 0:119: 'assign' : cannot convert from ' const float' to ' temp uint'
21 ERROR: 0:120: 'assign' : cannot convert from ' const float' to ' temp uint'
22 …a left-hand operand of type ' uniform uint' and a right operand of type ' temp int' (or there is n…
23 ERROR: 0:121: 'assign' : cannot convert from ' uniform uint' to ' temp int'
24 …a left-hand operand of type ' uniform uint' and a right operand of type ' temp int' (or there is n…
25 ERROR: 0:122: 'assign' : cannot convert from ' uniform uint' to ' temp int'
26 …d types: no operation '|' exists that takes a left-hand operand of type ' temp int' and a right op…
[all …]
D400.geom.out22 ERROR: 0:115: 'assign' : cannot convert from ' const float' to ' temp 2-component vector of float'
24 ERROR: 0:116: 'assign' : cannot convert from ' const float' to ' temp 2-component vector of float'
47 0:9 move second child to first child ( temp int)
48 0:9 'id' ( temp int)
56 0:26 direct index ( temp block{ in 4-component vector of float Position gl_Position, in flo…
83 0:78 move second child to first child ( temp 2-component vector of uint)
84 0:78 'u2' ( temp 2-component vector of uint)
86 0:78 'u2' ( temp 2-component vector of uint)
87 0:78 'u2' ( temp 2-component vector of uint)
88 0:78 'u2' ( temp 2-component vector of uint)
[all …]
Dhlsl.structcopy.comp.out5 0:20 Function Definition: @main(u1; ( temp void)
9 0:21 move second child to first child ( temp structure{ temp uint a, temp uint b, temp uint …
10 0:21 direct index ( temp structure{ temp uint a, temp uint b, temp uint c})
11 0:21 's' ( shared 128-element array of structure{ temp uint a, temp uint b, temp uint c})
19 0:22 move second child to first child ( temp uint)
20 0:22 'count' ( temp uint)
21 0:22 count: direct index for structure ( temp uint)
22 …jor std430) buffer structure{ temp uint count, temp unsized 1-element array of structure{ temp ui…
23 …1-element array of structure{ temp uint count, temp unsized 1-element array of structure{ temp ui…
24 …1-element array of structure{ temp uint count, temp unsized 1-element array of structure{ temp ui…
[all …]
Dhlsl.partialInit.frag.out9 0:8 move second child to first child ( temp 4-component vector of float)
17 0:9 move second child to first child ( temp 3-element array of float)
23 …tion Definition: @PixelShaderFunction(vf4; ( temp structure{ temp int a, temp float b, temp bool…
28 …19 move second child to first child ( temp structure{ temp int a, temp float b, temp bool…
29 0:19 'o2' ( temp structure{ temp int a, temp float b, temp bool c, temp 4-component vec…
38 0:21 move second child to first child ( temp 4-component vector of float)
39 0:21 v: direct index for structure ( temp 4-component vector of float)
40 0:21 'o4' ( temp structure{ temp int a, temp float b, temp bool c, temp 4-component vec…
43 0:21 vector-scale ( temp 4-component vector of float)
45 0:21 direct index ( temp float)
[all …]
Dhlsl.texture.struct.frag.out5 …ion Definition: fn1(t2-tx-struct0-1; ( temp structure{ temp float c0, temp 2-component vector of …
11 0:38 move second child to first child ( temp 4-component vector of float)
12 0:38 '@sampleResultShadow' ( temp 4-component vector of float)
13 0:? texture ( temp 4-component vector of float)
14 0:38 Construct combined texture-sampler ( temp sampler2D)
20 0:38 move second child to first child ( temp float)
21 0:38 c0: direct index for structure ( temp float)
22 …:38 '@sampleStructTemp' ( temp structure{ temp float c0, temp 2-component vector of …
25 0:38 direct index ( temp float)
26 0:38 '@sampleResultShadow' ( temp 4-component vector of float)
[all …]
/third_party/mesa3d/src/gallium/auxiliary/postprocess/
Dpp_mlaa.h54 "DCL TEMP[0..2]\n"
56 " 0: TEX TEMP[0].x, IN[1].xyyy, SAMP[0], 2D\n"
57 " 1: MOV TEMP[1].x, TEMP[0].xxxx\n"
58 " 2: TEX TEMP[0].x, IN[1].zwww, SAMP[0], 2D\n"
59 " 3: MOV TEMP[1].y, TEMP[0].xxxx\n"
60 " 4: TEX TEMP[0].x, IN[2].xyyy, SAMP[0], 2D\n"
61 " 5: MOV TEMP[1].z, TEMP[0].xxxx\n"
62 " 6: TEX TEMP[0].x, IN[2].zwww, SAMP[0], 2D\n"
63 " 7: MOV TEMP[1].w, TEMP[0].xxxx\n"
64 " 8: TEX TEMP[0].x, IN[0].xyyy, SAMP[0], 2D\n"
[all …]

12345678910>>...163