| /xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 1095 UINT_32 ty0, ty1; local in function:Addr::V1::SiLib::TileCoordToMaskElementIndex 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/ |
| H A D | hud_context.c | 169 unsigned ty1 = (*s / 16) * hud->font.glyph_height; local in function:hud_draw_string 171 unsigned ty2 = ty1 + hud->font.glyph_height; 184 vertices[num++] = (float) ty1; 199 vertices[num++] = (float) ty1;
|
| /xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/r800/ |
| H A D | siaddrlib.cpp | 1094 UINT_32 ty0, ty1; local in function:Addr::V1::SiLib::TileCoordToMaskElementIndex 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/freedreno/vulkan/ |
| H A D | tu_cmd_buffer.c | 1344 uint32_t ty1 = py * fb->pipe0.height; local in function:tu_cmd_render_tiles 1346 uint32_t ty2 = MIN2(ty1 + fb->pipe0.height, fb->tile_count.height); 1348 for (uint32_t ty = ty1; ty < ty2; ty++) {
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/hud/ |
| H A D | hud_context.c | 169 unsigned ty1 = (*s / 16) * hud->font.glyph_height; local in function:hud_draw_string 171 unsigned ty2 = ty1 + hud->font.glyph_height; 184 vertices[num++] = (float) ty1; 199 vertices[num++] = (float) ty1;
|
| /xsrc/external/mit/oclock/dist/ |
| H A D | transform.c | 97 double tx1, double tx2, double ty1, double ty2) 101 t->my = ((double) xy2 - xy1) / (ty2 - ty1); 102 t->by = ((double) xy1) - t->my * ty1; 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/pixman/dist/pixman/ |
| H A D | pixman.c | 358 pixman_fixed_48_16_t tx1, ty1, tx2, ty2; local in function:compute_transformed_extents 377 tx1 = ty1 = INT64_MAX; 397 if (ty < ty1) 398 ty1 = ty; 406 transformed->y1 = ty1;
|
| /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 95 tx1 = ty1 = INT64_MAX; 115 if (ty < ty1) 116 ty1 = ty; 124 transformed->y1 = ty1;
|
| /xsrc/external/mit/xeyes/dist/ |
| H A D | transform.c | 104 double tx1, double tx2, double ty1, double ty2) 108 t->my = ((double) xy2 - xy1) / (ty2 - ty1); 109 t->by = ((double) xy1) - t->my * ty1; 102 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 | 31 double tx1, double tx2, double ty1, double ty2);
|
| /xsrc/external/mit/xf86-video-nouveau/dist/src/ |
| H A D | nv30_xv_tex.c | 299 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); 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 D | nv40_xv_tex.c | 302 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); 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 D | nv50_xv.c | 246 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); local in function:nv50_xv_image_put 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));
|
| H A D | nvc0_xv.c | 218 float ty1=Y1+(float)(pbox->y1 - dstBox->y1)*(Y2-Y1)/(float)(drw_h); local in function:nvc0_xv_image_put 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));
|
| /xsrc/external/mit/xf86-video-trident/dist/src/ |
| H A D | trident_video.c | 624 int ty1,ty2; local in function:TRIDENTDisplayVideo 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/glamor/ |
| H A D | glamor_utils.h | 192 tx1, ty1, \ 212 _glamor_repeat_reflect_fixup(ty1, _y1_, d, odd_y, \ 218 ty1, tx2, ty2, \ 240 ty1 = d - priv->box.y1; \ 241 ty2 = ty1 - ((_y2_) - (_y1_)); \ 243 ty1 = d - priv->box.y1; \ 244 ty2 = ty1 + ((_y2_) - (_y1_)); \ 248 ty1 = (d - priv->box.y1); \ 250 ty2 = ty1 + ((_y2_) - (_y1_)); \ 256 ty1, _x1 [all...] |
| /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 1403 ty1 = extents->y1 / TILE; 1406 nrects = (tx2 - tx1) * (ty2 - ty1); 1411 for (j = ty2 - 1; j >= ty1; j--) {
|