Home
last modified time | relevance | path

Searched defs:chip (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/src/loader/
Dpci_id_driver_map.h12 #define CHIPSET(chip, desc, name) chip, argument
18 #define CHIPSET(chip, family, family_str, name) chip, argument
24 #define CHIPSET(chip, name, family) chip, argument
30 #define CHIPSET(chip, name, family) chip, argument
36 #define CHIPSET(chip, name, family) chip, argument
42 #define CHIPSET(chip, name, family) chip, argument
48 #define CHIPSET(chip, name, family) chip, argument
54 #define CHIPSET(chip, name, family) chip, argument
/external/mesa3d/src/amd/compiler/
Daco_ir.cpp159 bool can_use_SDWA(chip_class chip, const aco_ptr<Instruction>& instr) in can_use_SDWA()
222 aco_ptr<Instruction> convert_to_SDWA(chip_class chip, aco_ptr<Instruction>& instr) in convert_to_SDWA()
284 bool can_use_opsel(chip_class chip, aco_opcode op, int idx, bool high) in can_use_opsel()
Daco_validate.cpp564 bool validate_subdword_operand(chip_class chip, const aco_ptr<Instruction>& instr, unsigned index) in validate_subdword_operand()
616 bool validate_subdword_definition(chip_class chip, const aco_ptr<Instruction>& instr) in validate_subdword_definition()
649 chip_class chip = program->chip_class; in get_subdword_bytes_written() local
Daco_print_asm.cpp95 std::pair<bool, size_t> disasm_instr(chip_class chip, LLVMDisasmContextRef disasm, in disasm_instr()
Daco_register_allocation.cpp321 unsigned get_subdword_operand_stride(chip_class chip, const aco_ptr<Instruction>& instr, unsigned i… in get_subdword_operand_stride()
372 chip_class chip = ctx.program->chip_class; in add_subdword_operand() local
439 chip_class chip = program->chip_class; in get_subdword_definition_info() local
493 chip_class chip = program->chip_class; in add_subdword_definition() local
1501 bool operand_can_use_reg(chip_class chip, aco_ptr<Instruction>& instr, unsigned idx, PhysReg reg, R… in operand_can_use_reg()
/external/toybox/toys/other/
Di2ctools.c87 static int i2c_open(int bus, int slave, int chip) in i2c_open()
236 int chip = atolx_range(toys.optargs[1], 0, 0x7f); in i2cdump_main() local
262 int chip = atolx_range(toys.optargs[1], 0, 0x7f); in i2cget_main() local
281 int chip = atolx_range(toys.optargs[1], 0, 0x7f); in i2cset_main() local
/external/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c71 sensors_chip_name *chip; member
255 const sensors_chip_name *chip, const sensors_feature *feature, in create_object()
275 const sensors_chip_name *chip; in build_sensor_list() local
/external/arm-trusted-firmware/drivers/mentor/i2c/
Dmi2cv.c273 static int mentor_i2c_probe(uint8_t chip) in mentor_i2c_probe()
390 static int mentor_i2c_target_offset_set(uint8_t chip, uint32_t addr, int alen) in mentor_i2c_target_offset_set()
487 int i2c_read(uint8_t chip, uint32_t addr, int alen, uint8_t *buffer, int len) in i2c_read()
566 int i2c_write(uint8_t chip, uint32_t addr, int alen, uint8_t *buffer, int len) in i2c_write()
/external/crosvm/devices/src/irqchip/kvm/
Dx86_64.rs199 let mut chip = KvmSplitIrqChip { in new() localVariable
720 let mut chip = KvmKernelIrqChip::new(vm.try_clone().expect("failed to clone vm"), 1) in get_kernel_chip() localVariable
738 let mut chip = KvmSplitIrqChip::new( in get_split_chip() localVariable
834 let mut chip = get_split_chip(); in split_irqchip_routes_conflict() localVariable
856 let mut chip = get_split_chip(); in irq_event_tokens() localVariable
883 let mut chip = get_split_chip(); in finalize_devices() localVariable
982 let mut chip = get_split_chip(); in get_external_interrupt() localVariable
1001 let mut chip = get_split_chip(); in broadcast_eoi() localVariable
Dmod.rs201 let mut chip = KvmKernelIrqChip::new(vm.try_clone().expect("failed to clone vm"), 1) in create_kvm_kernel_irqchip() localVariable
215 let mut chip = KvmKernelIrqChip::new(vm.try_clone().expect("failed to clone vm"), 1) in mp_state() localVariable
/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
/external/mesa3d/src/amd/registers/
Dmakeregheader.py57 def get_chip_index(chip): argument
/external/mesa3d/src/gallium/drivers/r600/sb/
Dsb_context.cpp43 int sb_context::init(r600_isa *isa, sb_hw_chip chip, sb_hw_class cclass) { in init()
/external/arm-trusted-firmware/plat/brcm/board/stingray/include/
Dbl33_info.h34 struct chip_info chip; member
/external/mesa3d/src/amd/llvm/
Dac_llvm_util.h145 static inline bool ac_has_vec3_support(enum chip_class chip, bool use_format) in ac_has_vec3_support()
/external/libdrm/nouveau/nvif/
Dcl0080.h36 char chip[16]; member
/external/eigen/unsupported/test/
Dcxx11_tensor_chipping.cpp349 auto chip = Evaluator4(tensor.chip<4>(3), DefaultDevice()); in test_chip_raw_data_col_major() local
384 auto chip = Evaluator0(tensor.chip<0>(3), DefaultDevice()); in test_chip_raw_data_row_major() local
/external/perfetto/ui/src/assets/
Drecord.scss132 .chip { class
/external/tensorflow/tensorflow/core/kernels/
Dfake_quant_ops_functor.h208 auto chip = outputs.chip<1>(i); in operator() local
/external/igt-gpu-tools/lib/
Ddrmtest.c214 int chip = DRIVER_ANY; in open_device() local
/external/python/cpython3/Tools/pynche/
DStripViewer.py257 def __trackarrow(self, chip, rgbtuple): argument
/external/python/cpython2/Tools/pynche/
DStripViewer.py257 def __trackarrow(self, chip, rgbtuple): argument
/external/stressapptest/src/
Dos.cc302 int chip = (addr % (channel_width_ / 8)) / in FindDimm() local
/external/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c105 static unsigned stack_entry_size(enum radeon_family chip) { in stack_entry_size()
2095 char chip = '6'; in r600_bytecode_disasm() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc53 for (const auto& chip : system_info.tpu_chip()) { in GetTpuDevices() local

12