| /xsrc/external/mit/xorg-server/dist/glamor/ |
| H A D | glamor_utils.h | 218 ty1, tx2, ty2, \ 232 tx2 = tx1 - ((_x2_) - (_x1_)); \ 235 tx2 = tx1 + ((_x2_) - (_x1_)); \ 249 tx2 = tx1 + ((_x2_) - (_x1_)); \ 275 ty1, tx2, ty2, _x1_, _y1_, _x2_, \ 293 _glamor_get_repeat_coords(pixmap, priv, repeat_type, tx1, ty1, tx2, ty2, \ 341 tx1, ty1, tx2, ty2, \ 348 texcoords + 1 * stride, tx2, ty1); \ 350 texcoords + 2 * stride, tx2, ty2); \ 371 float tx1, ty1, tx2, ty [all...] |
| /xsrc/external/mit/oclock/dist/ |
| H A D | transform.c | 97 double tx1, double tx2, double ty1, double ty2) 99 t->mx = ((double) xx2 - xx1) / (tx2 - tx1); 96 SetTransform(Transform * t,int xx1,int xx2,int xy1,int xy2,double tx1,double tx2,double ty1,double ty2) argument
|
| H A D | transform.h | 63 double tx1, double tx2, double ty1, double ty2 );
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | transform.h | 31 double tx1, double tx2, double ty1, double ty2);
|
| H A D | transform.c | 104 double tx1, double tx2, double ty1, double ty2) 106 t->mx = ((double) xx2 - xx1) / (tx2 - tx1); 102 SetTransform(Transform * t,int xx1,int xx2,int xy1,int xy2,double tx1,double tx2,double ty1,double ty2) argument
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | affine-bench.c | 76 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local in function:compute_transformed_extents 96 tx2 = ty2 = INT64_MIN; 117 if (tx > tx2) 118 tx2 = tx; 125 transformed->x2 = tx2;
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nvc0_xv.c | 217 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local in function:nvc0_xv_image_put 250 PUSH_DATAf(push, tx2+(tx2-tx1)); 273 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| H A D | nv30_xv_tex.c | 298 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local in function:NV30PutTextureImage 316 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| H A D | nv40_xv_tex.c | 301 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local in function:NV40PutTextureImage 319 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| H A D | nv50_xv.c | 245 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local in function:nv50_xv_image_put 267 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| H A D | pixman.c | 358 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local in function:compute_transformed_extents 378 tx2 = ty2 = INT64_MIN; 399 if (tx > tx2) 400 tx2 = tx; 407 transformed->x2 = tx2;
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_video.c | 623 int tx1,tx2; local in function:TRIDENTDisplayVideo 648 tx2 = dstBox->x2 + pTrident->hsync + pTrident->hsync_rskew; 656 OUTW(vgaIOBase + 4, (tx2 & 0xff) <<8 | 0x8A); 657 OUTW(vgaIOBase + 4, (tx2 & 0xff00) | 0x8B);
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 170 unsigned tx2 = tx1 + hud->font.glyph_width; local in function:hud_draw_string 193 vertices[num++] = (float) tx2; 198 vertices[num++] = (float) tx2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 170 unsigned tx2 = tx1 + hud->font.glyph_width; local in function:hud_draw_string 193 vertices[num++] = (float) tx2; 198 vertices[num++] = (float) tx2;
|
| /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| H A D | driver.c | 1399 int i, j, tx1, tx2, ty1, ty2; local in function:msUpdatePacked 1402 tx2 = (extents->x2 + TILE - 1) / TILE; 1406 nrects = (tx2 - tx1) * (ty2 - ty1); 1412 for (i = tx2 - 1; i >= tx1; i--) {
|
| /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 1345 uint32_t tx2 = MIN2(tx1 + fb->pipe0.width, fb->tile_count.width); local in function:tu_cmd_render_tiles 1349 for (uint32_t tx = tx1; tx < tx2; tx++, slot++) {
|