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

1 2 3 4 5 6

  /xsrc/external/mit/xf86-video-intel/dist/src/sna/
sna_transform.c 52 pixman_fixed_t *ty)
55 *tx = *ty = 0;
69 *ty = t->matrix[1][2];
74 sna_transform_is_integer_translation(const PictTransform *t, int16_t *tx, int16_t *ty)
77 *tx = *ty = 0;
95 *ty = pixman_fixed_to_int(t->matrix[1][2]);
102 int16_t *tx, int16_t *ty)
106 *tx = *ty = 0;
152 *ty = pixman_fixed_to_int(t->matrix[1][2] + IntToxFixed(1)/2);
  /xsrc/external/mit/xf86-video-intel-2014/dist/src/sna/
sna_transform.c 52 pixman_fixed_t *ty)
55 *tx = *ty = 0;
69 *ty = t->matrix[1][2];
74 sna_transform_is_integer_translation(const PictTransform *t, int16_t *tx, int16_t *ty)
77 *tx = *ty = 0;
95 *ty = pixman_fixed_to_int(t->matrix[1][2]);
102 int16_t *tx, int16_t *ty)
106 *tx = *ty = 0;
152 *ty = pixman_fixed_to_int(t->matrix[1][2] + IntToxFixed(1)/2);
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 54 static inline unsigned int typeSizeof(DataType ty)
56 switch (ty) {
81 static inline unsigned int typeSizeofLog2(DataType ty)
83 switch (ty) {
122 static inline bool isFloatType(DataType ty)
124 return (ty >= TYPE_F16 && ty <= TYPE_F64);
127 static inline bool isSignedIntType(DataType ty)
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64)
    [all...]
nv50_ir_build_util.h 179 DataType ty, uint32_t baseAddress);
265 BuildUtil::mkOp(operation op, DataType ty, Value *dst)
267 Instruction *insn = new_Instruction(func, op, ty);
279 BuildUtil::mkOp1v(operation op, DataType ty, Value *dst, Value *src)
281 mkOp1(op, ty, dst, src);
286 BuildUtil::mkOp2v(operation op, DataType ty, Value *dst,
289 mkOp2(op, ty, dst, src0, src1);
294 BuildUtil::mkOp3v(operation op, DataType ty, Value *dst,
297 mkOp3(op, ty, dst, src0, src1, src2);
302 BuildUtil::mkLoadv(DataType ty, Symbol *mem, Value *ptr
    [all...]
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.old/dist/src/gallium/drivers/nouveau/codegen/
nv50_ir_inlines.h 54 static inline unsigned int typeSizeof(DataType ty)
56 switch (ty) {
81 static inline unsigned int typeSizeofLog2(DataType ty)
83 switch (ty) {
122 static inline bool isFloatType(DataType ty)
124 return (ty >= TYPE_F16 && ty <= TYPE_F64);
127 static inline bool isSignedIntType(DataType ty)
129 return (ty == TYPE_S8 || ty == TYPE_S16 || ty == TYPE_S32 || ty == TYPE_S64)
    [all...]
nv50_ir_build_util.h 174 DataType ty, uint32_t baseAddress);
259 BuildUtil::mkOp(operation op, DataType ty, Value *dst)
261 Instruction *insn = new_Instruction(func, op, ty);
273 BuildUtil::mkOp1v(operation op, DataType ty, Value *dst, Value *src)
275 mkOp1(op, ty, dst, src);
280 BuildUtil::mkOp2v(operation op, DataType ty, Value *dst,
283 mkOp2(op, ty, dst, src0, src1);
288 BuildUtil::mkOp3v(operation op, DataType ty, Value *dst,
291 mkOp3(op, ty, dst, src0, src1, src2);
296 BuildUtil::mkLoadv(DataType ty, Symbol *mem, Value *ptr
    [all...]
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/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/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...]
render-trapezoid-image.c 92 int use_window, int tx, int ty,
107 tx, ty,
168 int tx, ty; local
172 ty = rand() % (tt.height - 1);
173 } while (tx == x && ty == y);
179 use_window, tx, ty,
287 int tx, ty, try = 50; local
298 ty = h == tt.height ? 0 : rand() % (tt.height - h);
300 (ty+h > y && ty < y+h)) &
389 int tx, ty, try = 50; 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...]
render-trapezoid-image.c 92 int use_window, int tx, int ty,
107 tx, ty,
168 int tx, ty; local
172 ty = rand() % (tt.height - 1);
173 } while (tx == x && ty == y);
179 use_window, tx, ty,
287 int tx, ty, try = 50; local
298 ty = h == tt.height ? 0 : rand() % (tt.height - h);
300 (ty+h > y && ty < y+h)) &
389 int tx, ty, try = 50; local
    [all...]
  /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/freetype/dist/src/psaux/
psglue.h 83 CF2_F16Dot16 ty; member in struct:CF2_Matrix_
  /xsrc/external/mit/MesaLib/dist/src/gallium/drivers/etnaviv/
etnaviv_tiling.c 41 unsigned ty = (dsty / TEX_TILE_HEIGHT) * dst_stride + \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
  /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/etnaviv/
etnaviv_tiling.c 41 unsigned ty = (dsty / TEX_TILE_HEIGHT) * dst_stride + \
45 ((type *)dest)[ty + (dstx / TEX_TILE_WIDTH) * TEX_TILE_WORDS + \
  /xsrc/external/mit/MesaLib/dist/src/compiler/nir/
nir_opcodes.py 165 def unop(name, ty, const_expr):
166 opcode(name, 0, ty, [0], [ty], False, "", const_expr)
559 def binop(name, ty, alg_props, const_expr):
560 binop_convert(name, ty, ty, alg_props, const_expr)
562 def binop_compare(name, ty, alg_props, const_expr):
563 binop_convert(name, tbool1, ty, alg_props, const_expr)
565 def binop_compare8(name, ty, alg_props, const_expr):
566 binop_convert(name, tbool8, ty, alg_props, const_expr
    [all...]
  /xsrc/external/mit/MesaLib.old/dist/src/compiler/nir/
nir_opcodes.py 153 def unop(name, ty, const_expr):
154 opcode(name, 0, ty, [0], [ty], False, "", const_expr)
447 def binop(name, ty, alg_props, const_expr):
448 binop_convert(name, ty, ty, alg_props, const_expr)
450 def binop_compare(name, ty, alg_props, const_expr):
451 binop_convert(name, tbool1, ty, alg_props, const_expr)
453 def binop_compare32(name, ty, alg_props, const_expr):
454 binop_convert(name, tbool32, ty, alg_props, const_expr
    [all...]
  /xsrc/external/mit/xorg-server.old/dist/mi/
mifpolycon.c 59 int *by, int *ty);
257 int *ty)
279 *ty = ICEIL(ymax + yFtrans - 1);
mipolycon.c 57 static int getPolyYBounds(DDXPointPtr pts, int n, int *by, int *ty);
224 getPolyYBounds(DDXPointPtr pts, int n, int *by, int *ty)
246 *ty = ymax;
  /xsrc/external/mit/pixman/dist/test/
affine-bench.c 100 pixman_fixed_48_16_t tx, ty; local
111 ty = (pixman_fixed_48_16_t)v.vector[1];
115 if (ty < ty1)
116 ty1 = ty;
119 if (ty > ty2)
120 ty2 = ty;

Completed in 25 milliseconds

1 2 3 4 5 6