HomeSort by relevance Sort by last modified time
    Searched refs:batch (Results 151 - 175 of 189) sorted by null

1 2 3 4 5 67 8

  /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/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
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)) {
brw_fs.cpp     [all...]
brw_context.h 174 * Used for any batch entry with a relocated pointer that will be used
945 /* Offset in the batch to the CLIP state on pre-gen6. */
948 /* As of gen6, this is the offset in the batch to the CLIP VP,
973 /** offsets in the batch to sampler default colors (texture border color)
    [all...]
gen7_blorp.cpp 208 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64.cc 934 // can handle only four at a time. Batch them up accordingly.
935 CPURegister batch[4] = {NoReg, NoReg, NoReg, NoReg}; local
938 batch[batch_index++] = queued_[index++];
940 batch[0].IsSameSizeAndType(queued_[index]));
942 masm_->PushHelper(batch_index, batch[0].SizeInBytes(),
943 batch[0], batch[1], batch[2], batch[3]);
957 // can handle only four at a time. Batch them up accordingly
958 CPURegister batch[4] = {NoReg, NoReg, NoReg, NoReg}; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
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)) {
brw_fs.cpp     [all...]
brw_context.h 174 * Used for any batch entry with a relocated pointer that will be used
945 /* Offset in the batch to the CLIP state on pre-gen6. */
948 /* As of gen6, this is the offset in the batch to the CLIP VP,
973 /** offsets in the batch to sampler default colors (texture border color)
    [all...]
gen7_blorp.cpp 208 drm_intel_bo_emit_reloc(brw->intel.batch.bo,
  /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/mesa3d/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 762 next query. Entries is the batch of entries meeting the current
764 left on the server after this batch.
784 batch = new_changes[:self._BATCH_SIZE]
785 if not batch:
789 # Restrict batch to requested types. Tombstones are untyped
791 filtered = [copy.deepcopy(item) for item in batch
795 # batch, even if that item was filtered out.
796 return (batch[-1].version, filtered, len(new_changes) - len(batch))
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 82 * Time of first get query of the current batch. Items updated later than this
534 * Start batch updates.
543 * End batch updates. Notifies observers if all nested updates are finished.
596 * This method never removes the items from last batch.
778 // We batch metadata fetches into single API call.
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
intel_context.h 113 /** Batch associated with this sync object */
234 struct intel_batchbuffer batch; member in struct:intel_context
323 * This allows us to assert that no batch buffer is emitted if a
  /external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/
bwe_test_framework.h 202 // Called after each simulation batch to allow the processor to plot any
448 void QueuePackets(Packets* batch, int64_t end_of_batch_time_us);
  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_context.h 113 /** Batch associated with this sync object */
234 struct intel_batchbuffer batch; member in struct:intel_context
323 * This allows us to assert that no batch buffer is emitted if a
  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs.bat 3 :: Adapted from scripts found at http://www.ericphelps.com/batch/
  /external/chromium_org/third_party/jinja2/
filters.py 606 {%- for row in items|batch(3, ' ') %}
979 'batch': do_batch,
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /external/chromium_org/chrome/browser/sync/sessions/
sessions_sync_manager_unittest.cc 186 const std::vector<sync_pb::SessionSpecifics>& batch,
190 for (iter = batch.begin();
191 iter != batch.end(); ++iter) {
    [all...]
  /external/blktrace/doc/
blktrace.tex 473 -b \emph{batch} & --batch={batch} & Standard input read batching \\ \hline
    [all...]

Completed in 9026 milliseconds

1 2 3 4 5 67 8