/external/mesa3d/src/gallium/drivers/svga/ |
D | svga_state.c | 127 const struct svga_tracked_state *atoms[], in update_state() argument 152 for (i = 0; atoms[i] != NULL; i++) { in update_state() 155 assert(atoms[i]->dirty); in update_state() 156 assert(atoms[i]->update); in update_state() 158 if (check_state(*state, atoms[i]->dirty)) { in update_state() 160 debug_printf("update: %s\n", atoms[i]->name); in update_state() 161 ret = atoms[i]->update( svga, *state ); in update_state() 173 atoms[i]->name); in update_state() 178 accumulate_state(&examined, atoms[i]->dirty); in update_state() 182 for (i = 0; atoms[i] != NULL; i++) { in update_state() [all …]
|
/external/mesa3d/src/intel/compiler/ |
D | brw_fs_bank_conflicts.cpp | 369 atoms(new unsigned[n + num_terminator_atoms]) in partitioning() 373 atoms[i] = i; in partitioning() 380 atoms(new unsigned[p.max_reg + num_terminator_atoms]) in partitioning() 384 memcpy(atoms, p.atoms, in partitioning() 391 delete[] atoms; in ~partitioning() 399 SWAP(atoms, p.atoms); in operator =() 410 unsigned r = atoms[reg]; in require_contiguous() 417 if (offsets[atoms[reg1]] < reg + n) { in require_contiguous() 418 atoms[reg1] = r; in require_contiguous() 420 if (offsets[atoms[reg1 - 1]] != offsets[atoms[reg1]]) in require_contiguous() [all …]
|
/external/minijail/tools/ |
D | generate_seccomp_policy.py | 73 atoms = [] 84 atoms.extend(['arg2 in ~PROT_EXEC', 'arg2 in ~PROT_WRITE']) 86 atoms.extend('arg%d == %s' % (arg_index, arg_value) 88 return ' || '.join(atoms)
|
D | parser.py | 332 atoms = [] 334 atoms.append(self._parse_atom(tokens)) 340 return atoms
|
/external/mesa3d/src/gallium/drivers/i915/ |
D | i915_state_immediate.c | 215 static const struct i915_tracked_state *atoms[] = { variable 227 for (i = 0; i < ARRAY_SIZE(atoms); i++) in update_immediate() 228 if (i915->dirty & atoms[i]->dirty) in update_immediate() 229 atoms[i]->update(i915); in update_immediate()
|
D | i915_state_dynamic.c | 293 static const struct i915_tracked_state *atoms[] = { variable 311 for (i = 0; i < ARRAY_SIZE(atoms); i++) in update_dynamic() 312 if (i915->dirty & atoms[i]->dirty) in update_dynamic() 313 atoms[i]->update(i915); in update_dynamic()
|
D | i915_state_derived.c | 199 static struct i915_tracked_state *atoms[] = { variable 236 for (i = 0; atoms[i]; i++) in i915_update_derived() 237 if (atoms[i]->dirty & i915->dirty) in i915_update_derived() 238 atoms[i]->update(i915); in i915_update_derived()
|
/external/antlr/tool/src/main/java/org/antlr/analysis/ |
D | DFA.java | 564 int[] atoms = labels.toArray(); 565 for (int a = 0; a < atoms.length; a++) { 567 if ( atoms[a]>=Label.MIN_CHAR_VALUE ) { 568 int labelIndex = atoms[a]-smin; // offset from 0 608 int[] atoms = labels.toArray(); 609 for (int a = 0; a < atoms.length; a++) { 610 if ( atoms[a]==Label.EOT ) { 614 else if ( atoms[a]==Label.EOF ) {
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/llvm-dwarfdump/X86/ |
D | apple_names_verify_num_atoms.s | 6 # CHECK-NEXT: error: No atoms: failed to read HashData. 36 .long 0 ## HeaderData Atom Count -- error: no atoms; failed to read HashData.
|
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | brw_state_upload.c | 139 const struct brw_tracked_state **atoms, in brw_copy_pipeline_atoms() argument 149 context_atoms[i] = *atoms[i]; in brw_copy_pipeline_atoms() 541 const struct brw_tracked_state *atoms = in brw_upload_pipeline_state() local 555 const struct brw_tracked_state *atom = &atoms[i]; in brw_upload_pipeline_state() 573 const struct brw_tracked_state *atom = &atoms[i]; in brw_upload_pipeline_state()
|
D | brw_state.h | 326 const struct brw_tracked_state **atoms,
|
/external/swiftshader/third_party/PowerVR_SDK/Shell/OS/LinuxX11/ |
D | PVRShellOS.cpp | 262 char* atoms; in OsRenderComplete() local 273 atoms = XGetAtomName(m_X11Display, event.xclient.message_type); in OsRenderComplete() 274 if (*atoms == *"WM_PROTOCOLS") in OsRenderComplete() 278 XFree(atoms); in OsRenderComplete()
|
/external/deqp-deps/glslang/Test/baseResults/ |
D | spv.atomic.comp.out | 16 Name 12 "atoms(" 101 12(atoms(): 2 Function None 3
|
/external/libtextclassifier/annotator/duration/ |
D | duration.cc | 200 const std::vector<ParsedDurationAtom>& atoms) const { in ParsedDurationAtomsToMillis() 202 for (auto atom : atoms) { in ParsedDurationAtomsToMillis()
|
D | duration.h | 116 const std::vector<ParsedDurationAtom>& atoms) const;
|
/external/libxml2/ |
D | xmlregexp.c | 257 xmlRegAtomPtr *atoms; member 277 xmlRegAtomPtr *atoms; member 443 ret->atoms = ctxt->atoms; in xmlRegEpxFromParse() 455 (ret->atoms != NULL) && in xmlRegEpxFromParse() 456 (ret->atoms[0] != NULL) && in xmlRegEpxFromParse() 457 (ret->atoms[0]->type == XML_REGEXP_STRING)) { in xmlRegEpxFromParse() 507 if ((ret->atoms[i]->type == XML_REGEXP_STRING) && in xmlRegEpxFromParse() 508 (ret->atoms[i]->quant == XML_REGEXP_QUANT_ONCE)) { in xmlRegEpxFromParse() 509 value = ret->atoms[i]->valuep; in xmlRegEpxFromParse() 649 if (ret->atoms != NULL) { in xmlRegEpxFromParse() [all …]
|
/external/deqp-deps/glslang/Test/ |
D | spv.atomic.comp | 37 void atoms()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/tools/dsymutil/X86/ |
D | basic-lto-linking-x86.test | 211 CHECK-NEXT: Number of atoms: 1 304 CHECK-NEXT: Number of atoms: 4 360 CHECK-NEXT: Number of atoms: 1 381 CHECK-NEXT: Number of atoms: 1
|
D | objc.test | 23 CHECK-NEXT: Number of atoms: 1
|
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestPluralRuleGeneration.java | 53 Set<String> atoms = new TreeSet(); in TestAtoms() local
|
/external/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_state.c | 42 atom->id = list_elem - sctx->atoms.array; in si_init_external_atom() 52 atom->id = list_elem - sctx->atoms.array; in si_init_atom() 4529 si_init_external_atom(sctx, &sctx->b.render_cond_atom, &sctx->atoms.s.render_cond); in si_init_state_functions() 4530 si_init_external_atom(sctx, &sctx->streamout.begin_atom, &sctx->atoms.s.streamout_begin); in si_init_state_functions() 4531 si_init_external_atom(sctx, &sctx->streamout.enable_atom, &sctx->atoms.s.streamout_enable); in si_init_state_functions() 4532 si_init_external_atom(sctx, &sctx->scissors.atom, &sctx->atoms.s.scissors); in si_init_state_functions() 4533 si_init_external_atom(sctx, &sctx->viewports.atom, &sctx->atoms.s.viewports); in si_init_state_functions() 4535 si_init_atom(sctx, &sctx->framebuffer.atom, &sctx->atoms.s.framebuffer, si_emit_framebuffer_state); in si_init_state_functions() 4536 …si_init_atom(sctx, &sctx->msaa_sample_locs.atom, &sctx->atoms.s.msaa_sample_locs, si_emit_msaa_sam… in si_init_state_functions() 4537 …si_init_atom(sctx, &sctx->db_render_state, &sctx->atoms.s.db_render_state, si_emit_db_render_state… in si_init_state_functions() [all …]
|
D | si_compute.c | 850 if (si_is_atom_dirty(sctx, sctx->atoms.s.render_cond)) { in si_launch_grid() 851 sctx->atoms.s.render_cond->emit(&sctx->b, in si_launch_grid() 852 sctx->atoms.s.render_cond); in si_launch_grid() 853 si_set_atom_dirty(sctx, sctx->atoms.s.render_cond, false); in si_launch_grid()
|
/external/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 28 CHECK: Number of atoms = 1
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/ |
D | dwarfdump-accel.test | 29 CHECK: Number of atoms: 1
|
/external/libusb/libusb/os/ |
D | linux_usbfs.c | 348 int atoms, kmajor, kminor, ksublevel; in kernel_version_ge() local 352 atoms = sscanf(uts.release, "%d.%d.%d", &kmajor, &kminor, &ksublevel); in kernel_version_ge() 353 if (atoms < 1) in kernel_version_ge() 362 if (atoms < 2) in kernel_version_ge() 370 if (atoms < 3) in kernel_version_ge()
|