Searched refs:sx2 (Results 1 - 12 of 12) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnvc0_xv.c221 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 Dnv30_xv_tex.c302 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 Dnv40_xv_tex.c305 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 Dnv50_xv.c249 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 Dvia_3d.c284 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 Dfd5_blitter.c333 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 Dfd5_blitter.c316 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 Dfd6_blitter.c357 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 Dsis_video.c2663 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 Dfd6_blitter.c633 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 Dtexcompress_fxt1.c312 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 Du_format_fxt1.c196 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;

Completed in 17 milliseconds