HomeSort by relevance Sort by last modified time
    Searched refs:transfer (Results 276 - 300 of 351) sorted by null

<<1112131415

  /external/oprofile/events/x86-64/family11h/
events 88 event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_RESYNCS : Retired branches resyncs (only non-control transfer branches)
107 event:0xda counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FAR_TRANSFER_OR_RESYNC : Dispatch stall for far transfer or resync to retire
  /external/oprofile/events/x86-64/hammer/
events 83 event:0xc7 counters:0,1,2,3 um:zero minimum:500 name:RETIRED_BRANCH_RESYNCS : Retired branches resyncs (only non-control transfer branches)
102 event:0xda counters:0,1,2,3 um:zero minimum:500 name:DISPATCH_STALL_FOR_FAR_TRANSFER_OR_RESYNC : Dispatch stall for far transfer or resync to retire
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
nv30_transfer.c 40 /* Various helper functions to transfer different types of data in a number
120 struct pipe_transfer *transfer; local
122 PIPE_TRANSFER_WRITE, &transfer);
132 pipe_buffer_unmap(pipe, transfer);
161 /* various switches depending on cpp of the transfer */
477 /* The NOP+OFFSET_OUT stuff after each M2MF transfer *is* actually required
479 * attempting to do conditional rendering that has a M2MF transfer done
  /external/mesa3d/src/gallium/drivers/nv30/
nv30_transfer.c 40 /* Various helper functions to transfer different types of data in a number
120 struct pipe_transfer *transfer; local
122 PIPE_TRANSFER_WRITE, &transfer);
132 pipe_buffer_unmap(pipe, transfer);
161 /* various switches depending on cpp of the transfer */
477 /* The NOP+OFFSET_OUT stuff after each M2MF transfer *is* actually required
479 * attempting to do conditional rendering that has a M2MF transfer done
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1509 struct pipe_transfer* transfer = pipe->get_transfer(pipe, resource->resource, level, usage, &box); local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1509 struct pipe_transfer* transfer = pipe->get_transfer(pipe, resource->resource, level, usage, &box); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 190 *rowStrideOut = stImage->transfer->stride;
707 * Do a CopyTexSubImage operation using a read transfer from the source,
708 * a write transfer to the destination and get_tile()/put_tile() to access
780 pipe_put_tile_z(pipe, stImage->transfer, 0, row, width, 1, data);
796 const GLint dstRowStride = stImage->transfer->stride;
813 * Note that this does some special things such as pixel transfer
959 depth/stencil samples per pixel? Need some transfer clarifications. */
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 190 *rowStrideOut = stImage->transfer->stride;
707 * Do a CopyTexSubImage operation using a read transfer from the source,
708 * a write transfer to the destination and get_tile()/put_tile() to access
780 pipe_put_tile_z(pipe, stImage->transfer, 0, row, width, 1, data);
796 const GLint dstRowStride = stImage->transfer->stride;
813 * Note that this does some special things such as pixel transfer
959 depth/stencil samples per pixel? Need some transfer clarifications. */
    [all...]
  /external/valgrind/main/coregrind/m_gdbserver/
target.c 591 void VG_(transfer) (void *valgrind, function
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV5E/
Norm_Corr_opt.s 61 @transfer Convolve function
  /frameworks/av/media/libstagefright/codecs/amrwbenc/src/asm/ARMV7/
Norm_Corr_neon.s 61 @transfer Convolve function
  /packages/apps/Nfc/src/com/android/nfc/handover/
HandoverTransfer.java 54 * Hence, a transfer has a notion of being "alive": if
55 * the last update to a transfer was within WAIT_FOR_NEXT_TRANSFER_MS
56 * milliseconds, we consider a new file transfer from the
57 * same source address as part of the same transfer.
65 void onTransferComplete(HandoverTransfer transfer, boolean success);
72 // In the states below we still accept new file transfer
87 // to still consider this transfer to be "alive" (ie
91 // The amount of time to wait for a new transfer
97 final boolean mIncoming; // whether this is an incoming transfer
98 final int mTransferId; // Unique ID of this transfer used for notification
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Deque.h 404 T oldFirst = Pass::transfer(first());
406 return Pass::transfer(oldFirst);
  /external/sepolicy/
access_vectors 873 transfer
  /external/smack/src/org/jivesoftware/smackx/workgroup/agent/
AgentSession.java 1087 final RoomTransfer transfer = new RoomTransfer(type, invitee, sessionID, reason); local
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
stl_list.h 80 transfer(_List_node_base * const __first,
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_copy_manager.js 208 * 2) File transfer between local and Drive server.
209 * There are two directions of file transfer; from local to Drive and from
211 * The file transfer from local to Drive is done as a part of file system
228 * invoked during file transfer with the source and the number of
273 // Subscribe to listen file transfer updating notifications.
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/include/
svga3d_reg.h 1366 SVGA3dTransferType transfer; member in struct:__anon14735
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/include/
svga3d_reg.h 1366 SVGA3dTransferType transfer; member in struct:__anon25077
    [all...]
  /libcore/luni/src/main/java/java/util/concurrent/
LinkedTransferQueue.java 75 * block. Dual Transfer Queues support all of these modes, as
247 * of offer, put, poll, take, or transfer (each possibly with
557 private static final int SYNC = 2; // for transfer, take
1077 public void transfer(E e) throws InterruptedException { method in class:LinkedTransferQueue
    [all...]
  /dalvik/vm/compiler/template/out/
CompilerTemplateAsm-armv5te.S 293 * Thumb code through the link register to transfer control to the callee
348 * Thumb code through the link register to transfer control to the callee
436 @ go ahead and transfer control to the native code
    [all...]
CompilerTemplateAsm-armv7-a-neon.S 293 * Thumb code through the link register to transfer control to the callee
348 * Thumb code through the link register to transfer control to the callee
436 @ go ahead and transfer control to the native code
    [all...]
CompilerTemplateAsm-armv7-a.S 293 * Thumb code through the link register to transfer control to the callee
348 * Thumb code through the link register to transfer control to the callee
436 @ go ahead and transfer control to the native code
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]
  /external/mesa3d/src/gallium/drivers/svga/svgadump/
svga_dump.c     [all...]

Completed in 1097 milliseconds

<<1112131415