Searched refs:chip (Results 1 - 25 of 27) sorted by relevance

12

/external/mesa3d/src/loader/
H A Dpci_id_driver_map.h15 #define CHIPSET(chip, desc, name) chip,
21 #define CHIPSET(chip, family, name) chip,
27 #define CHIPSET(chip, name, family) chip,
33 #define CHIPSET(chip, name, family) chip,
39 #define CHIPSET(chip, name, family) chip,
[all...]
/external/mesa3d/src/gallium/auxiliary/hud/
H A Dhud_sensors_temp.c59 /* Combined chip and feature name, human readable. */
70 sensors_chip_name *chip; member in struct:sensors_temp_info
96 sf = sensors_get_subfeature(sti->chip, sti->feature,
99 sti->current = get_value(sti->chip, sf);
102 sf = sensors_get_subfeature(sti->chip, sti->feature,
107 sti->current = get_value(sti->chip, sf) * 1000;
111 sf = sensors_get_subfeature(sti->chip, sti->feature,
114 sti->current = get_value(sti->chip, sf);
117 sf = sensors_get_subfeature(sti->chip, sti->feature,
120 sti->critical = get_value(sti->chip, s
250 create_object(const char *chipname, const char *featurename, const sensors_chip_name *chip, const sensors_feature *feature, int mode) argument
271 const sensors_chip_name *chip; local
[all...]
/external/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_context.cpp43 int sb_context::init(r600_isa *isa, sb_hw_chip chip, sb_hw_class cclass) { argument
44 if (chip == HW_CHIP_UNKNOWN || cclass == HW_CLASS_UNKNOWN)
49 hw_chip = chip;
62 uses_mova_gpr = is_r600() && chip != HW_CHIP_RV670;
64 r6xx_gpr_index_workaround = is_r600() && chip != HW_CHIP_RV670 && chip != HW_CHIP_RS780 && chip != HW_CHIP_RS880;
66 switch (chip) {
104 assert(!"unknown chip class");
140 assert(!"unknown chip");
[all...]
H A Dsb_bc.h649 int init(r600_isa *isa, sb_hw_chip chip, sb_hw_class cclass);
/external/eigen/unsupported/test/
H A Dcxx11_tensor_chipping.cpp23 chip1 = tensor.template chip<0>(1);
40 Tensor<float, 4, DataLayout> chip2 = tensor.template chip<1>(1);
55 Tensor<float, 4, DataLayout> chip3 = tensor.template chip<2>(2);
70 Tensor<float, 4, DataLayout> chip4(tensor.template chip<3>(5));
85 Tensor<float, 4, DataLayout> chip5(tensor.template chip<4>(7));
108 chip1 = tensor.chip(1, 0);
123 Tensor<float, 4, DataLayout> chip2 = tensor.chip(1, 1);
138 Tensor<float, 4, DataLayout> chip3 = tensor.chip(2, 2);
153 Tensor<float, 4, DataLayout> chip4(tensor.chip(5, 3));
168 Tensor<float, 4, DataLayout> chip5(tensor.chip(
349 auto chip = Evaluator4(tensor.chip<4>(3), DefaultDevice()); local
384 auto chip = Evaluator0(tensor.chip<0>(3), DefaultDevice()); local
[all...]
H A Dcxx11_tensor_custom_op.cpp78 output.template chip<2>(i).device(device) = input1.chip<2>(i).contract(input2.chip<2>(i), dims);
96 Tensor<float, 2> reference = tensor1.chip<2>(i).contract(tensor2.chip<2>(i), dims);
97 TensorRef<Tensor<float, 2> > val = result.chip<2>(i);
H A Dcxx11_tensor_const.cpp44 Tensor<int, 2> result1 = constant1.chip(0, 2);
45 Tensor<int, 2> result2 = constant2.chip(0, 2);
46 Tensor<int, 2> result3 = constant3.chip(0, 2);
H A Dcxx11_tensor_ref.cpp190 TensorRef<Tensor<float, 4>> slice = tensor.chip(7, 4);
/external/linux-kselftest/tools/testing/selftests/gpio/
H A Dgpio-mockup-sysfs.sh105 chip=$1
106 name=`basename $chip`
107 base=`cat $chip/base`
108 ngpio=`cat $chip/ngpio`
129 for chip in $gpiochip; do
130 test_chip $chip
/external/walt/hardware/
H A DREADME.md16 Alternatively use the ADXL335 chip directly without the breakout board, but it's rather difficult to solder manually.
/external/python/cpython2/Tools/pynche/
H A DStripViewer.py19 the selected chip, which includes the value along that particular axis.
21 Clicking on any chip in any StripWidget selects that color, and updates all
185 # the last chip selected
206 # set_color() method to speed up setting the chip colors.
213 tags = ('chip',)
248 chip = canvas.find_overlapping(x, y, x, y)
249 if chip and (1 <= chip[0] <= self.__numchips):
250 color = self.__chips[chip[0]-1]
258 self.__trackarrow(chip[
[all...]
/external/libdrm/nouveau/nvif/
H A Dcl0080.h36 char chip[16]; member in struct:nv_device_info_v0
/external/mesa3d/src/amd/
H A DAndroid.addrlib.mk40 $(MESA_TOP)/src/amd/addrlib/inc/chip/r800 \
41 $(MESA_TOP)/src/amd/addrlib/r800/chip
/external/mesa3d/src/gallium/winsys/amdgpu/drm/
H A DAndroid.mk41 $(MESA_TOP)/src/amd/addrlib/inc/chip/r800 \
42 $(MESA_TOP)/src/amd/addrlib/r800/chip
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorBase.h754 chip(const Index offset) const { function in class:Eigen::TensorBase
759 chip(const Index offset, const Index dim) const { function in class:Eigen::TensorBase
942 chip(const Index offset) const { function in class:Eigen::TensorBase
947 chip(const Index offset) { function in class:Eigen::TensorBase
953 chip(const Index offset, const Index dim) const { function in class:Eigen::TensorBase
958 chip(const Index offset, const Index dim) { function in class:Eigen::TensorBase
/external/eigen/bench/tensors/
H A Dtensor_benchmarks.h124 C.device(device_) = B.chip(iter % k_, 0);
126 // Record the number of values copied from the rhs chip to the lhs.
141 C.device(device_) = B.chip(iter % n_, 1);
143 // Record the number of values copied from the rhs chip to the lhs.
/external/stressapptest/src/
H A Dos.cc267 // Translate physical address to memory module/chip name.
270 // blocks with bits distributed from each chip in that channel.
283 // Find dram chip by finding which byte within the channel
287 int chip = (addr % (channel_width_ / 8)) / local
289 string name = channel[chip];
/external/mesa3d/src/gallium/drivers/r600/
H A Dr600_asm.c109 static unsigned stack_entry_size(enum radeon_family chip) { argument
121 switch (chip) {
1327 R600_ERR("Unknown chip class %d.\n", bc->chip_class);
1373 R600_ERR("Unknown chip class %d.\n", bc->chip_class);
1745 R600_ERR("unknown chip class %d.\n", bc->chip_class);
2018 char chip = '6'; local
2022 chip = '7';
2025 chip = 'E';
2028 chip = 'C';
2032 chip
[all...]
H A Dr600_pipe.h750 uint32_t r600_translate_colorformat(enum chip_class chip, enum pipe_format format,
H A Devergreen_state.c219 static bool r600_is_colorbuffer_format_supported(enum chip_class chip, enum pipe_format format) argument
221 return r600_translate_colorformat(chip, format, FALSE) != ~0U &&
H A Dr600_state.c150 static bool r600_is_colorbuffer_format_supported(enum chip_class chip, enum pipe_format format) argument
152 return r600_translate_colorformat(chip, format, FALSE) != ~0U &&
/external/valgrind/exp-bbv/tests/amd64-linux/
H A Dll.S208 xor %ebx,%ebx # chip count
291 pop %rbx # restore chip count
/external/valgrind/exp-bbv/tests/x86-linux/
H A Dll.S202 xor %ebx,%ebx # chip count
291 pop %ebx # restore chip count
/external/doclava/res/assets/templates-sdk/assets/js/
H A Ddocs.js2321 * Template for a chip element.
2325 var CHIP_BASE_ = $('<li class="dac-filter-chip">' +
2326 '<button class="dac-filter-chip-close">' +
2327 '<i class="dac-sprite dac-close-black dac-filter-chip-close-icon"></i>' +
2386 * Generate a chip for a given filter item.
2391 var chip = CHIP_BASE_.clone();
2392 chip.prepend(this.data_.chips[item.data('filter-value')]);
2393 chip.data('item.dac-filter', item);
2394 item.data('chip.dac-filter', chip);
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dkvm.h139 } chip; member in struct:kvm_irqchip

Completed in 1282 milliseconds

12