Home
last modified time | relevance | path

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

/third_party/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
/third_party/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
/third_party/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
/third_party/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()
/third_party/mesa3d/src/amd/registers/
Dmakeregheader.py56 def get_chip_index(chip): argument
/third_party/libphonenumber/java/demoapp/app/src/main/java/com/google/phonenumbers/demoapp/result/
DNotFormattableFragment.java80 private void connectChipToFormattingState(Chip chip, FormattingState formattingState) { in connectChipToFormattingState()
/third_party/mesa3d/src/amd/llvm/
Dac_llvm_util.h134 static inline bool ac_has_vec3_support(enum amd_gfx_level chip, bool use_format) in ac_has_vec3_support()
/third_party/libdrm/nouveau/nvif/
Dcl0080.h36 char chip[16]; member
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/
Dmain.c60 struct gpiod_chip *chip[16]; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_asm.c105 static unsigned stack_entry_size(enum radeon_family chip) { in stack_entry_size()
2182 char chip = '6'; in r600_bytecode_disasm() local
Dr600_state.c150 static bool r600_is_colorbuffer_format_supported(enum amd_gfx_level chip, enum pipe_format format) in r600_is_colorbuffer_format_supported()
Dr600_state_common.c3160 uint32_t r600_translate_colorformat(enum amd_gfx_level chip, enum pipe_format format, in r600_translate_colorformat()
Devergreen_state.c231 static bool r600_is_colorbuffer_format_supported(enum amd_gfx_level chip, enum pipe_format format) in r600_is_colorbuffer_format_supported()
/third_party/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c3215 enum amd_gfx_level chip = cmd_buffer->device->physical_device->rad_info.gfx_level; in emit_prolog_regs() local
3704 enum amd_gfx_level chip = cmd_buffer->device->physical_device->rad_info.gfx_level; in radv_write_vertex_descriptors() local
5102 enum amd_gfx_level chip = cmd_buffer->device->physical_device->rad_info.gfx_level; in radv_CmdBindVertexBuffers2() local
6063 enum amd_gfx_level chip = cmd_buffer->device->physical_device->rad_info.gfx_level; in radv_CmdSetVertexInputEXT() local
Dradv_shader.c1628 enum amd_gfx_level chip = device->physical_device->rad_info.gfx_level; in radv_should_use_wgp_mode() local
Dradv_pipeline.c3943 enum amd_gfx_level chip = device->physical_device->rad_info.gfx_level; in lower_bit_size_callback() local
4014 enum amd_gfx_level chip = device->physical_device->rad_info.gfx_level; in opt_vectorize_callback() local
/third_party/mesa3d/src/nouveau/codegen/
Dnv50_ir_lowering_nvc0.cpp131 int chip = prog->getTarget()->getChipset(); in handleRCPRSQ() local
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h687 static Operand get_const(enum amd_gfx_level chip, uint64_t val, unsigned bytes) in get_const()