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

1 2 34 5 6 7 8 91011>>

  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_texture.c 55 SVGA3dTransferType transfer,
81 transfer == SVGA3D_WRITE_HOST_VRAM ? "to" : "from",
93 ret = SVGA3D_SurfaceDMA(svga->swc, st, transfer, &box, 1, flags);
96 ret = SVGA3D_SurfaceDMA(svga->swc, st, transfer, &box, 1, flags);
105 SVGA3dTransferType transfer,
113 if (transfer == SVGA3D_READ_HOST_VRAM) {
114 SVGA_DBG(DEBUG_PERF, "%s: readback transfer\n", __FUNCTION__);
123 /* Do the DMA transfer in a single go */
125 svga_transfer_dma_band(svga, st, transfer,
129 if(transfer == SVGA3D_READ_HOST_VRAM)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/xa/
xa_context.c 93 struct pipe_transfer *transfer; local
106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
109 if (!transfer)
112 map = pipe_transfer_map(ctx->pipe, transfer);
117 util_copy_rect(map, srf->tex->format, transfer->stride,
121 boxes->x1, boxes->y1, w, h, map, transfer->stride, 0,
124 pipe->transfer_unmap(pipe, transfer);
125 pipe->transfer_destroy(pipe, transfer);
131 pipe->transfer_destroy(pipe, transfer);
146 if (srf->transfer)
    [all...]
  /external/mesa3d/src/gallium/state_trackers/xa/
xa_context.c 93 struct pipe_transfer *transfer; local
106 transfer = pipe_get_transfer(pipe, srf->tex, 0, 0,
109 if (!transfer)
112 map = pipe_transfer_map(ctx->pipe, transfer);
117 util_copy_rect(map, srf->tex->format, transfer->stride,
121 boxes->x1, boxes->y1, w, h, map, transfer->stride, 0,
124 pipe->transfer_unmap(pipe, transfer);
125 pipe->transfer_destroy(pipe, transfer);
131 pipe->transfer_destroy(pipe, transfer);
146 if (srf->transfer)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/r600/
evergreen_compute.c 804 struct pipe_transfer* transfer)
806 assert(transfer->resource->target == PIPE_BUFFER);
807 assert(transfer->resource->bind & PIPE_BIND_GLOBAL);
808 assert(transfer->box.x >= 0);
809 assert(transfer->box.y == 0);
810 assert(transfer->box.z == 0);
814 (struct r600_resource_global*)transfer->resource;
820 ctx->cs, transfer->usage))) {
825 return ((char*)(map + buffer->chunk->start_in_dw)) + transfer->box.x;
830 struct pipe_transfer* transfer)
856 struct pipe_transfer *transfer = util_slab_alloc(&rctx->pool_transfers); local
    [all...]
  /external/mesa3d/src/gallium/drivers/r600/
evergreen_compute.c 804 struct pipe_transfer* transfer)
806 assert(transfer->resource->target == PIPE_BUFFER);
807 assert(transfer->resource->bind & PIPE_BIND_GLOBAL);
808 assert(transfer->box.x >= 0);
809 assert(transfer->box.y == 0);
810 assert(transfer->box.z == 0);
814 (struct r600_resource_global*)transfer->resource;
820 ctx->cs, transfer->usage))) {
825 return ((char*)(map + buffer->chunk->start_in_dw)) + transfer->box.x;
830 struct pipe_transfer* transfer)
856 struct pipe_transfer *transfer = util_slab_alloc(&rctx->pool_transfers); local
    [all...]
  /external/libusb/libusb/os/
linux_usbfs.c 76 * allows us to mark URBs as being part of a specific logical transfer when
78 * cancellation, all URBs within that transfer will be cancelled with the
82 * The BULK_CONTINUATION flag must be set on all URBs within a bulk transfer
86 * (where an OUT transfer does not complete, the rest of the URBs in the
87 * transfer get cancelled) is already in effect, and setting this flag is
122 /* completed multi-URB transfer in non-final URB */
136 /* next iso packet in user-supplied transfer to be populated */
1338 struct libusb_transfer *transfer = local
1453 struct libusb_transfer *transfer = local
1611 struct libusb_transfer *transfer = local
1653 struct libusb_transfer *transfer = local
1675 struct libusb_transfer *transfer = local
1703 struct libusb_transfer *transfer = local
1725 struct libusb_transfer *transfer = local
1746 struct libusb_transfer *transfer = local
1766 struct libusb_transfer *transfer = local
1821 struct libusb_transfer *transfer = local
1887 struct libusb_transfer *transfer = local
1927 struct libusb_transfer *transfer = local
2066 struct libusb_transfer *transfer; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/galahad/
glhd_objects.h 70 struct pipe_transfer *transfer; member in struct:galahad_transfer
140 return galahad_transfer(_transfer)->transfer;
172 struct pipe_transfer *transfer);
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/identity/
id_objects.h 68 struct pipe_transfer *transfer; member in struct:identity_transfer
138 return identity_transfer(_transfer)->transfer;
170 struct pipe_transfer *transfer);
  /external/libusb/libusb/
libusbi.h 137 #define TRANSFER_CTX(transfer) (HANDLE_CTX((transfer)->dev_handle))
138 #define ITRANSFER_CTX(transfer) \
139 (TRANSFER_CTX(__USBI_TRANSFER_TO_LIBUSB_TRANSFER(transfer)))
159 /* this is a list of in-flight transfer handles, sorted by timeout
238 /* in-memory transfer layout:
247 * determine the size of the transfer and hence the start and length of the
262 * cancelling the transfer from another thread while you are processing
268 #define __USBI_TRANSFER_TO_LIBUSB_TRANSFER(transfer) \
269 ((struct libusb_transfer *)(((void *)(transfer)) \
    [all...]
  /external/mesa3d/src/gallium/drivers/galahad/
glhd_objects.h 70 struct pipe_transfer *transfer; member in struct:galahad_transfer
140 return galahad_transfer(_transfer)->transfer;
172 struct pipe_transfer *transfer);
  /external/mesa3d/src/gallium/drivers/identity/
id_objects.h 68 struct pipe_transfer *transfer; member in struct:identity_transfer
138 return identity_transfer(_transfer)->transfer;
170 struct pipe_transfer *transfer);
  /external/chromium_org/third_party/WebKit/Source/wtf/
ArrayBufferContents.h 63 void transfer(ArrayBufferContents& other);
ArrayBuffer.cpp 37 bool ArrayBuffer::transfer(ArrayBufferContents& result, Vector<RefPtr<ArrayBufferView> >& neuteredViews) function in class:WTF::ArrayBuffer
53 m_contents.transfer(result);
  /external/chromium_org/third_party/libusb/src/libusb/os/
linux_usbfs.c 84 * allows us to mark URBs as being part of a specific logical transfer when
86 * URBs within that transfer will be cancelled and no more URBs will be
87 * accepted for the transfer, meaning that no more data can creep in.
89 * The BULK_CONTINUATION flag must be set on all URBs within a bulk transfer
157 /* completed multi-URB transfer in non-final URB */
175 /* next iso packet in user-supplied transfer to be populated */
1611 struct libusb_transfer *transfer = local
1662 struct libusb_transfer *transfer = local
1827 struct libusb_transfer *transfer = local
1982 struct libusb_transfer *transfer = local
2024 struct libusb_transfer *transfer = local
2046 struct libusb_transfer *transfer = local
2073 struct libusb_transfer *transfer = local
2104 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); local
2239 struct libusb_transfer *transfer = local
2425 struct libusb_transfer *transfer; local
    [all...]
wince_usb.c 592 // No need to cancel transfer as it is either complete or abandoned
601 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); local
602 struct wince_device_priv *priv = _device_priv(transfer->dev_handle->dev);
613 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); local
614 struct libusb_context *ctx = DEVICE_CTX(transfer->dev_handle->dev);
616 struct wince_device_priv *priv = _device_priv(transfer->dev_handle->dev);
622 const BOOL control_transfer = transfer->type == LIBUSB_TRANSFER_TYPE_CONTROL;
626 setup = (PUKW_CONTROL_HEADER) transfer->buffer;
629 direction_in = transfer->endpoint & LIBUSB_ENDPOINT_IN;
636 usbi_err(ctx, "Failed to create event for async transfer");
678 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); local
695 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); local
790 struct libusb_transfer *transfer = USBI_TRANSFER_TO_LIBUSB_TRANSFER(itransfer); local
811 struct usbi_transfer *transfer; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/i915/
i915_resource_texture.c 723 struct i915_transfer *transfer = util_slab_alloc(&i915->texture_transfer_pool); local
726 if (transfer == NULL)
729 transfer->b.resource = resource;
730 transfer->b.level = level;
731 transfer->b.usage = usage;
732 transfer->b.box = *box;
733 transfer->b.stride = tex->stride;
734 transfer->staging_texture = NULL;
736 transfer->b.layer_stride = 0;
737 transfer->b.data = NULL
845 struct pipe_transfer *transfer = NULL; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 38 } transfer; member in struct:nouveau_teximage
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_fbo.h 53 struct pipe_transfer *transfer; /**< only used when mapping the resource */ member in struct:st_renderbuffer
  /external/guava/guava/src/com/google/common/io/
FileBackedOutputStream.java 200 FileOutputStream transfer = new FileOutputStream(temp); local
201 transfer.write(memory.getBuffer(), 0, memory.getCount());
202 transfer.flush();
205 out = transfer;
  /external/mesa3d/src/gallium/drivers/i915/
i915_resource_texture.c 723 struct i915_transfer *transfer = util_slab_alloc(&i915->texture_transfer_pool); local
726 if (transfer == NULL)
729 transfer->b.resource = resource;
730 transfer->b.level = level;
731 transfer->b.usage = usage;
732 transfer->b.box = *box;
733 transfer->b.stride = tex->stride;
734 transfer->staging_texture = NULL;
736 transfer->b.layer_stride = 0;
737 transfer->b.data = NULL
845 struct pipe_transfer *transfer = NULL; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nouveau_texture.h 38 } transfer; member in struct:nouveau_teximage
  /external/mesa3d/src/mesa/state_tracker/
st_cb_fbo.h 53 struct pipe_transfer *transfer; /**< only used when mapping the resource */ member in struct:st_renderbuffer
  /frameworks/av/media/mtp/
MtpRequestPacket.cpp 56 return transfer(request);
MtpResponsePacket.cpp 50 int ret = transfer(request);
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FinalPort.java 39 super.transfer(null);

Completed in 337 milliseconds

1 2 34 5 6 7 8 91011>>