Home
last modified time | relevance | path

Searched refs:chip (Results 1 – 25 of 71) sorted by relevance

123

/external/mesa3d/include/pci_ids/
Dpci_id_driver_map.h11 #define CHIPSET(chip, desc, misc) chip, argument
17 #define CHIPSET(chip, desc, misc) chip, argument
24 #define CHIPSET(chip, name, family) chip, argument
30 #define CHIPSET(chip, name, family) chip, argument
37 #define CHIPSET(chip, name, family) chip, argument
43 #define CHIPSET(chip, name, family) chip, argument
49 #define CHIPSET(chip, name, family) chip, argument
55 #define CHIPSET(chip, name, family) chip, argument
/external/drm_gralloc/pci_ids/
Dpci_id_driver_map.h12 #define CHIPSET(chip, desc, misc) chip, argument
19 #define CHIPSET(chip, desc, misc) chip, argument
25 #define CHIPSET(chip, desc, misc) chip, argument
32 #define CHIPSET(chip, name, family) chip, argument
38 #define CHIPSET(chip, name, family) chip, argument
45 #define CHIPSET(chip, name, family) chip, argument
51 #define CHIPSET(chip, name, family) chip, argument
57 #define CHIPSET(chip, name, family) chip, argument
/external/eigen/unsupported/test/
Dcxx11_tensor_chipping.cpp23 chip1 = tensor.template chip<0>(1); in test_simple_chip()
40 Tensor<float, 4, DataLayout> chip2 = tensor.template chip<1>(1); in test_simple_chip()
55 Tensor<float, 4, DataLayout> chip3 = tensor.template chip<2>(2); in test_simple_chip()
70 Tensor<float, 4, DataLayout> chip4(tensor.template chip<3>(5)); in test_simple_chip()
85 Tensor<float, 4, DataLayout> chip5(tensor.template chip<4>(7)); in test_simple_chip()
108 chip1 = tensor.chip(1, 0); in test_dynamic_chip()
123 Tensor<float, 4, DataLayout> chip2 = tensor.chip(1, 1); in test_dynamic_chip()
138 Tensor<float, 4, DataLayout> chip3 = tensor.chip(2, 2); in test_dynamic_chip()
153 Tensor<float, 4, DataLayout> chip4(tensor.chip(5, 3)); in test_dynamic_chip()
168 Tensor<float, 4, DataLayout> chip5(tensor.chip(7, 4)); in test_dynamic_chip()
[all …]
Dcxx11_tensor_custom_op.cpp78 … output.template chip<2>(i).device(device) = input1.chip<2>(i).contract(input2.chip<2>(i), dims); in eval()
96 Tensor<float, 2> reference = tensor1.chip<2>(i).contract(tensor2.chip<2>(i), dims); in test_custom_binary_op()
97 TensorRef<Tensor<float, 2> > val = result.chip<2>(i); in test_custom_binary_op()
Dcxx11_tensor_const.cpp44 Tensor<int, 2> result1 = constant1.chip(0, 2); in test_assign_of_const_tensor()
45 Tensor<int, 2> result2 = constant2.chip(0, 2); in test_assign_of_const_tensor()
46 Tensor<int, 2> result3 = constant3.chip(0, 2); in test_assign_of_const_tensor()
Dcxx11_tensor_ref.cpp190 TensorRef<Tensor<float, 4>> slice = tensor.chip(7, 4); in test_coeff_ref()
/external/swiftshader/third_party/LLVM/include/llvm/Target/
DTargetSchedule.td17 // available across all chip sets for the target. Eg., IntUnit, FPUnit, ...
18 // These may be independent values for each chip set or may be shared across
19 // all chip sets of the target. Each functional unit is treated as a resource
72 // instructions across chip sets. An instruction uses the same itinerary class
73 // across all chip sets. Thus a new chip set can be added without modifying
118 // classes for a given chip set.
DTarget.td821 // SubtargetFeature - A characteristic of the chip set.
826 // appropriate target chip.
850 // Processor chip sets - These values represent each of the chip sets supported
856 // appropriate target chip.
/external/llvm/include/llvm/Target/
DTargetItinerary.td20 // available across all chip sets for the target. Eg., IntUnit, FPUnit, ...
21 // These may be independent values for each chip set or may be shared across
22 // all chip sets of the target. Each functional unit is treated as a resource
75 // instructions across chip sets. An instruction uses the same itinerary class
76 // across all chip sets. Thus a new chip set can be added without modifying
122 // classes for a given chip set.
/external/curl/tests/data/
Dtest140135 …ser -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,…
50 Cookie: chocolate=chip
87 curl_easy_setopt(hnd, CURLOPT_COOKIE, "chocolate=chip");
/external/libdrm/libkms/
Dlinux.c148 unsigned chip;
219 if (table[i].vendor == vendor_id && table[i].chip == chip_id)
/external/libdrm/nouveau/nvif/
Dcl0080.h36 char chip[16]; member
/external/autotest/server/site_tests/firmware_FlashServoKeyboardMap/
Dcontrol17 For using the keyboard emulator atmega chip on the servo v3, the keyboard
/external/dtc/Documentation/
Ddt-object-internal.txt26 /* On chip peripherals */
51 /* On chip peripherals */
78 /* On chip peripherals */
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h754 chip(const Index offset) const { in chip() function
759 chip(const Index offset, const Index dim) const { in chip() function
942 chip(const Index offset) const { in chip() function
947 chip(const Index offset) { in chip() function
953 chip(const Index offset, const Index dim) const { in chip() function
958 chip(const Index offset, const Index dim) { in chip() function
DREADME.md1426 ### <Operation> chip(const Index offset, const Index dim)
1428 A chip is a special kind of slice. It is the subtensor at the given offset in
1432 For example, a matrix chip would be either a row or a column of the input
1438 Eigen::Tensor<int, 1> row_3 = a.chip(2, 0);
1439 Eigen::Tensor<int, 1> col_2 = a.chip(1, 1);
1456 It is possible to assign values to a tensor chip since the chip operation is a
1463 b.chip(0, 0) = a;
/external/mesa3d/src/gallium/drivers/i915/
DTODO12 - Kills the chip in 3D_PRIMITIVE LINELIST with mesa-demos/fbotexture in
/external/llvm/lib/Target/PowerPC/
DPPCScheduleA2.td15 // Functional units on the PowerPC A2 chip sets
/external/stressapptest/src/
Dos.cc287 int chip = (addr % (channel_width_ / 8)) / in FindDimm() local
289 string name = channel[chip]; in FindDimm()
/external/eigen/bench/tensors/
Dtensor_benchmarks.h124 C.device(device_) = B.chip(iter % k_, 0); in rowChip()
141 C.device(device_) = B.chip(iter % n_, 1); in colChip()
/external/valgrind/exp-bbv/tests/x86-linux/
Dll.S202 xor %ebx,%ebx # chip count
291 pop %ebx # restore chip count
/external/valgrind/exp-bbv/tests/amd64-linux/
Dll.S208 xor %ebx,%ebx # chip count
291 pop %rbx # restore chip count
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c2243 char chip = '6'; in r600_bytecode_dump() local
2247 chip = '7'; in r600_bytecode_dump()
2250 chip = 'E'; in r600_bytecode_dump()
2253 chip = 'C'; in r600_bytecode_dump()
2257 chip = '6'; in r600_bytecode_dump()
2261 fprintf(stderr, " %c\n", chip); in r600_bytecode_dump()
/external/autotest/server/site_tests/network_WiFi_RegDomain/
Dcontrol175 'Unrecognized WiFi chip |%s|.' % wlan_info.name)
/external/openssh/
DCREDITS21 Chip Salzenberg <chip@valinux.com> - Assorted patches

123