Searched refs:sx1 (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnvc0_xv.c220 int sx1=pbox->x1; local in function:nvc0_xv_image_put
237 PUSH_DATAf(push, sx1);
246 PUSH_DATAf(push, sx2+(sx2-sx1));
255 PUSH_DATAf(push, sx1);
266 PUSH_DATA (push, sx2 << NVC0_3D_SCISSOR_HORIZ_MAX__SHIFT | sx1);
272 PUSH_VTX1s(push, tx1, ty1, sx1, sy1);
273 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
274 PUSH_VTX1s(push, tx1, ty2+(ty2-ty1), sx1, sy2+(sy2-sy1));
H A Dnv30_xv_tex.c301 int sx1=pbox->x1; local in function:NV30PutTextureImage
315 VERTEX_OUT(tx1, ty1, sx1, sy1);
316 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
317 VERTEX_OUT(tx1, ty2+(ty2-ty1), sx1, sy2+(sy2-sy1));
H A Dnv40_xv_tex.c304 int sx1=pbox->x1; local in function:NV40PutTextureImage
318 VERTEX_OUT(tx1, ty1, sx1, sy1);
319 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
320 VERTEX_OUT(tx1, ty2+(ty2-ty1), sx1, sy2+(sy2-sy1));
H A Dnv50_xv.c248 int sx1=pbox->x1; local in function:nv50_xv_image_put
262 PUSH_DATA (push, sx2 << NV50_3D_SCISSOR_HORIZ_MAX__SHIFT | sx1);
266 PUSH_VTX1s(push, tx1, ty1, sx1, sy1);
267 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
268 PUSH_VTX1s(push, tx1, ty2+(ty2-ty1), sx1, sy2+(sy2-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
296 sx1[0] = src0X;
297 sx1[1] = src1X;
304 sx2[i] = sx1[i] + w;
306 sx1[i] *= scalex;
335 OUT_RING(*((CARD32 *) (sx1 + i)));
351 OUT_RING(*((CARD32 *) (sx1 + i)));
359 OUT_RING(*((CARD32 *) (sx1 + 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
366 sx1 = sbox->x;
443 OUT_RING(ring, CP_BLIT_1_SRC_X1(sx1) | CP_BLIT_1_SRC_Y1(sy1));
/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
347 sx1 = sbox->x;
424 OUT_RING(ring, CP_BLIT_1_SRC_X1(sx1) | CP_BLIT_1_SRC_Y1(sy1));
/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
404 sx1 = sbox->x / blockwidth * nelements;
514 OUT_RING(ring, A6XX_GRAS_2D_SRC_TL_X_X(sx1));
/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
645 sx1 = sbox->x * nr_samples;
651 OUT_RING(ring, A6XX_GRAS_2D_SRC_TL_X(sx1));

Completed in 9 milliseconds