HomeSort by relevance Sort by last modified time
    Searched refs:batch (Results 176 - 200 of 233) sorted by null

1 2 3 4 5 6 78 910

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
gen7_sol_state.c 248 intel->batch.needs_sol_reset = true;
253 * MMIO register updates (current performed by the kernel at each batch
276 * we only get to do it once per batchbuffer, flush the batch after feedback
brw_wm_surface_state.c     [all...]
brw_context.c 380 intel->batch.need_workaround_flush = true;
brw_vec4_emit.cpp 1057 start_busy = (intel->batch.last_bo &&
1058 drm_intel_bo_busy(intel->batch.last_bo));
1077 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
  /external/mesa3d/src/gallium/drivers/i915/
i915_context.h 261 struct i915_winsys_batchbuffer *batch; member in struct:i915_context
i915_debug.c 900 i915_dump_batchbuffer( struct i915_winsys_batchbuffer *batch )
903 unsigned *start = (unsigned*)batch->map;
904 unsigned *end = (unsigned*)batch->ptr;
929 debug_printf( "END-BATCH\n\n\n");
  /external/mesa3d/src/mesa/drivers/dri/i965/
gen7_sol_state.c 248 intel->batch.needs_sol_reset = true;
253 * MMIO register updates (current performed by the kernel at each batch
276 * we only get to do it once per batchbuffer, flush the batch after feedback
brw_wm_surface_state.c     [all...]
brw_context.c 380 intel->batch.need_workaround_flush = true;
brw_vec4_emit.cpp 1057 start_busy = (intel->batch.last_bo &&
1058 drm_intel_bo_busy(intel->batch.last_bo));
1077 if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
  /external/openssh/regress/
Makefile 43 sftp-batch \
  /external/bison/djgpp/
djunpack.bat 6 Rem This batch file unpacks the Bison distribution while simultaneously
  /external/chromium_org/chrome_frame/test/
poor_mans_trybot.bat 12 REM batch file on a VM or a separate machine, that has a drive mapped
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 192 leveldb_writebatch_t* batch,
194 SaveError(errptr, db->rep->Write(options->rep, &batch->rep));
  /external/chromium_org/v8/test/webkit/
instance-of-immediates.js 30 // Run a batch of tests; call'testInstanceOf' three times, passing 1, {}, and the object 'obj', which is an instance of Constructor.
  /external/grub/util/
mkbimage 386 ${GRUB_PATH}grub --device-map=$device_map --batch<<EOT
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/bin/
i686-linux-gccbug 159 BATCH=
178 -b | --batch) BATCH=true ;;
475 [ $CNT -lt 6 -a -z "$BATCH" ] &&
479 if [ -z "$BATCH" ]; then
491 if [ -z "$BATCH" ]; then
552 if [ -z "$BATCH" ]; then
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Geometry.java 306 * Batch this geometry, should only be called by the BatchNode.
310 protected void batch(BatchNode node, int startIndex) { method in class:Geometry
  /external/jmonkeyengine/engine/src/test/jme3test/batching/
TestBatchNodeCluster.java 109 batchNode.batch();
TestBatchNodeTower.java 91 BatchNode batchNode = new BatchNode("batch Node");
125 batchNode.batch();
  /external/kernel-headers/original/linux/
mmzone.h 73 int batch; /* chunk size for buddy add/remove */ member in struct:per_cpu_pages
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 202 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_debug.c 900 i915_dump_batchbuffer( struct i915_winsys_batchbuffer *batch )
903 unsigned *start = (unsigned*)batch->map;
904 unsigned *end = (unsigned*)batch->ptr;
929 debug_printf( "END-BATCH\n\n\n");
  /external/chromium_org/sync/tools/testserver/
chromiumsync.py 743 next query. Entries is the batch of entries meeting the current
745 left on the server after this batch.
765 batch = new_changes[:self._BATCH_SIZE]
766 if not batch:
770 # Restrict batch to requested types. Tombstones are untyped
772 filtered = [copy.deepcopy(item) for item in batch
776 # batch, even if that item was filtered out.
777 return (batch[-1].version, filtered, len(new_changes) - len(batch))
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/metadata/
metadata_cache.js 82 * Time of first get query of the current batch. Items updated later than this
470 * Start batch updates.
479 * End batch updates. Notifies observers if all nested updates are finished.
530 * This method never removes the items from last batch.
701 // We batch metadata fetches into single API call.

Completed in 371 milliseconds

1 2 3 4 5 6 78 910