Home
last modified time | relevance | path

Searched refs:xfer (Results 1 – 6 of 6) sorted by relevance

/hardware/google/gfxstream/guest/platform/linux/
DLinuxVirtGpuBlob.cpp114 struct drm_virtgpu_3d_transfer_to_host xfer = {0}; in transferToHost() local
116 xfer.box.x = x; in transferToHost()
117 xfer.box.y = y; in transferToHost()
118 xfer.box.w = w; in transferToHost()
119 xfer.box.h = h; in transferToHost()
120 xfer.box.d = 1; in transferToHost()
121 xfer.bo_handle = mBlobHandle; in transferToHost()
123 ret = drmIoctl(mDeviceHandle, DRM_IOCTL_VIRTGPU_TRANSFER_TO_HOST, &xfer); in transferToHost()
134 struct drm_virtgpu_3d_transfer_from_host xfer = {0}; in transferFromHost() local
136 xfer.box.x = x; in transferFromHost()
[all …]
/hardware/google/gfxstream/guest/vulkan_enc/
DvkQueueFlushCommandsGOOGLE_encode_impl.cpp.inl58 AEMU_SCOPED_TRACE("vkQueueFlush large xfer");
/hardware/google/gfxstream/guest/GoldfishAddressSpace/
DAddressSpaceStream.cpp528 struct asg_type1_xfer xfer = { in type1Write() local
533 uint8_t* writeBufferBytes = (uint8_t*)(&xfer); in type1Write()
/hardware/google/aemu/host-common/
Daddress_space_graphics_unittests.cpp255 struct asg_type1_xfer xfer { in type1WriteWithNotify() struct
260 uint8_t* writeBufferBytes = (uint8_t*)(&xfer); in type1WriteWithNotify()
/hardware/qcom/audio/legacy/libalsa-intf/
Darec.c180 unsigned xfer, bufsize; in record_file() local
/hardware/qcom/audio/legacy/alsa_sound/
DAudioUsbALSA.cpp776 unsigned avail, xfer, bufsize; in PlaybackThreadEntry() local