/src/games/dab/ |
algor.cc | 133 size_t nbox, maxbox = 0; local in function:ALGOR::find_max_closure 138 while ((nbox = count_closure(ty, tx, tdir, nb)) != 0) 139 if (nbox > maxbox) { 141 maxbox = nbox; 174 BOX nbox(by, bx, b); local in function:ALGOR::try_good_turn 175 if (nbox.count() < 2) 242 size_t nbox, minbox = nb.nx() * nb.ny() + 1; local in function:ALGOR::find_min_closure1 254 if ((nbox = count_closure(y, x, xdir, nb)) == 0) 257 if (nbox <= minbox) { 259 minbox = nbox; [all...] |
/src/sys/external/bsd/drm/dist/shared-core/ |
i915_dma.c | 456 int nbox = cmd->num_cliprects; local in function:i915_dispatch_cmdbuffer 466 count = nbox ? nbox : 1; 469 if (i < nbox) { 490 int nbox = batch->num_cliprects; local in function:i915_dispatch_batchbuffer 501 count = nbox ? nbox : 1; 504 if (i < nbox) {
|
mach64_state.c | 226 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_clear 256 if (!nbox) 259 DMAGETPTR(file_priv, dev_priv, nbox * 31); /* returns on failure to get buffer */ 261 for (i = 0; i < nbox; i++) { 365 int nbox = sarea_priv->nbox; local in function:mach64_dma_dispatch_swap 383 if (!nbox) 386 DMAGETPTR(file_priv, dev_priv, 13 + nbox * 4); /* returns on failure to get buffer */ 411 for (i = 0; i < nbox; i++) [all...] |
mga_state.c | 446 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 447 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 509 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 523 for (i = 0; i < nbox; i++) { 599 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 607 BEGIN_DMA(4 + nbox); 624 for (i = 0; i < nbox; i++) { 667 if (i < sarea_priv->nbox) { 805 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
r128_state.c | 360 int nbox = sarea_priv->nbox; local in function:r128_cce_dispatch_clear 377 for (i = 0; i < nbox; i++) { 465 int nbox = sarea_priv->nbox; local in function:r128_cce_dispatch_swap 477 for (i = 0; i < nbox; i++) { 580 DRM_DEBUG("buf=%d nbox=%d\n", buf->idx, sarea_priv->nbox); 594 if (i < sarea_priv->nbox) { 597 sarea_priv->nbox - i) [all...] |
mach64_drm.h | 134 unsigned int nbox; member in struct:drm_mach64_sarea
|
r600_cp.c | 2308 int nbox = sarea_priv->nbox; local in function:r600_cp_dispatch_swap 2336 for (i = 0; i < nbox; i++) {
|
radeon_state.c | 860 int nbox = sarea_priv->nbox; local in function:radeon_cp_dispatch_clear 898 for (i = 0; i < nbox; i++) { 1016 for (i = 0; i < nbox; i++) { 1224 for (i = 0; i < nbox; i++) { 1295 for (i = 0; i < nbox; i++) { 1350 int nbox = sarea_priv->nbox; local in function:radeon_cp_dispatch_swap 1370 for (i = 0; i < nbox; i++) { 1509 int nbox = sarea_priv->nbox local in function:radeon_cp_dispatch_vertex 1616 int nbox = sarea_priv->nbox; local in function:radeon_cp_dispatch_indices [all...] |
savage_drm.h | 116 unsigned int nbox; /* number of clipping boxes */ member in struct:drm_savage_cmdbuf
|
mga_drm.h | 185 unsigned int nbox; member in struct:_drm_mga_sarea
|
r128_drm.h | 157 unsigned int nbox; member in struct:drm_r128_sarea
|
radeon_drm.h | 441 unsigned int nbox; member in struct:__anon601bc9571908 630 int nbox; member in struct:drm_radeon_cmd_buffer
|
radeon_drv.h | 419 int nbox; member in struct:drm_radeon_kcmd_buffer
|
/src/sys/external/bsd/drm2/dist/drm/mga/ |
mga_state.c | 428 if (sarea_priv->nbox > MGA_NR_SAREA_CLIPRECTS) 429 sarea_priv->nbox = MGA_NR_SAREA_CLIPRECTS; 491 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_clear 504 for (i = 0; i < nbox; i++) { 579 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_swap 587 BEGIN_DMA(4 + nbox); 602 for (i = 0; i < nbox; i++) { 644 if (i < sarea_priv->nbox) { 777 int nbox = sarea_priv->nbox; local in function:mga_dma_dispatch_blit [all...] |
/src/sys/external/bsd/drm2/dist/drm/i810/ |
i810_dma.c | 603 int nbox = sarea_priv->nbox; local in function:i810_dma_dispatch_clear 622 if (nbox > I810_NR_SAREA_CLIPRECTS) 623 nbox = I810_NR_SAREA_CLIPRECTS; 625 for (i = 0; i < nbox; i++, pbox++) { 676 int nbox = sarea_priv->nbox; local in function:i810_dma_dispatch_swap 687 if (nbox > I810_NR_SAREA_CLIPRECTS) 688 nbox = I810_NR_SAREA_CLIPRECTS; 690 for (i = 0; i < nbox; i++, pbox++) 725 int nbox = sarea_priv->nbox; local in function:i810_dma_dispatch_vertex [all...] |
/src/sys/external/bsd/drm2/dist/drm/r128/ |
r128_state.c | 368 int nbox = sarea_priv->nbox; local in function:r128_cce_dispatch_clear 385 for (i = 0; i < nbox; i++) { 473 int nbox = sarea_priv->nbox; local in function:r128_cce_dispatch_swap 485 for (i = 0; i < nbox; i++) { 587 DRM_DEBUG("buf=%d nbox=%d\n", buf->idx, sarea_priv->nbox); 600 if (i < sarea_priv->nbox) { 603 sarea_priv->nbox - i) [all...] |
/src/sys/external/bsd/drm2/dist/include/uapi/drm/ |
savage_drm.h | 125 unsigned int nbox; /* number of clipping boxes */ member in struct:drm_savage_cmdbuf
|
via_drm.h | 189 unsigned int nbox; member in struct:_drm_via_sarea
|
i810_drm.h | 164 unsigned int nbox; member in struct:_drm_i810_sarea
|
mga_drm.h | 193 unsigned int nbox; member in struct:_drm_mga_sarea
|
r128_drm.h | 165 unsigned int nbox; member in struct:drm_r128_sarea
|
radeon_drm.h | 450 unsigned int nbox; member in struct:__anon05888ab01908 668 int nbox; member in struct:drm_radeon_cmd_buffer
|