Searched refs:examined (Results 1 - 6 of 6) sorted by relevance

/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_state.c149 unsigned examined, prev; local
151 examined = 0;
169 * if (examined & generated)
173 if (check_state(examined, generated)) {
174 debug_printf("state atom %s generated state already examined\n",
180 accumulate_state(&examined, atoms[i]->dirty);
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_state_upload.c858 struct brw_state_flags examined, prev; local
859 memset(&examined, 0, sizeof(examined));
868 accumulate_state(&examined, &atom->dirty);
871 * if (examined & generated)
875 assert(!check_state(&examined, &generated));
/external/mesa3d/scripts/
H A Dget_reviewer.pl829 directory are examined as git recurses directories.
/external/curl/packages/vms/
H A Dconfig_h.com11 $! The CONFIGURE shell script will be examined for hints and a few symbols
/external/valgrind/helgrind/
H A Dlibhb_core.c826 UWord examined = 0; local
844 examined++;
913 stats__secmaps_scanGC, examined, ok_GCed,
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
H A DAntlr.Runtime.Tree.pas1030 /// The trees are examined in their entirety so that (A B) does not match

Completed in 235 milliseconds