| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| hud_sensors_temp.c | 60 /* Combined chip and feature name, human readable. */ 71 sensors_chip_name *chip; member in struct:sensors_temp_info 97 sf = sensors_get_subfeature(sti->chip, sti->feature, 100 sti->current = get_value(sti->chip, sf); 103 sf = sensors_get_subfeature(sti->chip, sti->feature, 108 sti->current = get_value(sti->chip, sf) * 1000; 112 sf = sensors_get_subfeature(sti->chip, sti->feature, 115 sti->current = get_value(sti->chip, sf); 118 sf = sensors_get_subfeature(sti->chip, sti->feature, 121 sti->critical = get_value(sti->chip, sf) 275 const sensors_chip_name *chip; local [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| hud_sensors_temp.c | 59 /* 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, sf) 274 const sensors_chip_name *chip; local [all...] |
| /xsrc/external/mit/libdrm/dist/nouveau/nvif/ |
| cl0080.h | 36 char chip[16]; member in struct:nv_device_info_v0
|
| /xsrc/external/mit/xf86-video-cirrus/dist/src/ |
| cir_driver.c | 162 int chip = chipid & 0xffff; local 164 switch (chip)
|
| cir.h | 33 } chip; member in struct:__anon6956
|
| /xsrc/external/mit/MesaLib/dist/src/amd/compiler/ |
| aco_validate.cpp | 721 validate_subdword_operand(chip_class chip, const aco_ptr<Instruction>& instr, unsigned index) 728 if (instr->isPseudo() && chip >= GFX8) 736 if (byte == 2 && can_use_opsel(chip, instr->opcode, index, 1)) 778 validate_subdword_definition(chip_class chip, const aco_ptr<Instruction>& instr) 783 if (instr->isPseudo() && chip >= GFX8) 788 if (byte == 2 && can_use_opsel(chip, instr->opcode, -1, 1)) 811 chip_class chip = program->chip_class; local 815 return chip >= GFX8 ? def.bytes() : def.size() * 4u; 821 if (instr_is_16bit(chip, instr->opcode))
|
| aco_register_allocation.cpp | 40 unsigned get_subdword_operand_stride(chip_class chip, const aco_ptr<Instruction>& instr, 469 get_subdword_operand_stride(chip_class chip, const aco_ptr<Instruction>& instr, unsigned idx, 476 else if (chip >= GFX8) 484 if (can_use_SDWA(chip, instr, false)) 486 if (can_use_opsel(chip, instr->opcode, idx, true)) 495 case aco_opcode::ds_write_b16: return chip >= GFX9 ? 2 : 4; 503 case aco_opcode::global_store_short: return chip >= GFX9 ? 2 : 4; 512 chip_class chip = ctx.program->chip_class; local 541 assert(can_use_SDWA(chip, instr, false)); 542 convert_to_SDWA(chip, instr) 576 chip_class chip = program->chip_class; local 637 chip_class chip = program->chip_class; local [all...] |
| /xsrc/external/mit/xf86-video-tdfx/dist/src/ |
| tdfx_accel.c | 184 int chip; local 199 for (chip=0; chip<pTDFX->numChips; chip++) { 200 TDFXWriteChipLongMMIO(pTDFX, chip, LFBMEMORYCONFIG, (bits&0x1FFF) |
|
| /xsrc/external/mit/xf86-video-rendition/dist/src/ |
| vmodes.c | 126 vu16 chip; member in struct:width_to_stride_t 246 if (pRendition->board.chip != V1000_DEVICE) { 266 if (pRendition->board.chip == V1000_DEVICE) { 353 if (V1000_DEVICE ==pRendition->board.chip) { 390 if (pRendition->board.chip == V1000_DEVICE) { 396 if (pRendition->board.chip == V1000_DEVICE) { 421 if (pRendition->board.chip != V1000_DEVICE) { 497 && ((width_to_stride_table[c].chip == pRendition->board.chip) 498 || (V2000_DEVICE == pRendition->board.chip))) { [all...] |
| vtypes.h | 21 /* chip types */ 122 /* type of chip */ 123 vu16 chip; member in struct:verite_board_t
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/common/ |
| xf86pciBus.c | 616 int chip; member in struct:Inst 736 instances[allocatedInstances - 1].chip = id->numChipset; 898 instances[i].chip = c->token; 901 if (id->numChipset == instances[i].chip) 933 instances[i].chip = id->numChipset; 950 if (c->token == instances[i].chip) 985 instances[i].chip, 1307 uint16_t vendor, chip; local 1348 chip = -1; 1354 chip = -1 [all...] |
| /xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/ |
| xf86pciBus.c | 600 int chip; member in struct:Inst 723 instances[allocatedInstances - 1].chip = id->numChipset; 883 instances[i].chip = c->token; 886 if (id->numChipset == instances[i].chip) 915 instances[i].chip = id->numChipset; 931 if (c->token == instances[i].chip) 968 instances[i].chip, 1205 uint16_t vendor, chip; local 1245 chip = -1; 1250 chip = -1 [all...] |
| /xsrc/external/mit/xf86-video-nv/dist/src/ |
| riva_hw.c | 40 RIVA_HW_INST *chip 43 return ((chip->Rop->FifoFree < chip->FifoEmptyCount) || (chip->PGRAPH[0x000006B0/4] & 0x01)); 47 RIVA_HW_INST *chip, 52 VGA_WR08(chip->PCIO, 0x3D4, 0x11); 53 cr11 = VGA_RD08(chip->PCIO, 0x3D5); 56 VGA_WR08(chip->PCIO, 0x3D5, cr11); 61 RIVA_HW_INST *chip, 65 VGA_WR08(chip->PVIO, 0x3C4, 0x06) 961 RIVA_HW_INST *chip = &pRiva->riva; local [all...] |
| /xsrc/external/mit/MesaLib/dist/src/amd/vulkan/ |
| radv_shader.c | 1305 enum chip_class chip = device->physical_device->rad_info.chip_class; local 1309 return chip >= GFX10; 1311 return chip == GFX10 || (chip >= GFX10_3 && !info->is_ngg); 1314 return chip == GFX10 && info->is_ngg;
|
| radv_cmd_buffer.c | 2752 enum chip_class chip = device->physical_device->rad_info.chip_class; local 2753 const uint32_t misaligned_mask = chip == GFX6 || chip >= GFX10 ? cmd_buffer->state.vbo_misaligned_mask : 0; 2876 enum chip_class chip = cmd_buffer->device->physical_device->rad_info.chip_class; local 2884 if (chip < GFX10 && G_00B228_SGPRS(prolog->rsrc1) > G_00B228_SGPRS(vs_shader->config.rsrc1)) 2895 pgm_lo_reg = chip >= GFX10 ? R_00B320_SPI_SHADER_PGM_LO_ES : R_00B210_SPI_SHADER_PGM_LO_ES; 2898 pgm_lo_reg = chip >= GFX10 ? R_00B520_SPI_SHADER_PGM_LO_LS : R_00B410_SPI_SHADER_PGM_LO_LS; 2912 if (chip < GFX10) 3311 enum chip_class chip = cmd_buffer->device->physical_device->rad_info.chip_class; local 3345 if (chip >= GFX10 4450 enum chip_class chip = cmd_buffer->device->physical_device->rad_info.chip_class; local 5471 enum chip_class chip = cmd_buffer->device->physical_device->rad_info.chip_class; local [all...] |
| radv_pipeline.c | 3220 enum chip_class chip = device->physical_device->rad_info.chip_class; local 3244 return (bit_size == 8 || !(chip >= GFX8 && nir_dest_is_divergent(alu->dest.dest))) ? 32 3268 return (bit_size == 8 || !(chip >= GFX8 && nir_dest_is_divergent(alu->dest.dest))) ? 32
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_lowering_nvc0.cpp | 131 int chip = prog->getTarget()->getChipset(); local 132 if (chip >= NVISA_GK104_CHIPSET) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/r600/ |
| r600_asm.c | 105 static unsigned stack_entry_size(enum radeon_family chip) { 117 switch (chip) { 1357 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1410 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1812 R600_ERR("unknown chip class %d.\n", bc->chip_class); 2100 char chip = '6'; local 2104 chip = '7'; 2107 chip = 'E'; 2110 chip = 'C'; 2114 chip = '6' [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/ |
| nv50_ir_lowering_nvc0.cpp | 131 int chip = prog->getTarget()->getChipset(); local 132 if (chip >= NVISA_GK104_CHIPSET) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/r600/ |
| r600_asm.c | 105 static unsigned stack_entry_size(enum radeon_family chip) { 117 switch (chip) { 1352 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1405 R600_ERR("Unknown chip class %d.\n", bc->chip_class); 1805 R600_ERR("unknown chip class %d.\n", bc->chip_class); 2093 char chip = '6'; local 2097 chip = '7'; 2100 chip = 'E'; 2103 chip = 'C'; 2107 chip = '6' [all...] |
| /xsrc/external/mit/xf86-video-neomagic/dist/src/ |
| neo_driver.c | 482 int chip = (chipid & 0x0000ffff); local 484 if (chip == PCI_CHIP_NM2070) 2714 /* If we are using a fixed mode, then tell the chip we are. */
|
| /xsrc/external/mit/MesaLib.old/dist/src/freedreno/registers/ |
| adreno_common.xml.h | 49 enum chip { enum
|
| /xsrc/external/mit/xf86-video-chips/dist/src/ |
| ct_driver.c | 773 int chip = chipid & 0x0000ffff; local 777 if ((chip == CHIPS_CT64200) || (chip == CHIPS_CT64300)) { 779 } else if ((chip >= CHIPS_CT65550) && (chip <= CHIPS_CT69030)) 784 if ((chip >= CHIPS_CT65550) && (chip <= CHIPS_CT69030)) 2019 * on the revision on the chip. Until exactly which chips 4384 /* write base to chip */ 6203 /* The chip takes the size of the visible display area from th [all...] |