Searched defs:chip (Results 1 - 11 of 11) sorted by relevance

/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...]
/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...]
/external/libdrm/nouveau/nvif/
H A Dcl0080.h36 char chip[16]; member in struct:nv_device_info_v0
/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/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/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_state_common.c2615 uint32_t r600_translate_colorformat(enum chip_class chip, enum pipe_format format, argument
2656 if (chip <= R700)
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 &&
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 &&
/external/kernel-headers/original/uapi/linux/
H A Dkvm.h139 } chip; member in struct:kvm_irqchip

Completed in 3257 milliseconds