Home
last modified time | relevance | path

Searched refs:chips (Results 1 – 25 of 110) sorted by relevance

12345

/third_party/mesa3d/src/amd/registers/
Dmakeregheader.py61 def get_disambiguation_suffix(chips): argument
66 oldest_chip_index = min([get_chip_index(chip) for chip in chips])
69 def get_chips_comment(chips, parent=None): argument
81 chipflags = [chip.name in chips for chip in CHIPS]
147 chips=set(regmap.chips),
155 if type_ref is not None and regtype_emit[key].isdisjoint(regmap.chips):
156 regtype_emit[key].update(regmap.chips)
166 chips=set(regmap.chips),
175 if enum_ref is not None and enum_emit[key].isdisjoint(regmap.chips):
176 enum_emit[key].update(regmap.chips)
[all …]
Dregdb.py239 chips = set(getattr(regmap, 'chips', ['undef']))
242 self.__chips.update(chips)
255 other.chips = sorted(list(chips.union(other_chips)))
270 type_ref != other_type_ref and chips.intersection(other_chips):
537 def chips(self): member in RegisterDatabase
544 def merge_chips(self, chips, newchip): argument
551 chips = set(chips)
560 if chips.isdisjoint(regmap.chips):
566 if chips.isdisjoint(other.chips):
662 regmap_accum.chips = [newchip]
[all …]
Dcanonicalize.py69 def json_canonicalize(filp, chips = None): argument
72 if chips is not None:
75 regmap.chips = [chips]
Dparseheader.py49 self.chips = ['gfx6', 'gfx7', 'gfx8', 'fiji', 'stoney', 'gfx9']
82 chips = ['gfx6', 'gfx7', 'gfx8', 'fiji', 'stoney', 'gfx9']
174 chips=self.chips,
/third_party/python/Tools/pynche/
DStripViewer.py207 chips = self.__chips = []
218 chips.append(color)
230 chipx = self.__arrow_x(len(chips) - 1)
295 chips = self.__chips = []
300 chips.append(rrggbb)
306 colors = SPACE.join(chips)
/third_party/openGLES/extensions/SGIX/
DSGIX_bali_r_instruments.txt27 maintained on the Bali R chips. The behavior is different from
111 R chips is queried using the enum BALI_R_CHIP_COUNT (see Chapter
112 6). From the point of view of this extension, the R chips are
116 R chips together (for example, by adding them) before using the
133 the R chips. The instrument response packets from a single R chip
135 the responses from different R chips for a single instrument may
/third_party/skia/third_party/externals/opengl-registry/extensions/SGIX/
DSGIX_bali_r_instruments.txt27 maintained on the Bali R chips. The behavior is different from
111 R chips is queried using the enum BALI_R_CHIP_COUNT (see Chapter
112 6). From the point of view of this extension, the R chips are
116 R chips together (for example, by adding them) before using the
133 the R chips. The instrument response packets from a single R chip
135 the responses from different R chips for a single instrument may
/third_party/flutter/flutter/packages/flutter/lib/src/material/
Dchip.dart59 /// chips contain related descriptive text or categories.
62 /// * <https://material.io/design/components/chips.html>
145 /// An interface for material design chips that can be deleted.
157 /// * <https://material.io/design/components/chips.html>
246 /// An interface for material design chips that can be selected.
258 /// chips contain related descriptive text or categories.
260 /// * <https://material.io/design/components/chips.html>
354 /// An interface for material design chips that can be enabled and disabled.
366 /// chips contain related descriptive text or categories.
368 /// * <https://material.io/design/components/chips.html>
[all …]
/third_party/mesa3d/docs/drivers/
Dpanfrost.rst21 Other Midgard and Bifrost chips (T604, T620, T830, T880, G71, G51, G76) may
26 Older Mali chips based on the Utgard architecture (Mali 400, Mali 450) are
/third_party/flutter/flutter/examples/flutter_gallery/lib/demo/material/
Dchip_demo.dart83 // Wraps a list of chips into a ListTile for display as a section in the demo.
205 final List<Widget> chips = _materials.map<Widget>((String name) {
287 _ChipsTile(label: 'Available Materials (Chip)', children: chips),
331 child: const Icon(Icons.refresh, semanticLabel: 'Reset chips'),
/third_party/flutter/flutter/examples/flutter_gallery/test/demo/material/
Dchip_demo_test.dart30 label: 'Reset chips',
/third_party/mesa3d/docs/
Ddevelopers.rst12 - DRI drivers for Intel i965, i945, i915 and other chips
/third_party/mesa3d/src/nouveau/drm-shim/
DREADME.md10 variable like `NOUVEAU_CHIPSET=f0`. Some chips of note with the appropriate
/third_party/skia/third_party/externals/opengl-registry/extensions/VIV/
DVIV_shader_binary.txt42 chips designed by Vivante Corporation.
/third_party/openGLES/extensions/VIV/
DVIV_shader_binary.txt42 chips designed by Vivante Corporation.
/third_party/mesa3d/docs/relnotes/
D19.2.1.rst124 - ac: fix num_good_cu_per_sh for harvested chips
126 - radeonsi/gfx10: fix corruption for chips with harvested TCCs
/third_party/skia/third_party/externals/opengl-registry/extensions/DMP/
DDMP_shader_binary.txt43 chips designed by Digital Media Professionals Inc.
/third_party/openGLES/extensions/FJ/
DFJ_shader_binary_GCCSO.txt40 chips designed by Fujitsu Semiconductor.
/third_party/skia/third_party/externals/opengl-registry/extensions/FJ/
DFJ_shader_binary_GCCSO.txt40 chips designed by Fujitsu Semiconductor.
/third_party/openGLES/extensions/DMP/
DDMP_shader_binary.txt43 chips designed by Digital Media Professionals Inc.
DDMP_program_binary.txt43 chips designed by Digital Media Professionals Inc.
/third_party/openGLES/extensions/IMG/
DIMG_shader_binary.txt45 chips designed by Imagination Technologies.
DIMG_program_binary.txt45 It enables retrieving and loading of pre-linked program objects on chips designed
/third_party/skia/third_party/externals/opengl-registry/extensions/IMG/
DIMG_shader_binary.txt45 chips designed by Imagination Technologies.
DIMG_program_binary.txt45 It enables retrieving and loading of pre-linked program objects on chips designed

12345