| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_emit.c | 58 bool blt = (from == SYNC_RECIPIENT_BLT) || (to == SYNC_RECIPIENT_BLT); local 59 etna_cmd_stream_reserve(stream, blt ? 8 : 4); 61 if (blt) { 66 /* TODO: set bit 28/29 of token after BLT COPY_BUFFER */ 79 if (blt) {
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/ |
| etnaviv_emit.c | 58 bool blt = (from == SYNC_RECIPIENT_BLT) || (to == SYNC_RECIPIENT_BLT); local 59 etna_cmd_stream_reserve(stream, blt ? 8 : 4); 61 if (blt) { 66 /* TODO: set bit 28/29 of token after BLT COPY_BUFFER */ 79 if (blt) {
|
| /xsrc/external/mit/xf86-video-mgx/dist/src/ |
| mgx.h | 49 uint8_t *blt; member in struct:__anon9051 70 MMIO_OUT8(pMgx->blt, offset ^ 3, val); 75 MMIO_OUT16(pMgx->blt, offset ^ 2, val); 80 MMIO_OUT32(pMgx->blt, offset, val); 85 uint8_t val = MMIO_IN8(pMgx->blt, offset ^ 3); 91 uint32_t val = MMIO_IN32(pMgx->blt, offset);
|
| /xsrc/external/mit/xorg-server.old/dist/fb/ |
| fb24_32.c | 497 fb24_32BltFunc blt; local 508 blt = fb24_32BltUp; 510 blt = fb24_32BltDown; 514 (*blt) (src + (pbox->y1 + dy + srcYoff) * srcStride, 542 fb24_32BltFunc blt; local 557 blt = fb24_32BltUp; 559 blt = fb24_32BltDown; 561 (*blt) ((CARD8 *) old,
|
| /xsrc/external/mit/xf86-video-intel/dist/src/sna/ |
| sna_blt.c | 98 DBG(("%s: flushing BLT operation on empty ring\n", __FUNCTION__)); 110 DBG(("%s: flushing BLT operation on empty ring\n", __FUNCTION__)); 128 struct sna_blt_state *blt, 137 blt->bo[0] = bo; 139 blt->br13 = bo->pitch; 140 blt->cmd = XY_SCANLINE_BLT; 142 blt->cmd |= BLT_DST_TILED; 143 blt->br13 >>= 2; 145 assert(blt->br13 <= MAXSHORT); 156 blt->br13 |= 1<<31 | (fill_ROP[alu] << 16) 1239 const struct sna_blt_state *blt = &op->u.blt; local 1352 const struct sna_blt_state *blt = &op->u.blt; local 3139 const struct sna_blt_state *blt = &op->base.u.blt; local 3156 const struct sna_blt_state *blt = &op->base.u.blt; local 3174 const struct sna_blt_state *blt = &op->base.u.blt; local 3204 const struct sna_blt_state *blt = &op->base.u.blt; local [all...] |
| sna_render.h | 31 fastcall void (*blt)(struct sna *sna, const struct sna_composite_op *op, member in struct:sna_composite_op 123 } blt; member in union:sna_composite_op::__anon7506 198 void (*blt)(struct sna *sna, const struct sna_fill_op *op, member in struct:sna_fill_op 218 void (*blt)(struct sna *sna, const struct sna_copy_op *op, member in struct:sna_copy_op 845 bool blt);
|
| sna_accel.c | 636 * more flexible than the BLT. So on gen2/3, prefer to 637 * keep large objects accessible through the BLT. 5301 DBG(("%s: flushing BLT operation on empty ring\n", 8240 DBG(("%s: trying solid fill [alu=%d, pixel=%08lx] blt paths\n", 9119 DBG(("%s: trying solid fill [%08lx] blt paths\n", 9600 DBG(("%s: blt (%d, %d), (%d, %d)\n", 9659 DBG(("%s: blt (%d, %d), (%d, %d)\n", 9717 DBG(("%s: blt (%d, %d), (%d, %d)\n", 9766 bool clip, blt = true; local 9780 if (blt) [all...] |
| /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/ |
| sna_blt.c | 93 DBG(("%s: flushing BLT operation on empty ring\n", __FUNCTION__)); 105 DBG(("%s: flushing BLT operation on empty ring\n", __FUNCTION__)); 123 struct sna_blt_state *blt, 133 blt->bo[0] = bo; 135 blt->br13 = bo->pitch; 136 blt->cmd = XY_SCANLINE_BLT; 138 blt->cmd |= BLT_DST_TILED; 139 blt->br13 >>= 2; 141 assert(blt->br13 <= MAXSHORT); 152 blt->br13 |= 1<<31 | (fill_ROP[alu] << 16) 1192 const struct sna_blt_state *blt = &op->u.blt; local 1305 const struct sna_blt_state *blt = &op->u.blt; local 3063 const struct sna_blt_state *blt = &op->base.u.blt; local 3080 const struct sna_blt_state *blt = &op->base.u.blt; local 3098 const struct sna_blt_state *blt = &op->base.u.blt; local 3128 const struct sna_blt_state *blt = &op->base.u.blt; local [all...] |
| sna_render.h | 31 fastcall void (*blt)(struct sna *sna, const struct sna_composite_op *op, member in struct:sna_composite_op 123 } blt; member in union:sna_composite_op::__anon8362 193 void (*blt)(struct sna *sna, const struct sna_fill_op *op, member in struct:sna_fill_op 213 void (*blt)(struct sna *sna, const struct sna_copy_op *op, member in struct:sna_copy_op 755 bool blt);
|
| sna_accel.c | 625 * more flexible than the BLT. So on gen2/3, prefer to 626 * keep large objects accessible through the BLT. 8079 DBG(("%s: trying solid fill [alu=%d, pixel=%08lx] blt paths\n", 8976 DBG(("%s: trying solid fill [%08lx] blt paths\n", 9457 DBG(("%s: blt (%d, %d), (%d, %d)\n", 9516 DBG(("%s: blt (%d, %d), (%d, %d)\n", 9574 DBG(("%s: blt (%d, %d), (%d, %d)\n", 9623 bool clip, blt = true; local 9637 if (blt) 9638 blt &= pt->x == 0 || pt->y == 0 [all...] |
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman-private.h | 534 pixman_blt_func_t blt; member in struct:pixman_implementation_t
|