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

1 2 3

  /development/ndk/platforms/android-9/arch-x86/include/asm/
swiotlb.h 21 #include <asm/dma-mapping.h>
  /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...]
radeon_ioctl.h 94 if ( rmesa->radeon.dma.flush ) \
95 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \
radeon_queryobj.c 113 if (radeon->dma.flush)
114 radeon->dma.flush(radeon->glCtx);
153 if (radeon->dma.flush)
154 radeon->dma.flush(radeon->glCtx);
  /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...]
radeon_ioctl.h 94 if ( rmesa->radeon.dma.flush ) \
95 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \
radeon_queryobj.c 113 if (radeon->dma.flush)
114 radeon->dma.flush(radeon->glCtx);
153 if (radeon->dma.flush)
154 radeon->dma.flush(radeon->glCtx);
  /development/ndk/platforms/android-9/arch-mips/include/asm/
floppy.h 21 #include <linux/dma-mapping.h>
  /development/ndk/platforms/android-3/arch-arm/include/asm/
dma.h 20 #include <asm/arch/dma.h>
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
svga_resource_buffer_upload.c 44 * Allocate a winsys_buffer (ie. DMA, aka GMR memory).
46 * It will flush and retry in case the first attempt to create a DMA buffer
91 * Allocate DMA'ble storage for the buffer.
111 assert(!sbuf->dma.pending);
152 sbuf->dma.flags.discard = TRUE;
222 sbuf->dma.boxes = (SVGA3dCopyBox *)&cmd[1];
223 sbuf->dma.svga = svga;
232 pSuffix->flags = sbuf->dma.flags;
236 sbuf->dma.flags.discard = FALSE;
243 * Patch up the upload DMA command reserved by svga_buffer_upload_comman
    [all...]
svga_resource_buffer.c 60 * function) into a single DMA command, for better efficiency in command
62 * the end result is exactly the same as if one DMA was used for every mapped
90 * Flush any pending primitives, finish writing any pending DMA
92 * the next DMA operation.
97 if (sbuf->dma.pending) {
109 sbuf->dma.flags.discard = TRUE;
116 * not synchronize on the next DMA command.
119 sbuf->dma.flags.unsynchronized = TRUE;
124 * pending DMA command, and ensure the next DMA will be done in order
    [all...]
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_upload.c 44 * Allocate a winsys_buffer (ie. DMA, aka GMR memory).
46 * It will flush and retry in case the first attempt to create a DMA buffer
91 * Allocate DMA'ble storage for the buffer.
111 assert(!sbuf->dma.pending);
152 sbuf->dma.flags.discard = TRUE;
222 sbuf->dma.boxes = (SVGA3dCopyBox *)&cmd[1];
223 sbuf->dma.svga = svga;
232 pSuffix->flags = sbuf->dma.flags;
236 sbuf->dma.flags.discard = FALSE;
243 * Patch up the upload DMA command reserved by svga_buffer_upload_comman
    [all...]
svga_resource_buffer.c 60 * function) into a single DMA command, for better efficiency in command
62 * the end result is exactly the same as if one DMA was used for every mapped
90 * Flush any pending primitives, finish writing any pending DMA
92 * the next DMA operation.
97 if (sbuf->dma.pending) {
109 sbuf->dma.flags.discard = TRUE;
116 * not synchronize on the next DMA command.
119 sbuf->dma.flags.unsynchronized = TRUE;
124 * pending DMA command, and ensure the next DMA will be done in order
    [all...]
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...]
  /development/ndk/platforms/android-3/include/linux/
dma-mapping.h 36 #include <asm/dma-mapping.h>
  /bionic/libc/kernel/uapi/linux/
hdlcdrv.h 25 int dma; member in struct:hdlcdrv_params
  /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
  /external/clang/test/SemaCXX/
warn-reinterpret-base-class.cpp 23 class DMA : public virtual A, public virtual DA {
131 // expected-warning@+2 {{'reinterpret_cast' to class 'DMA *' from its virtual base 'A *' behaves differently from 'static_cast'}}
133 (void)*reinterpret_cast<DMA *>(a);
164 // expected-warning@+2 {{'reinterpret_cast' to class 'DMA &' from its virtual base 'A' behaves differently from 'static_cast'}}
166 (void)reinterpret_cast<DMA &>(a);
171 DAi *dai, DVA *dva, DDVA *ddva, DMA *dma) {
199 // expected-warning@+2 {{'reinterpret_cast' from class 'DMA *' to its virtual base 'A *' behaves differently from 'static_cast'}}
201 (void)*reinterpret_cast<A *>(dma);
204 // expected-warning@+2 {{'reinterpret_cast' from class 'DMA *' to its virtual base 'DA *' behaves differently from 'static_cast'}
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
r200_ioctl.h 78 if ( rmesa->radeon.dma.flush ) \
79 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \
r200_tcl.c 144 if (rmesa->radeon.dma.flush == r200FlushElts &&
155 if (rmesa->radeon.dma.flush)
156 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
548 if ( rmesa->radeon.dma.flush )
549 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
551 rmesa->radeon.dma.flush = NULL;
615 if ( rmesa->radeon.dma.flush )
616 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
628 if ( rmesa->radeon.dma.flush )
629 rmesa->radeon.dma.flush( rmesa->radeon.glCtx )
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_ioctl.h 78 if ( rmesa->radeon.dma.flush ) \
79 rmesa->radeon.dma.flush( rmesa->radeon.glCtx ); \
r200_tcl.c 144 if (rmesa->radeon.dma.flush == r200FlushElts &&
155 if (rmesa->radeon.dma.flush)
156 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
548 if ( rmesa->radeon.dma.flush )
549 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
551 rmesa->radeon.dma.flush = NULL;
615 if ( rmesa->radeon.dma.flush )
616 rmesa->radeon.dma.flush( rmesa->radeon.glCtx );
628 if ( rmesa->radeon.dma.flush )
629 rmesa->radeon.dma.flush( rmesa->radeon.glCtx )
    [all...]
  /external/chromium_org/third_party/icu/source/config/
mh-cygwin-msvc 135 SOURCE_FILE=$(shell cygpath -dma $<)#M#
194 ICUPKGDATA_INSTALL_DIR = $(shell mkdir -p $(DESTDIR)$(ICUPKGDATA_DIR) ; cygpath -dma $(DESTDIR)$(ICUPKGDATA_DIR))#M#
195 ICUPKGDATA_INSTALL_LIBDIR = $(shell mkdir -p $(DESTDIR)$(libdir) ; cygpath -dma $(DESTDIR)$(libdir))#M#

Completed in 1161 milliseconds

1 2 3