HomeSort by: relevance | last modified time | path
    Searched defs:ty (Results 1 - 25 of 71) sorted by relevancy

1 2 3

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
gen4_source.c 71 pixman_fixed_t tx, ty; local
107 if (sna_transform_is_translation(picture->transform, &tx, &ty)) {
114 if (tx | ty) {
116 y0 -= pixman_fixed_to_double(ty);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
gen4_source.c 71 pixman_fixed_t tx, ty; local
107 if (sna_transform_is_translation(picture->transform, &tx, &ty)) {
114 if (tx | ty) {
116 y0 -= pixman_fixed_to_double(ty);
  /xsrc/external/mit/mesa-demos/dist/src/tests/
clip.c 57 float tx = Verts[0][0], ty = Verts[0][1]; local
60 Verts[2][0] = tx; Verts[2][1] = ty;
exactrast.c 54 float tx = 0.375, ty = 0.375; local
60 glTranslatef(tx + Xtrans, ty + Ytrans, 0);
linehacks.c 165 float ty = offsets_alpha[pass][1] / vpHeight * s; local
170 glTranslatef(tx, ty, 0.0);
  /xsrc/external/mit/mesa-demos/dist/src/trivial/
tri-viewport.c 33 static float ty = 0; variable
94 tw = th = tx = ty = 0;
111 fprintf(stderr, "glViewport(%f %f %f %f)\n", tx, ty, w, h);
139 glViewport(tx, ty, w, h);
189 glViewport(tx, ty, w, h);
258 ty = atof(getenv("VPY"));
280 ty += 1.0;
283 ty -= 1.0;
  /xsrc/external/mit/MesaLib/dist/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
65 ty = ux * m4 + uy * m5 + uz * m6;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
73 out[i][1] = ty * scale;
90 GLfloat tx, ty, tz; local
94 ty = ux * m4 + uy * m5 + uz * m6;
100 out[i][1] = ty * len;
128 GLfloat tx, ty, tz; local
132 ty = uy * m5
155 GLfloat tx, ty, tz; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/mesa/math/
m_norm_tmp.h 61 GLfloat tx, ty, tz; local
65 ty = ux * m4 + uy * m5 + uz * m6;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
73 out[i][1] = ty * scale;
90 GLfloat tx, ty, tz; local
94 ty = ux * m4 + uy * m5 + uz * m6;
100 out[i][1] = ty * len;
128 GLfloat tx, ty, tz; local
132 ty = uy * m5
155 GLfloat tx, ty, tz; local
    [all...]
  /xsrc/external/mit/mesa-demos/dist/src/demos/
multiarb.c 59 float tx = 0.5, ty = 0.5; local
60 glTranslatef(tx, ty, 0.0);
63 glTranslatef(-tx, -ty + i * 0.1, 0.0);
singlebuffer.c 36 float tx, ty, tz; member in struct:box
62 Boxes[i].ty = -1.0 + 2.0 * Random();
85 glTranslatef(Boxes[i].tx, Boxes[i].ty, Boxes[i].tz);
  /xsrc/external/mit/xf86-video-intel/dist/test/
basic-stippledrect.c 19 uint8_t stipple, uint8_t opaque, int tx, int ty,
32 val.ts_y_origin = ty;
76 int ty = rand() % (2*out.height) - out.height; local
84 stipple, opaque, tx, ty,
88 stipple, opaque, tx, ty,
127 int ty = rand() % (2*out.height) - out.height; local
135 stipple, opaque, tx, ty,
139 stipple, opaque, tx, ty,
188 int ty = rand() % (2*out.height) - out.height; local
196 stipple, opaque, tx, ty,
    [all...]
basic-tiledrect.c 64 uint8_t tile, int tx, int ty,
78 val.ts_y_origin = ty;
141 int ty = rand() % (2*out.height) - out.height; local
148 tile, tx, ty,
152 tile, tx, ty,
157 tile, tx, ty,
161 tile, tx, ty,
214 int ty = rand() % (2*out.height) - out.height; local
221 tile, tx, ty,
225 tile, tx, ty,
278 int ty = rand() % (2*out.height) - out.height; local
352 int ty = rand() % (2*out.height) - out.height; local
    [all...]
  /xsrc/external/mit/xf86-video-intel-2014/dist/test/
basic-stippledrect.c 19 uint8_t stipple, uint8_t opaque, int tx, int ty,
32 val.ts_y_origin = ty;
76 int ty = rand() % (2*out.height) - out.height; local
84 stipple, opaque, tx, ty,
88 stipple, opaque, tx, ty,
127 int ty = rand() % (2*out.height) - out.height; local
135 stipple, opaque, tx, ty,
139 stipple, opaque, tx, ty,
188 int ty = rand() % (2*out.height) - out.height; local
196 stipple, opaque, tx, ty,
    [all...]
basic-tiledrect.c 64 uint8_t tile, int tx, int ty,
78 val.ts_y_origin = ty;
141 int ty = rand() % (2*out.height) - out.height; local
148 tile, tx, ty,
152 tile, tx, ty,
157 tile, tx, ty,
161 tile, tx, ty,
214 int ty = rand() % (2*out.height) - out.height; local
221 tile, tx, ty,
225 tile, tx, ty,
278 int ty = rand() % (2*out.height) - out.height; local
352 int ty = rand() % (2*out.height) - out.height; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 374 int ty = y * TILE_SIZE; local
397 count = debug_clear_tile(tx, ty, block->arg[k], tile, val);
400 count = debug_blit_tile(tx, ty, block->arg[k], tile, val);
404 count = debug_shade_tile(tx, ty, block->arg[k], tile, val);
413 count = debug_triangle(tx, ty, block->arg[k], tile, val);
416 count = debug_rectangle(tx, ty, block->arg[k], tile, val);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.cpp 68 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
70 Instruction *insn = new_Instruction(func, op, ty);
80 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
83 Instruction *insn = new_Instruction(func, op, ty);
94 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
97 Instruction *insn = new_Instruction(func, op, ty);
109 BuildUtil::mkLoad(DataType ty, Value *dst, Symbol *mem, Value *ptr)
111 Instruction *insn = new_Instruction(func, OP_LOAD, ty);
123 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
126 Instruction *insn = new_Instruction(func, op, ty);
156 DataType ty = TYPE_F32; local
    [all...]
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 575 unsigned ty = y >> k; local
580 m += ((ty * nx) + tx) << k << k;
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/llvmpipe/
lp_rast_debug.c 252 int ty = y * TILE_SIZE; local
273 count = debug_clear_tile(tx, ty, block->arg[k], tile, val);
277 count = debug_shade_tile(tx, ty, block->arg[k], tile, val);
286 count = debug_triangle(tx, ty, block->arg[k], tile, val);
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_build_util.cpp 66 BuildUtil::mkOp1(operation op, DataType ty, Value *dst, Value *src)
68 Instruction *insn = new_Instruction(func, op, ty);
78 BuildUtil::mkOp2(operation op, DataType ty, Value *dst,
81 Instruction *insn = new_Instruction(func, op, ty);
92 BuildUtil::mkOp3(operation op, DataType ty, Value *dst,
95 Instruction *insn = new_Instruction(func, op, ty);
107 BuildUtil::mkLoad(DataType ty, Value *dst, Symbol *mem, Value *ptr)
109 Instruction *insn = new_Instruction(func, OP_LOAD, ty);
121 BuildUtil::mkStore(operation op, DataType ty, Symbol *mem, Value *ptr,
124 Instruction *insn = new_Instruction(func, op, ty);
154 DataType ty = TYPE_F32; local
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/nouveau/nv30/
nv30_transfer.c 575 unsigned ty = y >> k; local
580 m += ((ty * nx) + tx) << k << k;
  /xsrc/external/mit/ctwm/dist/
win_iconify.c 446 int fx, fy, tx, ty; /* from, to */ local
462 XGetGeometry(dpy, wt, &JunkRoot, &tx, &ty, &tw, &th, &JunkBW, &JunkDepth);
465 dy = (long) ty - (long) fy; /* going from -> to */
483 XDrawRectangle(dpy, Scr->Root, Scr->DrawGC, tx, ty, tw, th);
  /xsrc/external/mit/freetype/dist/src/psaux/
psglue.h 83 CF2_F16Dot16 ty; member in struct:CF2_Matrix_
  /xsrc/external/mit/mesa-demos/dist/src/xdemos/
glxpbdemo.c 316 float ty = -2.0 + 4.0 * Random(); local
326 glTranslatef(tx, ty, tz);
pbdemo.c 382 float ty = -2.0 + 4.0 * Random(); local
392 glTranslatef(tx, ty, tz);
  /xsrc/external/mit/pixman/dist/test/
affine-test.c 133 int c, s, tx = 0, ty = 0; local
147 ty = pixman_int_to_fixed (MAX_SRC_HEIGHT);
153 ty = pixman_int_to_fixed (MAX_SRC_WIDTH);
162 pixman_transform_translate (&transform, NULL, tx, ty);

Completed in 23 milliseconds

1 2 3