HomeSort by relevance Sort by last modified time
    Searched defs:dma (Results 1 - 25 of 249) sorted by null

1 2 3 4 5 6 7 8 910

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer.h 67 * Regular (non DMA'able) memory.
113 * This information will be copied into dma.boxes, when emiting the
140 * DMA'ble memory.
151 * Information about pending DMA uploads.
156 * Whether this buffer has an unfinished DMA upload command.
165 * Pointer to the DMA copy box *inside* the command buffer.
170 * Context that has the pending DMA to this buffer.
173 } dma; member in struct:svga_buffer
176 * Linked list head, used to gather all buffers with pending dma uploads on
177 * a context. It is only valid if the dma.pending is set above
    [all...]
  /external/mesa3d/src/gallium/drivers/svga/
svga_resource_buffer.h 67 * Regular (non DMA'able) memory.
113 * This information will be copied into dma.boxes, when emiting the
140 * DMA'ble memory.
151 * Information about pending DMA uploads.
156 * Whether this buffer has an unfinished DMA upload command.
165 * Pointer to the DMA copy box *inside* the command buffer.
170 * Context that has the pending DMA to this buffer.
173 } dma; member in struct:svga_buffer
176 * Linked list head, used to gather all buffers with pending dma uploads on
177 * a context. It is only valid if the dma.pending is set above
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
radeon_dma.c 206 make_empty_list(&rmesa->dma.free);
207 make_empty_list(&rmesa->dma.wait);
208 make_empty_list(&rmesa->dma.reserved);
209 rmesa->dma.minimum_size = MAX_DMA_BUF_SZ;
217 if (size > rmesa->dma.minimum_size)
218 rmesa->dma.minimum_size = (size + 15) & (~15);
221 __FUNCTION__, size, rmesa->dma.minimum_size);
223 if (is_empty_list(&rmesa->dma.free)
224 || last_elem(&rmesa->dma.free)->bo->size < size) {
230 0, rmesa->dma.minimum_size, 4
424 struct radeon_dma *dma = &rmesa->dma; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_dma.c 206 make_empty_list(&rmesa->dma.free);
207 make_empty_list(&rmesa->dma.wait);
208 make_empty_list(&rmesa->dma.reserved);
209 rmesa->dma.minimum_size = MAX_DMA_BUF_SZ;
217 if (size > rmesa->dma.minimum_size)
218 rmesa->dma.minimum_size = (size + 15) & (~15);
221 __FUNCTION__, size, rmesa->dma.minimum_size);
223 if (is_empty_list(&rmesa->dma.free)
224 || last_elem(&rmesa->dma.free)->bo->size < size) {
230 0, rmesa->dma.minimum_size, 4
424 struct radeon_dma *dma = &rmesa->dma; local
    [all...]
  /bionic/libc/kernel/uapi/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
if.h 131 unsigned char dma; member in struct:ifmap
  /development/ndk/platforms/android-L/include/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /external/kernel-headers/original/uapi/linux/
hdlcdrv.h 18 int dma; member in struct:hdlcdrv_params
  /hardware/intel/img/libdrm/tests/
drmstat.c 163 drmDMAReq dma; local
168 dma.context = context;
169 dma.send_count = 0;
170 dma.request_count = count;
171 dma.request_size = size;
172 dma.request_list = indices;
173 dma.request_sizes = sizes;
174 dma.flags = DRM_DMA_WAIT;
175 if ((r = drmDMA(fd, &dma))) {
179 for (i = 0; i < dma.granted_count; i++)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/linux/
hdlcdrv.h 18 int dma; member in struct:hdlcdrv_params
if_link.h 48 __u8 dma; member in struct:rtnl_link_ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
hdlcdrv.h 18 int dma; member in struct:hdlcdrv_params
if_link.h 48 __u8 dma; member in struct:rtnl_link_ifmap
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /external/libnl/include/linux/
if_bad.h 125 unsigned char dma; member in struct:ifmap
if_link.h 47 __u8 dma; member in struct:rtnl_link_ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/net/
if.h 118 unsigned char dma; member in struct:ifmap
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/net/
if.h 118 unsigned char dma; member in struct:ifmap
  /external/libpcap/
pcap-dos.h 147 int dma; /* DMA channel */ member in struct:device
  /development/ndk/platforms/android-3/include/linux/
if.h 99 unsigned char dma; member in struct:ifmap

Completed in 525 milliseconds

1 2 3 4 5 6 7 8 910