/external/mesa3d/src/loader/ |
D | pci_id_driver_map.h | 12 #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/ |
D | aco_ir.cpp | 159 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()
|
D | aco_validate.cpp | 564 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
|
D | aco_print_asm.cpp | 95 std::pair<bool, size_t> disasm_instr(chip_class chip, LLVMDisasmContextRef disasm, in disasm_instr()
|
D | aco_register_allocation.cpp | 321 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/ |
D | i2ctools.c | 87 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/ |
D | hud_sensors_temp.c | 71 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/ |
D | mi2cv.c | 273 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/ |
D | x86_64.rs | 199 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
|
D | mod.rs | 201 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/ |
D | TensorBase.h | 754 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/ |
D | makeregheader.py | 57 def get_chip_index(chip): argument
|
/external/mesa3d/src/gallium/drivers/r600/sb/ |
D | sb_context.cpp | 43 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/ |
D | bl33_info.h | 34 struct chip_info chip; member
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_util.h | 145 static inline bool ac_has_vec3_support(enum chip_class chip, bool use_format) in ac_has_vec3_support()
|
/external/libdrm/nouveau/nvif/ |
D | cl0080.h | 36 char chip[16]; member
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_chipping.cpp | 349 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/ |
D | record.scss | 132 .chip { class
|
/external/tensorflow/tensorflow/core/kernels/ |
D | fake_quant_ops_functor.h | 208 auto chip = outputs.chip<1>(i); in operator() local
|
/external/igt-gpu-tools/lib/ |
D | drmtest.c | 214 int chip = DRIVER_ANY; in open_device() local
|
/external/python/cpython3/Tools/pynche/ |
D | StripViewer.py | 257 def __trackarrow(self, chip, rgbtuple): argument
|
/external/python/cpython2/Tools/pynche/ |
D | StripViewer.py | 257 def __trackarrow(self, chip, rgbtuple): argument
|
/external/stressapptest/src/ |
D | os.cc | 302 int chip = (addr % (channel_width_ / 8)) / in FindDimm() local
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_asm.c | 105 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/ |
D | tpu_client.cc | 53 for (const auto& chip : system_info.tpu_chip()) { in GetTpuDevices() local
|