HomeSort by relevance Sort by last modified time
    Searched defs:atoms (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/gallium/drivers/i915/
i915_state_derived.c 199 static struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
236 for (i = 0; atoms[i]; i++)
237 if (atoms[i]->dirty & i915->dirty)
238 atoms[i]->update(i915);
i915_state_immediate.c 215 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
227 for (i = 0; i < ARRAY_SIZE(atoms); i++)
228 if (i915->dirty & atoms[i]->dirty)
229 atoms[i]->update(i915);
235 ~0 /* all state atoms, because we do internal checking */
i915_state_dynamic.c 293 static const struct i915_tracked_state *atoms[] = { variable in typeref:struct:i915_tracked_state
311 for (i = 0; i < ARRAY_SIZE(atoms); i++)
312 if (i915->dirty & atoms[i]->dirty)
313 atoms[i]->update(i915);
319 ~0 /* all state atoms, because we do internal checking */
  /external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
TestPluralRuleGeneration.java 53 Set<String> atoms = new TreeSet(); local
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 54 * right away rather than doing it via state atoms. This saves a small
139 const struct brw_tracked_state **atoms,
142 /* This is to work around brw_context::atoms being declared const. We want
149 context_atoms[i] = *atoms[i];
541 const struct brw_tracked_state *atoms = local
548 * state atoms are ordered correctly in the list.
555 const struct brw_tracked_state *atom = &atoms[i];
573 const struct brw_tracked_state *atom = &atoms[i];
  /external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/
PVRShellOS.cpp 262 char* atoms; local
273 atoms = XGetAtomName(m_X11Display, event.xclient.message_type);
274 if (*atoms == *"WM_PROTOCOLS")
278 XFree(atoms);
  /cts/hostsidetests/statsd/src/android/cts/statsd/atom/
UidAtomTests.java 69 * Statsd atom tests that are done via app, for atoms that report a uid.
1112 List<Atom> atoms = getGaugeMetricDataList(); local
1150 List<Atom> atoms = getGaugeMetricDataList(); local
1188 List<Atom> atoms = getGaugeMetricDataList(); local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 348 int atoms, kmajor, kminor, ksublevel; local
352 atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel);
353 if (atoms < 1)
362 if (atoms < 2)
370 if (atoms < 3)
    [all...]
  /device/generic/goldfish-opengl/system/vulkan_enc/
ResourceTracker.cpp 509 VkDeviceSize atoms = local
511 return atoms * nonCoherentAtomSize;
    [all...]
  /external/libaom/libaom/third_party/libwebm/mkvparser/
mkvparser.cc 3408 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /external/libvpx/libvpx/third_party/libwebm/mkvparser/
mkvparser.cc 3408 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /external/libvpx/libwebm/mkvparser/
mkvparser.cc 3408 Atom* const atoms = new (std::nothrow) Atom[size]; local
    [all...]
  /external/libxml2/
xmlregexp.c 257 xmlRegAtomPtr *atoms; member in struct:_xmlAutomata
277 xmlRegAtomPtr *atoms; member in struct:_xmlRegexp
443 ret->atoms = ctxt->atoms;
455 (ret->atoms != NULL) &&
456 (ret->atoms[0] != NULL) &&
457 (ret->atoms[0]->type == XML_REGEXP_STRING)) {
469 * 2/ counting the unique number of atoms, and check that
507 if ((ret->atoms[i]->type == XML_REGEXP_STRING) &&
508 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE))
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
r600_pipe.h 506 struct r600_atom *atoms[R600_NUM_ATOMS]; member in struct:r600_context
    [all...]
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_pipe.h 450 /* Atoms (direct states). */
451 union si_state_atoms atoms; member in struct:si_context

Completed in 701 milliseconds