/external/mesa3d/src/mesa/drivers/dri/i965/ |
brw_vtbl.c | 177 * to be in every batch. Otherwise we need to re-emit all the state that 186 /* Assume that the last command before the start of our batch was a 189 intel->batch.need_workaround_flush = true; 194 * the start of the batch, since the kernel will be resetting the offset to 204 * next batch.
|
brw_draw.c | 199 intel->batch.need_workaround_flush = true; 393 * a new batch buffer. 472 /* Flush the batch if it's approaching full, so that we don't wrap while 473 * we've got validated state that needs to be in the same batch as the 503 if (dri_bufmgr_check_aperture_space(&intel->batch.bo, 1)) {
|
/external/mesa3d/src/mesa/drivers/dri/intel/ |
intel_context.c | 438 * Unfortunately, we don't have a handle to the batch containing 440 * so we just us the first batch we emitted after the last swap. 532 if (intel->batch.used) 555 if (intel->batch.last_bo) 556 drm_intel_bo_wait_rendering(intel->batch.last_bo); 657 intel->maxBatchSize = sizeof(intel->batch.map);
|
intel_buffer_objects.c | 206 drm_intel_bo_references(intel->batch.bo, intel_obj->buffer); 256 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 328 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|
/external/openssl/apps/ |
CA.sh | 132 $CA -create_serial -out ${CATOP}/$CACERT $CADAYS -batch \
|
ca.c | 175 " -batch - Don't ask questions\n", 203 char *enddate, long days, int batch, char *ext_sect, CONF *conf, 210 char *startdate, char *enddate, long days, int batch, 225 int email_dn, char *startdate, char *enddate, long days, int batch, 296 int batch=0; local 454 else if (strcmp(*argv,"-batch") == 0) 455 batch=1; 1205 batch = 1; 1214 db,serial,subj,chtype,multirdn,email_dn,startdate,enddate,days,batch, [all...] |
/hardware/invensense/6515/libsensors_iio/ |
SensorBase.cpp | 203 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
|
/hardware/invensense/65xx/libsensors_iio/ |
SensorBase.cpp | 198 int SensorBase::batch(int handle, int flags, int64_t period_ns, int64_t timeout)
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
BluetoothOppTransfer.java | 108 BluetoothOppBatch batch, BluetoothOppObexSession session) { 111 mBatch = batch; 119 public BluetoothOppTransfer(Context context, PowerManager powerManager, BluetoothOppBatch batch) { 120 this(context, powerManager, batch, null); 146 * RFCOMM connect fail is for outbound share only! Mark batch 147 * failed, and all shares in batch failed 182 " from batch " + mBatch.mId); 186 if (V) Log.v(TAG, "Batch " + mBatch.mId + " is done"); 193 * Handle session completed status Set batch status to 197 if (V) Log.v(TAG, "receive MSG_SESSION_COMPLETE for batch " + mBatch.mId) [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/ |
intel_tris.c | 67 GLuint used = intel->batch.used - intel->prim.start_ptr; 76 intel->batch.map[intel->prim.start_ptr] = 82 intel->batch.used = intel->prim.start_ptr; 105 intel->prim.start_ptr = intel->batch.used; 138 ptr = intel->batch.map + intel->batch.used; 139 intel->batch.used += dwords; 210 /* Clear the current prims out of the context state so that a batch flush 225 aper_array[0] = intel->batch.bo; 232 /* Ensure that we don't start a new batch for the following emit, whic [all...] |
i915_vtbl.c | 313 if (intel->batch.bo == NULL) { 320 aper_array[aper_count++] = intel->batch.bo; 465 unwind = intel->batch.used; 477 memcmp(intel->batch.map + i915->last_sampler, 478 intel->batch.map + unwind, 480 intel->batch.used = unwind;
|
/external/chromium_org/tools/valgrind/ |
chrome_tests.bat | 6 :: TODO(timurrrr): batch files 'export' all the variables to the parent shell
|
/external/mesa3d/src/mesa/drivers/dri/i915/ |
intel_tris.c | 67 GLuint used = intel->batch.used - intel->prim.start_ptr; 76 intel->batch.map[intel->prim.start_ptr] = 82 intel->batch.used = intel->prim.start_ptr; 105 intel->prim.start_ptr = intel->batch.used; 138 ptr = intel->batch.map + intel->batch.used; 139 intel->batch.used += dwords; 210 /* Clear the current prims out of the context state so that a batch flush 225 aper_array[0] = intel->batch.bo; 232 /* Ensure that we don't start a new batch for the following emit, whic [all...] |
i915_vtbl.c | 313 if (intel->batch.bo == NULL) { 320 aper_array[aper_count++] = intel->batch.bo; 465 unwind = intel->batch.used; 477 memcmp(intel->batch.map + i915->last_sampler, 478 intel->batch.map + unwind, 480 intel->batch.used = unwind;
|
/external/openssl/crypto/threads/ |
netware.bat | 2 rem batch file to build multi-thread test ( mttest.nlm )
|
/frameworks/base/services/core/java/com/android/server/ |
AlarmManagerService.java | 185 final class Batch { 192 Batch() { 197 Batch(Alarm seed) { 217 // narrows the batch if necessary; presumes that canHold(alarm) is true 263 // commit the new batch bounds 293 // commit the new batch bounds 323 // commit the new batch bounds 356 b.append("Batch{"); b.append(Integer.toHexString(this.hashCode())); 368 static class BatchTimeOrder implements Comparator<Batch> { 369 public int compare(Batch b1, Batch b2) 509 Batch batch = oldSet.get(batchNum); local 765 Batch batch = new Batch(a); local 769 Batch batch = mAlarmBatches.get(whichBatch); local 1420 Batch batch = mAlarmBatches.get(0); local [all...] |
/external/chromium_org/native_client_sdk/src/tests/nacl_io_test/ |
filesystem_test.cc | 386 for (int batch = 0; batch < kSampleBatches; ++batch) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/ |
intel_buffer_objects.c | 206 drm_intel_bo_references(intel->batch.bo, intel_obj->buffer); 256 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 328 if (drm_intel_bo_references(intel->batch.bo, intel_obj->buffer)) { 430 * in rendering operations in other cache domains in this batch, emit a 446 * in rendering operations in other cache domains in this batch, emit a 690 * in rendering operations in other cache domains in this batch, emit a
|
/external/chromium_org/third_party/webrtc/modules/remote_bitrate_estimator/test/ |
bwe_test_framework.cc | 656 void PacedVideoSender::QueuePackets(Packets* batch, 658 queue_.merge(*batch); 670 batch->merge(to_transfer);
|
/external/chromium_org/chrome/browser/signin/ |
android_profile_oauth2_token_service.cc | 271 ScopedBacthChange batch(this); 424 ScopedBacthChange batch(this);
|
/external/chromium_org/third_party/libyuv/tools/valgrind-libyuv/ |
libyuv_tests.bat | 15 :: TODO(timurrrr): batch files 'export' all the variables to the parent shell
|
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/ |
brw_draw.c | 199 intel->batch.need_workaround_flush = true; 393 * a new batch buffer. 472 /* Flush the batch if it's approaching full, so that we don't wrap while 473 * we've got validated state that needs to be in the same batch as the 503 if (dri_bufmgr_check_aperture_space(&intel->batch.bo, 1)) {
|
/external/jsoncpp/ |
makerelease.py | 174 def run_sftp_batch( userhost, sftp, batch, retry=0 ): 175 path = write_tempfile( batch, suffix='.sftp', text=True ) 176 # psftp -agent -C blep,jsoncpp@web.sourceforge.net -batch -b batch.sftp -bc 177 cmd = [sftp, '-agent', '-C', '-batch', '-b', path, '-bc', userhost] 185 error = SFTPError( 'SFTP batch failed:\n' + stdout )
|
/external/llvm/tools/msbuild/ |
install.bat | 6 REM Change to the directory of this batch file.
|
uninstall.bat | 5 REM CD to the directory of this batch file.
|