| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| nvc0_xv.c | 217 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local 250 PUSH_DATAf(push, tx2+(tx2-tx1)); 273 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| nv30_xv_tex.c | 298 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local 316 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| nv40_xv_tex.c | 301 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local 319 VERTEX_OUT(tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| nv50_xv.c | 245 float tx2=X1+(float)(pbox->x2 - dstBox->x1)*(src_w)/(float)(drw_w); local 267 PUSH_VTX1s(push, tx2+(tx2-tx1), ty1, sx2+(sx2-sx1), sy1);
|
| /xsrc/external/mit/pixman/dist/test/ |
| affine-bench.c | 76 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local 96 tx2 = ty2 = INT64_MIN; 117 if (tx > tx2) 118 tx2 = tx; 125 transformed->x2 = tx2;
|
| /xsrc/external/mit/pixman/dist/pixman/ |
| pixman.c | 358 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local 378 tx2 = ty2 = INT64_MIN; 399 if (tx > tx2) 400 tx2 = tx; 407 transformed->x2 = tx2;
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| hud_context.c | 170 unsigned tx2 = tx1 + hud->font.glyph_width; local 193 vertices[num++] = (float) tx2; 198 vertices[num++] = (float) tx2;
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/ |
| hud_context.c | 170 unsigned tx2 = tx1 + hud->font.glyph_width; local 193 vertices[num++] = (float) tx2; 198 vertices[num++] = (float) tx2;
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| trident_video.c | 623 int tx1,tx2; local 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/xorg-server/dist/hw/xfree86/drivers/modesetting/ |
| driver.c | 1399 int i, j, tx1, tx2, ty1, ty2; local 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/ |
| tu_cmd_buffer.c | 1345 uint32_t tx2 = MIN2(tx1 + fb->pipe0.width, fb->tile_count.width); local 1349 for (uint32_t tx = tx1; tx < tx2; tx++, slot++) {
|