Searched defs:dma (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h113 * This information will be copied into dma.boxes, when emiting the
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.
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_resource_buffer.h113 * This information will be copied into dma.boxes, when emiting the
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.
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c206 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
424 struct radeon_dma *dma = &rmesa->dma; local
[all...]
H A Dradeon_common_context.h232 /* Need refcounting on dma buffers:
256 /* Active dma region. Allocations for vertices and retained
398 struct radeon_dma dma; member in struct:radeon_context
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c206 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
424 struct radeon_dma *dma = &rmesa->dma; local
[all...]
H A Dradeon_common_context.h232 /* Need refcounting on dma buffers:
256 /* Active dma region. Allocations for vertices and retained
398 struct radeon_dma dma; member in struct:radeon_context
/external/clang/test/SemaCXX/
H A Dwarn-reinterpret-base-class.cpp171 DAi *dai, DVA *dva, DDVA *ddva, DMA *dma) {
201 (void)*reinterpret_cast<A *>(dma);
206 (void)*reinterpret_cast<DA *>(dma);
211 DAi &dai, DVA &dva, DDVA &ddva, DMA &dma) {
241 (void)reinterpret_cast<A &>(dma);
246 (void)reinterpret_cast<DA &>(dma);
170 reinterpret_pointer_upcast(DA *da, const DA *cda, DDA *dda, DAo *dao, DAi *dai, DVA *dva, DDVA *ddva, DMA *dma) argument
210 reinterpret_reference_upcast(DA &da, const DA &cda, DDA &dda, DAo &dao, DAi &dai, DVA &dva, DDVA &ddva, DMA &dma) argument
/external/kernel-headers/original/uapi/linux/
H A Dhdlcdrv.h18 int dma; member in struct:hdlcdrv_params
H A Dif.h148 unsigned char dma; member in struct:ifmap
H A Dif_link.h79 __u8 dma; member in struct:rtnl_link_ifmap
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_dma.c206 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
424 struct radeon_dma *dma = &rmesa->dma; local
[all...]
H A Dradeon_common_context.h232 /* Need refcounting on dma buffers:
256 /* Active dma region. Allocations for vertices and retained
398 struct radeon_dma dma; member in struct:radeon_context
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_dma.c206 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
424 struct radeon_dma *dma = &rmesa->dma; local
[all...]
H A Dradeon_common_context.h232 /* Need refcounting on dma buffers:
256 /* Active dma region. Allocations for vertices and retained
398 struct radeon_dma dma; member in struct:radeon_context
/external/libnl/include/linux/
H A Dif_bad.h125 unsigned char dma; member in struct:ifmap
H A Dif_link.h47 __u8 dma; member in struct:rtnl_link_ifmap
/external/libpcap/
H A Dpcap-dos.h147 int dma; /* DMA channel */ member in struct:device
/external/iproute2/include/linux/
H A Dif.h145 unsigned char dma; member in struct:ifmap
H A Dif_link.h79 __u8 dma; member in struct:rtnl_link_ifmap
/external/qemu/include/hw/arm/
H A Dpxa.h101 BlockDriverState *bd, qemu_irq irq, void *dma);
136 PXA2xxDMAState *dma; member in struct:__anon29713
193 PXA2xxDMAState *dma; member in struct:PXA2xxI2SState
/external/qemu-pc-bios/bochs/
H A Dbochs.h231 # define BX_DBG_ASYNC_DMA bx_guard.async.dma
234 if (bx_guard.report.dma) bx_dbg_dma_report(addr, len, what, val)
448 bx_bool dma; member in struct:__anon30290
/external/kernel-headers/original/uapi/drm/
H A Dradeon_drm.h175 #define RADEON_CMD_DMA_DISCARD 4 /* discard current dma buf */
203 } dma; member in union:__anon22810
267 } dma; member in union:__anon22818
651 * - allows more than one dma buffer to be referenced per ioctl
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c642 Bit8u dma; member in struct:__anon30264
5501 write_byte(ebda_seg, &EbdaData->ata.dpte.dma, 0 );
5852 write_byte(ebda_seg, &EbdaData->ata.dpte.dma, 0 );
/external/valgrind/main/include/vki/
H A Dvki-linux.h771 unsigned char dma; member in struct:vki_ifmap
2047 #define VKI_HDIO_GET_DMA 0x030b /* get use-dma flag */

Completed in 6544 milliseconds