Home
last modified time | relevance | path

Searched refs:x_1 (Results 1 – 25 of 81) sorted by relevance

1234

/third_party/skia/third_party/externals/tint/test/unittest/reader/spirv/
DSpvParserFunctionVarTest_EmitStatement_CombinatorialNonPointer_DefConstruct_DoesNotEncloseAllUses.spvasm.expected.hlsl3 static uint x_1 = 0u;
6 x_1 = 0u;
9 x_1 = 1u;
13 x_1 = 3u;
19 x_1 = x_2;
21 x_1 = 4u;
27 x_1 = 5u;
DSpvParserFunctionVarTest_EmitStatement_Phi_FromElseAndThen.spvasm.expected.hlsl3 static uint x_1 = 0u;
18 x_1 = x_2_phi;
24 x_1 = x_2_phi;
30 x_1 = x_2_phi;
DSpvParserFunctionVarTest_EmitStatement_Phi_FromHeaderAndThen.spvasm.expected.hlsl3 static uint x_1 = 0u;
19 x_1 = x_2_phi;
24 x_1 = x_2_phi;
30 x_1 = x_2_phi;
DSpvParserTest_VectorExtractDynamic_UnsignedIndex.spvasm.expected.hlsl4 const uint2 x_1 = uint2(3u, 4u);
5 const uint x_10 = x_1[3u];
15 const uint x_10 = x_1[3u];
/third_party/skia/third_party/externals/tint/test/bug/tint/
D1081.wgsl.expected.spvasm12 OpEntryPoint Fragment %main "main" %x_1 %value
14 OpName %x_1 "x_1"
22 OpDecorate %x_1 Location 1
23 OpDecorate %x_1 Flat
28 %x_1 = OpVariable %_ptr_Input_v3int Input
79 %40 = OpLoad %v3int %x_1
D1121.wgsl.expected.hlsl57 [loop] for(int x_1 = 0; (x_1 < TILE_COUNT_X); x_1 = (x_1 + 1)) {
58 int2 tilePixel0Idx = int2((x_1 * TILE_SIZE), (y_1 * TILE_SIZE));
91 uint tileId = uint((x_1 + (y_1 * TILE_COUNT_X)));
D1121.wgsl.expected.glsl70 for(int x_1 = 0; (x_1 < TILE_COUNT_X); x_1 = (x_1 + 1)) {
71 ivec2 tilePixel0Idx = ivec2((x_1 * TILE_SIZE), (y_1 * TILE_SIZE));
104 uint tileId = uint((x_1 + (y_1 * TILE_COUNT_X)));
D1121.wgsl.expected.msl80 …for(int x_1 = 0; (x_1 < TILE_COUNT_X); x_1 = as_type<int>((as_type<uint>(x_1) + as_type<uint>(1)))…
81 …int2 tilePixel0Idx = int2(as_type<int>((as_type<uint>(x_1) * as_type<uint>(TILE_SIZE))), as_type<i…
112 …uint tileId = uint(as_type<int>((as_type<uint>(x_1) + as_type<uint>(as_type<int>((as_type<uint>(y_…
/third_party/typescript/tests/baselines/reference/
DnestedBlockScopedBindings8.js14 var _loop_1 = function (x_1) { argument
15 (function () { return x_1; });
17 for (var x_1; false;) {
18 _loop_1(x_1);
DgenericRestParameters2.types15 >f00 : (x_0: number, x_1: string, x_2: boolean) => void
19 >f01 : (a: number, x_0: string, x_1: boolean) => void
43 >f10 : (x_0: number, x_1: string, ...x_2: boolean[]) => void
47 >f11 : (a: number, x_0: string, ...x_1: boolean[]) => void
71 >f10 : (x_0: number, x_1: string, ...x_2: boolean[]) => void
77 >f10 : (x_0: number, x_1: string, ...x_2: boolean[]) => void
84 >f10 : (x_0: number, x_1: string, ...x_2: boolean[]) => void
92 >f10 : (x_0: number, x_1: string, ...x_2: boolean[]) => void
108 >f10 : (x_0: number, x_1: string, ...x_2: boolean[]) => void
114 >f10 : (x_0: number, x_1: string, ...x_2: boolean[]) => void
[all …]
DsystemModule16.js35 function (x_1) {
36 x = x_1;
37 exportStar_1(x_1);
38 foo_1 = x_1;
DdownlevelLetConst19.js27 var x_1;
28 use(x_1);
34 use(x_1);
DletConstInCaseClauses.js36 var x_1 = 1; variable
38 console.log(x_1);
39 switch (x_1) {
DrestTuplesFromContextualTypes.types17 >(function (...x){}) : (x_0: number, x_1: boolean, x_2: string) => void
18 >function (...x){} : (x_0: number, x_1: boolean, x_2: string) => void
25 >(function (a, ...x){}) : (a: number, x_0: boolean, x_1: string) => void
26 >function (a, ...x){} : (a: number, x_0: boolean, x_1: string) => void
70 >(...x) => {} : (x_0: number, x_1: boolean, x_2: string) => void
76 >(a, ...x) => {} : (a: number, x_0: boolean, x_1: string) => void
112 >(function (...x){}) : (x_0: number, x_1: boolean, ...x_2: string[]) => void
113 >function (...x){} : (x_0: number, x_1: boolean, ...x_2: string[]) => void
120 >(function (a, ...x){}) : (a: number, x_0: boolean, ...x_1: string[]) => void
121 >function (a, ...x){} : (a: number, x_0: boolean, ...x_1: string[]) => void
[all …]
DunusedVariablesinBlocks1.js14 var x_1 = 11;
15 x_1++;
DnestedBlockScopedBindings9.js16 var x_1; variable
17 (function () { return x_1; });
DnestedBlockScopedBindings11.js19 var x_1; variable
20 (function () { return x_1; });
DnestedBlockScopedBindings12.js19 var x_1; variable
20 x_1 = 1;
DnestedBlockScopedBindings14.js17 var x_1;
18 (function () { return x_1; });
DcapturedLetConstInLoop9.js143 var x_1;
144 (function () { return x_1; });
154 switch (x_1) {
171 return x_1 + 1;
DnestedBlockScopedBindings15.js37 var x_1;
38 (function () { return x_1; });
/third_party/skia/third_party/externals/tint/tools/src/substr/
Dsubstr_test.go79 x_1
85 Identifier[not set]{x_1}
89 Identifier[not set]{x_1}
95 Identifier[not set]{x_1}
99 Identifier[not set]{x_1}
103 Identifier[not set]{x_1}
107 Identifier[not set]{x_1}
/third_party/skia/third_party/externals/tint/test/expressions/unary/complement/
Dcomplement.wgsl.expected.spvasm16 OpName %x_1 "x"
46 %x_1 = OpFunctionParameter %v4int
48 %22 = OpNot %v4int %x_1
/third_party/mindspore/tests/st/ops/gpu/
Dtest_dropout.py75 x_1 = np.ones([32, 16, 2, 5]).astype(np.float32)
80 output_1, mask_1 = net(Tensor(x_1))
81 elem_count_1 = x_1.size
85 x_sum_1 = np.sum(x_1)
/third_party/skia/tests/sksl/shared/
DReturnsValueOnEveryPathES2.asm.frag19 OpName %x_1 "x"
145 %x_1 = OpVariable %_ptr_Function_int Function
146 OpStore %x_1 %int_0
152 %74 = OpLoad %int %x_1
168 %82 = OpLoad %int %x_1
170 OpStore %x_1 %83

1234