Searched refs:boxes (Results 1 - 25 of 37) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/external/bsd/drm/dist/shared-core/
H A Dsavage_state.c793 const struct drm_clip_rect *boxes)
823 x = boxes[i].x1, y = boxes[i].y1;
824 w = boxes[i].x2 - boxes[i].x1;
825 h = boxes[i].y2 - boxes[i].y1;
863 unsigned int nbox, const struct drm_clip_rect *boxes)
881 DMA_WRITE(BCI_X_Y(boxes[i].x1, boxes[
789 savage_dispatch_clear(drm_savage_private_t *dev_priv, const drm_savage_cmd_header_t *cmd_header, const drm_savage_cmd_header_t *data, unsigned int nbox, const struct drm_clip_rect *boxes) argument
862 savage_dispatch_swap(drm_savage_private_t *dev_priv, unsigned int nbox, const struct drm_clip_rect *boxes) argument
891 savage_dispatch_draw(drm_savage_private_t *dev_priv, const drm_savage_cmd_header_t *start, const drm_savage_cmd_header_t *end, const struct drm_buf *dmabuf, const unsigned int *vtxbuf, unsigned int vb_size, unsigned int vb_stride, unsigned int nbox, const struct drm_clip_rect *boxes) argument
[all...]
H A Dr128_state.c41 struct drm_clip_rect * boxes, int count)
51 OUT_RING(boxes[0].x1);
52 OUT_RING(boxes[0].x2 - 1);
53 OUT_RING(boxes[0].y1);
54 OUT_RING(boxes[0].y2 - 1);
60 OUT_RING(boxes[1].x1);
61 OUT_RING(boxes[1].x2 - 1);
62 OUT_RING(boxes[1].y1);
63 OUT_RING(boxes[1].y2 - 1);
69 OUT_RING(boxes[
40 r128_emit_clip_rects(drm_r128_private_t * dev_priv, struct drm_clip_rect * boxes, int count) argument
[all...]
H A Dradeon_state.c753 x += dev_priv->sarea_priv->boxes[0].x1;
754 y += dev_priv->sarea_priv->boxes[0].y1;
803 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
807 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
812 if (dev_priv->stats.boxes & RADEON_BOX_FLIP)
817 if (dev_priv->stats.boxes & RADEON_BOX_WAIT_IDLE)
825 if (dev_priv->stats.boxes & RADEON_BOX_TEXTURE_LOAD)
830 if (!(dev_priv->stats.boxes & RADEON_BOX_DMA_IDLE))
861 struct drm_clip_rect *pbox = sarea_priv->boxes;
1229 radeon_emit_clip_rect(dev_priv, &sarea_priv->boxes[
2784 struct drm_clip_rect __user *boxes = cmdbuf->boxes; local
[all...]
H A Dmach64_drm.h133 struct drm_clip_rect boxes[MACH64_NR_SAREA_CLIPRECTS]; member in struct:drm_mach64_sarea
H A Dnouveau_drm.h272 struct drm_clip_rect boxes[NOUVEAU_MAX_SAREA_CLIPRECTS]; member in struct:drm_nouveau_sarea
H A Dvia_drm.h189 struct drm_clip_rect boxes[VIA_NR_SAREA_CLIPRECTS]; member in struct:_drm_via_sarea
H A Dmga_state.c508 struct drm_clip_rect *pbox = sarea_priv->boxes;
598 struct drm_clip_rect *pbox = sarea_priv->boxes;
669 &sarea_priv->boxes[i]);
716 &sarea_priv->boxes[i]);
804 struct drm_clip_rect *pbox = sarea_priv->boxes;
H A Dradeon_drm.h440 struct drm_clip_rect boxes[RADEON_NR_SAREA_CLIPRECTS]; member in struct:__anon8604
631 struct drm_clip_rect __user *boxes; member in struct:drm_radeon_cmd_buffer
H A Di915_dma.c392 struct drm_clip_rect __user * boxes,
399 if (DRM_COPY_FROM_USER_UNCHECKED(&box, &boxes[i], sizeof(box))) {
489 struct drm_clip_rect __user *boxes = batch->cliprects; local
505 int ret = i915_emit_box(dev, boxes, i,
391 i915_emit_box(struct drm_device * dev, struct drm_clip_rect __user * boxes, int i, int DR1, int DR4) argument
H A Dmga_drm.h184 struct drm_clip_rect boxes[MGA_NR_SAREA_CLIPRECTS]; member in struct:_drm_mga_sarea
189 * exported_ fields and puts the cliprects into boxes, above.
192 * clobbering the boxes data.
H A Dr128_drm.h156 struct drm_clip_rect boxes[R128_NR_SAREA_CLIPRECTS]; member in struct:drm_r128_sarea
H A Dradeon_irq.c282 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
H A Dmach64_state.c227 struct drm_clip_rect *pbox = sarea_priv->boxes;
366 struct drm_clip_rect *pbox = sarea_priv->boxes;
602 &sarea_priv->boxes[i]);
H A Dradeon_cp.c249 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
279 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
303 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
1860 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
H A Dradeon_drv.h312 u32 boxes; member in struct:drm_radeon_private::__anon8607
420 struct drm_clip_rect __user *boxes; member in struct:drm_radeon_kcmd_buffer
555 /* Flags for stats.boxes
2027 if (!(dev_priv->stats.boxes & RADEON_BOX_DMA_IDLE)) { \
2030 dev_priv->stats.boxes |= RADEON_BOX_DMA_IDLE; \
H A Di915_drv.h416 struct drm_clip_rect __user *boxes,
H A Dr600_cp.c79 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
104 dev_priv->stats.boxes |= RADEON_BOX_WAIT_IDLE;
2309 struct drm_clip_rect *pbox = sarea_priv->boxes;
H A Dr300_cmdbuf.c75 (&box, &cmdbuf->boxes[n + i], sizeof(box))) {
/netbsd-6-1-5-RELEASE/external/mit/xorg/include/xbitmaps/
H A DMakefile9 INCS= 1x1 2x2 black boxes calculator cntr_ptr cntr_ptrmsk cross_weave \
/netbsd-6-1-5-RELEASE/x11/include/bitmaps/
H A DMakefile9 INCS= 1x1 2x2 black boxes calculator cntr_ptr cntr_ptrmsk cross_weave \
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/missing/crypto/rijndael/
H A Drijndael-alg-fst.c29 #include <crypto/rijndael/boxes-fst.dat>
/netbsd-6-1-5-RELEASE/external/bsd/flex/dist/doc/
H A Dtexinfo.tex203 % that mark overfull boxes (in case you have decided
1754 % Set up the default fonts, so we can use them for creating boxes.
3903 % followed by the two boxes we just split, in box0 and box2.
4998 \emergencystretch = 0pt % don't try to avoid overfull boxes
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/doc/include/
H A Dtexinfo.tex203 % that mark overfull boxes (in case you have decided
1758 % Set up the default fonts, so we can use them for creating boxes.
3919 % followed by the two boxes we just split, in box0 and box2.
5013 \emergencystretch = 0pt % don't try to avoid overfull boxes
/netbsd-6-1-5-RELEASE/gnu/dist/texinfo/doc/
H A Dtexinfo.tex195 % that mark overfull boxes (in case you have decided
1692 % Set up the default fonts, so we can use them for creating boxes.
3817 % followed by the two boxes we just split, in box0 and box2.
4889 \emergencystretch = 0pt % don't try to avoid overfull boxes
/netbsd-6-1-5-RELEASE/gnu/dist/gmake/config/
H A Dtexinfo.tex1333 % Set up the default fonts, so we can use them for creating boxes.
3343 % followed by the two boxes we just split, in box0 and box2.
4345 \emergencystretch = 0pt % don't try to avoid overfull boxes
5898 % that mark overfull boxes (in case you have decided

Completed in 512 milliseconds

12