/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 | 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...] |
/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 | 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
|
/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 | 252 ConversationCheckedSet batch, ControllableActivity activity, 256 mBatchConversations = batch; [all...] |
AbstractActivityController.java | [all...] |
/prebuilts/misc/common/ecj/ |
ecj.jar | |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
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/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 | |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar | |
/prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/ |
org.eclipse.jdt.core-3.9.1.v20130905-0837.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...] |