Home
last modified time | relevance | path

Searched refs:chip (Results 1 – 25 of 128) sorted by relevance

123456

/third_party/typescript/tests/baselines/reference/
DobjectCreationOfElementAccessExpression.types148 var foods = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , new…
150 >new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , new Cookie('Pe…
151 >PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , new Cookie('Peanut…
153 >new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , new Cookie('Peanut butter'…
154 >new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) : any
155 >new IceCream('Mint chocolate chip') : IceCream
157 >'Mint chocolate chip' : "Mint chocolate chip"
158 >Cookie('Chocolate chip', false) : any
160 >'Chocolate chip' : "Chocolate chip"
167 …s2: MonsterFood[] = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', fal…
[all …]
DobjectCreationOfElementAccessExpression.errors.txt60 …var foods = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , ne…
65 …s2: MonsterFood[] = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', fal…
DobjectCreationOfElementAccessExpression.symbols129 var foods = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', false) , new…
136 …s2: MonsterFood[] = new PetFood[new IceCream('Mint chocolate chip') , Cookie('Chocolate chip', fal…
/third_party/mesa3d/src/gallium/auxiliary/hud/
Dhud_sensors_temp.c71 sensors_chip_name *chip; member
97 sf = sensors_get_subfeature(sti->chip, sti->feature, in get_sensor_values()
100 sti->current = get_value(sti->chip, sf); in get_sensor_values()
103 sf = sensors_get_subfeature(sti->chip, sti->feature, in get_sensor_values()
108 sti->current = get_value(sti->chip, sf) * 1000; in get_sensor_values()
112 sf = sensors_get_subfeature(sti->chip, sti->feature, in get_sensor_values()
115 sti->current = get_value(sti->chip, sf); in get_sensor_values()
118 sf = sensors_get_subfeature(sti->chip, sti->feature, in get_sensor_values()
121 sti->critical = get_value(sti->chip, sf); in get_sensor_values()
124 sf = sensors_get_subfeature(sti->chip, sti->feature, in get_sensor_values()
[all …]
/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/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() argument
44 if (chip == HW_CHIP_UNKNOWN || cclass == HW_CLASS_UNKNOWN) in init()
49 hw_chip = chip; in init()
62 uses_mova_gpr = is_r600() && chip != HW_CHIP_RV670; in init()
64 …r6xx_gpr_index_workaround = is_r600() && chip != HW_CHIP_RV670 && chip != HW_CHIP_RS780 && chip !=… in init()
66 switch (chip) { in init()
/third_party/toybox/toys/other/
Di2ctools.c89 static int i2c_open(int bus, int slave, int chip) in i2c_open() argument
95 if (slave) xioctl(fd, slave, (void *)(long)chip); in i2c_open()
240 int chip = atolx_range(toys.optargs[1], 0, 0x7f); in i2cdump_main() local
243 confirm("Dump chip 0x%02x on bus %d?", chip, bus); in i2cdump_main()
245 fd = i2c_open(bus, FLAG(f) ? I2C_SLAVE_FORCE : I2C_SLAVE, chip); in i2cdump_main()
269 int chip = atolx_range(toys.optargs[1], 0, 0x7f); in i2cget_main() local
273 confirm("Read register 0x%02x from chip 0x%02x on bus %d?", addr, chip, bus); in i2cget_main()
275 fd = i2c_open(bus, FLAG(f) ? I2C_SLAVE_FORCE : I2C_SLAVE, chip); in i2cget_main()
288 int chip = atolx_range(toys.optargs[1], 0, 0x7f); in i2cset_main() local
311 confirm("Write register 0x%02x from chip 0x%02x on bus %d?", addr, chip, bus); in i2cset_main()
[all …]
/third_party/mesa3d/src/amd/addrlib/
Dmeson.build47 'src/chip/gfx10/gfx10_gb_reg.h',
48 'src/chip/gfx11/gfx11_gb_reg.h',
49 'src/chip/gfx9/gfx9_gb_reg.h',
50 'src/chip/r800/si_gb_reg.h',
79 'inc', 'src', 'src/core', 'src/chip/gfx9', 'src/chip/r800',
80 'src/chip/gfx10', 'src/chip/gfx11',
/third_party/python/Tools/pynche/
DStripViewer.py245 chip = canvas.find_overlapping(x, y, x, y)
246 if chip and (1 <= chip[0] <= self.__numchips):
247 color = self.__chips[chip[0]-1]
255 self.__trackarrow(chip[0], (red, green, blue))
257 def __trackarrow(self, chip, rgbtuple): argument
262 self.__lastchip = chip
275 self.__leftarrow.move_to(self.__arrow_x(chip-1))
280 self.__rightarrow.move_to(self.__arrow_x(chip-1))
288 self.__canvas.itemconfigure(chip, outline=outline)
294 chip = 0
[all …]
DREADME140 rectangle around the selected color chip, with an arrow pointing
141 to the chip. Each arrow has an associated number giving you the
150 chip. This will update the highlight rectangle and the arrow, as
165 color chips. The Selected chip shows you a larger version of the
167 specification. The Nearest chip shows you the closest color in
170 Selected chip color exactly matches the Nearest chip color, you
172 the Selected chip.
174 Clicking on the Nearest color chip selects that color. Color
182 Nearest chip. The other names are "aliases" and they are visible
259 than just clicking on a color chip in the main window. The row of
/third_party/mesa3d/src/amd/registers/
Dmakeregheader.py56 def get_chip_index(chip): argument
60 return next(idx for idx, obj in enumerate(CHIPS) if obj.name == chip)
67 oldest_chip_index = min([get_chip_index(chip) for chip in chips])
82 chipflags = [chip.name in chips for chip in CHIPS]
87 parentflags = [chip.name in parent for chip in CHIPS]
92 for idx, chip, flag in zip(itertools.count(), CHIPS, chipflags):
98 for idx, chip, flag in zip(itertools.count(), reversed(CHIPS), reversed(chipflags)):
106 for chip, flag in zip(CHIPS[prefix:suffix], chipflags[prefix:suffix]):
108 comment.append(chip.name)
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_r_instruments.txt29 than one R chip.
109 For instruments which are computed on the Bali R chip, one
110 response will be returned to the buffer per R chip. The number of
114 identifying which response came from which R chip is provided.
120 generate one response per R chip for each enabled R chip
122 glGetInstrumentSGIX. The values from each R chip do not
133 the R chips. The instrument response packets from a single R chip
137 assumptions may be made about which R chip generated which
140 Each R chip response from BALI_FRAGMENTS_GENERATED_INSTRUMENT_SGIX
DSGIX_bali_g_instruments.txt26 maintained on the Bali G chip. The behavior is similar to
91 Unlike the instruments computed on the Bali R chip, only one response is
92 returned to the buffer for the G chip since there is only one G chip. Each
94 only one response for the G chip for each enabled G chip instrument.
96 Each G chip response from BALI_NUM_TRIS_CULLED_INSTRUMENT,
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_r_instruments.txt29 than one R chip.
109 For instruments which are computed on the Bali R chip, one
110 response will be returned to the buffer per R chip. The number of
114 identifying which response came from which R chip is provided.
120 generate one response per R chip for each enabled R chip
122 glGetInstrumentSGIX. The values from each R chip do not
133 the R chips. The instrument response packets from a single R chip
137 assumptions may be made about which R chip generated which
140 Each R chip response from BALI_FRAGMENTS_GENERATED_INSTRUMENT_SGIX
DSGIX_bali_g_instruments.txt26 maintained on the Bali G chip. The behavior is similar to
91 Unlike the instruments computed on the Bali R chip, only one response is
92 returned to the buffer for the G chip since there is only one G chip. Each
94 only one response for the G chip for each enabled G chip instrument.
96 Each G chip response from BALI_NUM_TRIS_CULLED_INSTRUMENT,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetItinerary.td19 // available across all chip sets for the target. Eg., IntUnit, FPUnit, ...
20 // These may be independent values for each chip set or may be shared across
21 // all chip sets of the target. Each functional unit is treated as a resource
74 // instructions across chip sets. An instruction uses the same itinerary class
75 // across all chip sets. Thus a new chip set can be added without modifying
121 // classes for a given chip set.
/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() argument
137 return chip != GFX6 || use_format; in ac_has_vec3_support()
/third_party/mesa3d/src/amd/common/
Dsid_tables.py291 for chip in regmap.chips:
292 regmaps_by_chip[chip].append(regmap)
297 for chip in sorted(regmaps_by_chip.keys()):
298 regmaps = regmaps_by_chip[chip]
/third_party/curl/tests/data/
Dtest140144 …ser -H "X-Files: Mulder" -H "X-Men: cyclops, iceman" -A MyUA -b chocolate=chip --proto "=http,ftp,…
56 Cookie: chocolate=chip
94 curl_easy_setopt(hnd, CURLOPT_COOKIE, "chocolate=chip");
/third_party/libwebsockets/scripts/
Desp32.mk98 --chip esp32 \
105 --chip esp32 \
/third_party/mesa3d/src/freedreno/drm-shim/
DREADME.md9 By default, a630 is exposed. The chip can be selected an enviornment
/third_party/libdrm/nouveau/nvif/
Dcl0080.h36 char chip[16]; member
/third_party/mesa3d/src/amd/drm-shim/
DREADME.md9 By default, rv515 is exposed. The chip can be selected an enviornment
/third_party/libwebsockets/contrib/
Dcross-linkit.cmake72 …I${CROSS_BASE}/kernel/service/inc/ -I${CROSS_BASE}/driver/chip/inc -I${CROSS_BASE}/driver/chip/mt7…
/third_party/mesa3d/src/nouveau/drm-shim/
DREADME.md9 By default, GK110 is exposed. The chip can be selected with an environment

123456