HomeSort by relevance Sort by last modified time
    Searched refs:batch (Results 201 - 225 of 252) sorted by null

1 2 3 4 5 6 7 891011

  /hardware/ti/omap4-aah/kernel-headers-ti/linux/
bltsville.h 514 struct bvbatch *batch; member in struct:bvbltparams
  /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/third_party/mesa/src/src/mesa/drivers/dri/i965/
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/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/mesa3d/src/mesa/drivers/dri/i965/
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/sync/tools/testserver/
chromiumsync.py 756 next query. Entries is the batch of entries meeting the current
758 left on the server after this batch.
778 batch = new_changes[:self._BATCH_SIZE]
779 if not batch:
783 # Restrict batch to requested types. Tombstones are untyped
785 filtered = [copy.deepcopy(item) for item in batch
789 # batch, even if that item was filtered out.
790 return (batch[-1].version, filtered, len(new_changes) - len(batch))
    [all...]
  /hardware/ti/omap4-aah/hwc/
rgz_2d.c 1444 struct bvbatch *batch = NULL; local
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
metadata_cache.js 83 * Time of first get query of the current batch. Items updated later than this
515 * Start batch updates.
524 * End batch updates. Notifies observers if all nested updates are finished.
577 * This method never removes the items from last batch.
760 // 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/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
  /hardware/invensense/6515/libsensors_iio/
MPLSensor.h 105 #define INV_DMP_BATCH_MODE 0x200 //batch mode
185 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
  /hardware/invensense/65xx/libsensors_iio/
MPLSensor.h 203 virtual int batch(int handle, int flags, int64_t period_ns, int64_t timeout);
  /external/owasp/sanitizer/tools/findbugs/bin/
findbugs.bat 3 :: Adapted from scripts found at http://www.ericphelps.com/batch/
  /frameworks/compile/mclinker/lib/Script/
ScriptScanner.ll 28 %option batch
  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
AnimatedAdapter.java 249 ConversationSelectionSet batch, ControllableActivity activity,
253 mBatchConversations = batch;
    [all...]
AbstractActivityController.java     [all...]
  /prebuilts/misc/common/ecj/
ecj.jar 
  /external/chromium_org/third_party/jinja2/
filters.py 606 {%- for row in items|batch(3, ' ') %}
979 'batch': do_batch,
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 

Completed in 869 milliseconds

1 2 3 4 5 6 7 891011