/third_party/skia/third_party/externals/tint/test/unittest/reader/spirv/ |
D | SpvParserFunctionVarTest_EmitStatement_CombinatorialNonPointer_DefConstruct_DoesNotEncloseAllUses.spvasm.expected.hlsl | 3 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;
|
D | SpvParserFunctionVarTest_EmitStatement_Phi_FromElseAndThen.spvasm.expected.hlsl | 3 static uint x_1 = 0u; 18 x_1 = x_2_phi; 24 x_1 = x_2_phi; 30 x_1 = x_2_phi;
|
D | SpvParserFunctionVarTest_EmitStatement_Phi_FromHeaderAndThen.spvasm.expected.hlsl | 3 static uint x_1 = 0u; 19 x_1 = x_2_phi; 24 x_1 = x_2_phi; 30 x_1 = x_2_phi;
|
D | SpvParserTest_VectorExtractDynamic_UnsignedIndex.spvasm.expected.hlsl | 4 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/ |
D | 1081.wgsl.expected.spvasm | 12 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
|
D | 1121.wgsl.expected.hlsl | 57 [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)));
|
D | 1121.wgsl.expected.glsl | 70 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)));
|
D | 1121.wgsl.expected.msl | 80 …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/ |
D | nestedBlockScopedBindings8.js | 14 var _loop_1 = function (x_1) { argument 15 (function () { return x_1; }); 17 for (var x_1; false;) { 18 _loop_1(x_1);
|
D | genericRestParameters2.types | 15 >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 …]
|
D | systemModule16.js | 35 function (x_1) { 36 x = x_1; 37 exportStar_1(x_1); 38 foo_1 = x_1;
|
D | downlevelLetConst19.js | 27 var x_1; 28 use(x_1); 34 use(x_1);
|
D | letConstInCaseClauses.js | 36 var x_1 = 1; variable 38 console.log(x_1); 39 switch (x_1) {
|
D | restTuplesFromContextualTypes.types | 17 >(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 …]
|
D | unusedVariablesinBlocks1.js | 14 var x_1 = 11; 15 x_1++;
|
D | nestedBlockScopedBindings9.js | 16 var x_1; variable 17 (function () { return x_1; });
|
D | nestedBlockScopedBindings11.js | 19 var x_1; variable 20 (function () { return x_1; });
|
D | nestedBlockScopedBindings12.js | 19 var x_1; variable 20 x_1 = 1;
|
D | nestedBlockScopedBindings14.js | 17 var x_1; 18 (function () { return x_1; });
|
D | capturedLetConstInLoop9.js | 143 var x_1; 144 (function () { return x_1; }); 154 switch (x_1) { 171 return x_1 + 1;
|
D | nestedBlockScopedBindings15.js | 37 var x_1; 38 (function () { return x_1; });
|
/third_party/skia/third_party/externals/tint/tools/src/substr/ |
D | substr_test.go | 79 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/ |
D | complement.wgsl.expected.spvasm | 16 OpName %x_1 "x" 46 %x_1 = OpFunctionParameter %v4int 48 %22 = OpNot %v4int %x_1
|
/third_party/mindspore/tests/st/ops/gpu/ |
D | test_dropout.py | 75 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/ |
D | ReturnsValueOnEveryPathES2.asm.frag | 19 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
|