| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nvc0_xv.c | 221 int sx2=pbox->x2; local in function:nvc0_xv_image_put 246 PUSH_DATAf(push, sx2+(sx2-sx1)); 266 PUSH_DATA (push, sx2 << NVC0_3D_SCISSOR_HORIZ_MAX__SHIFT | sx1); 273 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| H A D | nv30_xv_tex.c | 302 int sx2=pbox->x2; local in function:NV30PutTextureImage 312 PUSH_DATA (push, (sx2 << 16) | 0); 316 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| H A D | nv40_xv_tex.c | 305 int sx2=pbox->x2; local in function:NV40PutTextureImage 315 PUSH_DATA (push, (sx2 << 16) | 0); 319 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| H A D | nv50_xv.c | 249 int sx2=pbox->x2; local in function:nv50_xv_image_put 262 PUSH_DATA (push, sx2 << NV50_3D_SCISSOR_HORIZ_MAX__SHIFT | sx1); 267 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| /xsrc/external/mit/xf86-video-openchrome/dist/src/ |
| H A D | via_3d.c | 284 float dx1, dx2, dy1, dy2, sx1[2], sx2[2], sy1[2], sy2[2], wf; local in function:via3DEmitQuad 304 sx2[i] = sx1[i] + w; 308 sx2[i] *= scalex; 343 OUT_RING(*((CARD32 *) (sx2 + i))); 367 OUT_RING(*((CARD32 *) (sx2 + i))); 375 OUT_RING(*((CARD32 *) (sx2 + i)));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 333 unsigned sx1, sy1, sx2, sy2; local in function:emit_blit 368 sx2 = sbox->x + sbox->width - 1; 444 OUT_RING(ring, CP_BLIT_2_SRC_X2(sx2) | CP_BLIT_2_SRC_Y2(sy2));
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a5xx/ |
| H A D | fd5_blitter.c | 316 unsigned sx1, sy1, sx2, sy2; local in function:emit_blit 349 sx2 = sbox->x + sbox->width - 1; 425 OUT_RING(ring, CP_BLIT_2_SRC_X2(sx2) | CP_BLIT_2_SRC_Y2(sy2));
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 357 int sx1, sy1, sx2, sy2; local in function:emit_blit_texture 406 sx2 = DIV_ROUND_UP(sbox->x + sbox->width, blockwidth) * nelements - 1; 515 OUT_RING(ring, A6XX_GRAS_2D_SRC_BR_X_X(sx2));
|
| /xsrc/external/mit/xf86-video-sis/dist/src/ |
| H A D | sis_video.c | 2663 int sx2 = 0, sy2 = 0; local in function:SISDisplayVideo 2932 sx2 = (pPriv->src_x + srcOffsetX2) & ~7; 2934 overlay.PSY2 = pPriv->bufAddr[pPriv->currentBuf] + sx2 + sy2*srcPitch; 2935 overlay.PSV2 = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx2 + sy2*srcPitch/2) >> 1); 2936 overlay.PSU2 = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch*5/4 + ((sx2 + sy2*srcPitch/2) >> 1); 2967 sx2 = (pPriv->src_x + srcOffsetX2) & ~7; 2969 overlay.PSY2 = pPriv->bufAddr[pPriv->currentBuf] + sx2 + sy2*srcPitch; 2970 overlay.PSV2 = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch*5/4 + ((sx2 + sy2*srcPitch/2) >> 1); 2971 overlay.PSU2 = pPriv->bufAddr[pPriv->currentBuf] + height*srcPitch + ((sx2 + sy2*srcPitch/2) >> 1); 3001 sx2 [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/freedreno/a6xx/ |
| H A D | fd6_blitter.c | 633 int sx1, sy1, sx2, sy2; local in function:emit_blit_texture 647 sx2 = (sbox->x + sbox->width) * nr_samples - 1; 652 OUT_RING(ring, A6XX_GRAS_2D_SRC_BR_X(sx2));
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texcompress_fxt1.c | 312 GLint sx, sx2; local in function:fxt1_variance 317 sx = sx2 = 0; 321 sx2 += t * t; 323 var = sx2 * teenth - sx * sx * teenth * teenth;
|
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_fxt1.c | 196 int32_t sx, sx2; local in function:fxt1_variance 201 sx = sx2 = 0; 205 sx2 += t * t; 207 var = sx2 * teenth - sx * sx * teenth * teenth;
|