Searched refs:ty1 (Results 1 - 18 of 18) sorted by path

/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/r800/
H A Dsiaddrlib.cpp1095 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 Dhud_context.c169 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 Dsiaddrlib.cpp1094 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 Dtu_cmd_buffer.c1344 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 Dhud_context.c169 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 Dtransform.c97 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 Dtransform.h63 double tx1, double tx2, double ty1, double ty2 );
/xsrc/external/mit/pixman/dist/pixman/
H A Dpixman.c358 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 Daffine-bench.c76 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 Dtransform.c104 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 Dtransform.h31 double tx1, double tx2, double ty1, double ty2);
/xsrc/external/mit/xf86-video-nouveau/dist/src/
H A Dnv30_xv_tex.c299 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 Dnv40_xv_tex.c302 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 Dnv50_xv.c246 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 Dnvc0_xv.c218 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 Dtrident_video.c624 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 Dglamor_utils.h192 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 Ddriver.c1399 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--) {

Completed in 108 milliseconds