HomeSort by: relevance | last modified time | path
    Searched defs:ty1 (Results 1 - 13 of 13) sorted by relevancy

  /xsrc/external/mit/xf86-video-nouveau/dist/src/
nvc0_xv.c 218 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); local
242 PUSH_DATAf(push, ty1);
251 PUSH_DATAf(push, ty1);
260 PUSH_DATAf(push, ty2+(ty2-ty1));
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));
nv30_xv_tex.c 299 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); local
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));
nv40_xv_tex.c 302 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); local
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));
nv50_xv.c 246 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); local
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/pixman/dist/test/
affine-bench.c 76 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local
95 tx1 = ty1 = INT64_MAX;
115 if (ty < ty1)
116 ty1 = ty;
124 transformed->y1 = ty1;
  /xsrc/external/mit/pixman/dist/pixman/
pixman.c 358 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local
377 tx1 = ty1 = INT64_MAX;
397 if (ty < ty1)
398 ty1 = ty;
406 transformed->y1 = ty1;
  /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/
siaddrlib.cpp 1094 UINT_32 ty0, ty1; local
1099 ty1 = _BIT(ty,1);
1107 elemIdx1 = tx1 ^ ty1;
1115 elemIdx0 = tx1 ^ ty1;
1129 elemIdx1 = tx1^ty1;
1136 elemIdx1 = tx1^ty1;
1156 elemIdx0 = tx1^ty1;
1176 elemIdx1 = tx1^ty1;
1183 elemIdx1 = tx1^ty1;
1190 elemIdx0 = tx1^ty1;
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/
hud_context.c 169 unsigned ty1 = (*s / 16) * hud->font.glyph_height; local
171 unsigned ty2 = ty1 + hud->font.glyph_height;
184 vertices[num++] = (float) ty1;
199 vertices[num++] = (float) ty1;
  /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
siaddrlib.cpp 1095 UINT_32 ty0, ty1; local
1100 ty1 = _BIT(ty,1);
1108 elemIdx1 = tx1 ^ ty1;
1116 elemIdx0 = tx1 ^ ty1;
1130 elemIdx1 = tx1^ty1;
1137 elemIdx1 = tx1^ty1;
1157 elemIdx0 = tx1^ty1;
1177 elemIdx1 = tx1^ty1;
1184 elemIdx1 = tx1^ty1;
1191 elemIdx0 = tx1^ty1;
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/hud/
hud_context.c 169 unsigned ty1 = (*s / 16) * hud->font.glyph_height; local
171 unsigned ty2 = ty1 + hud->font.glyph_height;
184 vertices[num++] = (float) ty1;
199 vertices[num++] = (float) ty1;
  /xsrc/external/mit/xf86-video-trident/dist/src/
trident_video.c 624 int ty1,ty2; local
649 ty1 = dstBox->y1 + pTrident->vsync - 2;
654 OUTW(vgaIOBase + 4, (ty1 & 0xff) <<8 | 0x88);
655 OUTW(vgaIOBase + 4, (ty1 & 0xff00) | 0x89);
  /xsrc/external/mit/xorg-server/dist/hw/xfree86/drivers/modesetting/
driver.c 1399 int i, j, tx1, tx2, ty1, ty2; local
1403 ty1 = extents->y1 / TILE;
1406 nrects = (tx2 - tx1) * (ty2 - ty1);
1411 for (j = ty2 - 1; j >= ty1; j--) {
  /xsrc/external/mit/MesaLib/dist/src/freedreno/vulkan/
tu_cmd_buffer.c 1344 uint32_t ty1 = py * fb->pipe0.height; local
1346 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height);
1348 for (uint32_t ty = ty1; ty < ty2; ty++) {

Completed in 26 milliseconds