Searched refs:tx (Results 1 - 25 of 187) sorted by relevance

12345678

/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_staging.c58 boolean direct, struct util_staging_transfer *tx)
64 pipe_resource_reference(&tx->base.resource, pt);
65 tx->base.level = level;
66 tx->base.usage = usage;
67 tx->base.box = *box;
71 tx->staging_resource = pt;
72 return tx;
76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template);
77 if (!tx->staging_resource)
79 pipe_resource_reference(&tx
53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument
108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local
[all...]
H A Du_staging.h58 boolean direct, struct util_staging_transfer *tx);
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.c58 boolean direct, struct util_staging_transfer *tx)
64 pipe_resource_reference(&tx->base.resource, pt);
65 tx->base.level = level;
66 tx->base.usage = usage;
67 tx->base.box = *box;
71 tx->staging_resource = pt;
72 return tx;
76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template);
77 if (!tx->staging_resource)
79 pipe_resource_reference(&tx
53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument
108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local
[all...]
H A Du_staging.h58 boolean direct, struct util_staging_transfer *tx);
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
H A Dnvc0_transfer.c339 struct nvc0_transfer *tx; local
346 tx = CALLOC_STRUCT(nvc0_transfer);
347 if (!tx)
350 pipe_resource_reference(&tx->base.resource, res);
352 tx->base.level = level;
353 tx->base.usage = usage;
354 tx->base.box = *box;
357 tx->nblocksx = box->width << mt->ms_x;
358 tx->nblocksy = box->height << mt->ms_y;
360 tx
412 struct nvc0_transfer *tx = (struct nvc0_transfer *)transfer; local
439 struct nvc0_transfer *tx = (struct nvc0_transfer *)transfer; local
[all...]
/external/mesa3d/src/gallium/drivers/nvc0/
H A Dnvc0_transfer.c339 struct nvc0_transfer *tx; local
346 tx = CALLOC_STRUCT(nvc0_transfer);
347 if (!tx)
350 pipe_resource_reference(&tx->base.resource, res);
352 tx->base.level = level;
353 tx->base.usage = usage;
354 tx->base.box = *box;
357 tx->nblocksx = box->width << mt->ms_x;
358 tx->nblocksy = box->height << mt->ms_y;
360 tx
412 struct nvc0_transfer *tx = (struct nvc0_transfer *)transfer; local
439 struct nvc0_transfer *tx = (struct nvc0_transfer *)transfer; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
H A Dnv50_transfer.c259 struct nv50_transfer *tx; local
266 tx = CALLOC_STRUCT(nv50_transfer);
267 if (!tx)
270 pipe_resource_reference(&tx->base.resource, res);
272 tx->base.level = level;
273 tx->base.usage = usage;
274 tx->base.box = *box;
277 tx->nblocksx = box->width << mt->ms_x;
278 tx->nblocksy = box->height << mt->ms_x;
280 tx
331 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local
358 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local
[all...]
/external/mesa3d/src/gallium/drivers/nv50/
H A Dnv50_transfer.c259 struct nv50_transfer *tx; local
266 tx = CALLOC_STRUCT(nv50_transfer);
267 if (!tx)
270 pipe_resource_reference(&tx->base.resource, res);
272 tx->base.level = level;
273 tx->base.usage = usage;
274 tx->base.box = *box;
277 tx->nblocksx = box->width << mt->ms_x;
278 tx->nblocksy = box->height << mt->ms_x;
280 tx
331 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local
358 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local
[all...]
/external/chromium_org/tools/page_cycler/database/
H A Dcommon.js54 function(tx) {
55 tx.executeSql('CREATE TABLE IF NOT EXISTS Test (ID INT, Foo TEXT)', [],
56 function(tx, data) {}, function(tx, error) {});
57 tx.executeSql('DELETE FROM Test');
61 tx.executeSql('INSERT INTO Test VALUES (?, ?)',
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/
H A Dnv30_miptree.c168 struct nv30_transfer *tx; local
171 tx = CALLOC_STRUCT(nv30_transfer);
172 if (!tx)
174 pipe_resource_reference(&tx->base.resource, pt);
175 tx->base.level = level;
176 tx->base.usage = usage;
177 tx->base.box = *box;
178 tx->base.stride = util_format_get_nblocksx(pt->format, box->width) *
180 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) *
181 tx
220 struct nv30_transfer *tx = nv30_transfer(ptx); local
234 struct nv30_transfer *tx = nv30_transfer(ptx); local
[all...]
/external/mesa3d/src/gallium/drivers/nv30/
H A Dnv30_miptree.c168 struct nv30_transfer *tx; local
171 tx = CALLOC_STRUCT(nv30_transfer);
172 if (!tx)
174 pipe_resource_reference(&tx->base.resource, pt);
175 tx->base.level = level;
176 tx->base.usage = usage;
177 tx->base.box = *box;
178 tx->base.stride = util_format_get_nblocksx(pt->format, box->width) *
180 tx->base.layer_stride = util_format_get_nblocksy(pt->format, box->height) *
181 tx
220 struct nv30_transfer *tx = nv30_transfer(ptx); local
234 struct nv30_transfer *tx = nv30_transfer(ptx); local
[all...]
/external/dropbear/libtommath/
H A Dbn_fast_s_mp_mul_digs.c53 int tx, ty; local
59 tx = ix - ty;
62 tmpx = a->dp + tx;
66 while (tx++ < a->used && ty-- >= 0) { ... }
68 iy = MIN(a->used-tx, ty+1);
H A Dbn_fast_s_mp_mul_high_digs.c45 int tx, ty, iy; local
50 tx = ix - ty;
53 tmpx = a->dp + tx;
57 while (tx++ < a->used && ty-- >= 0) { ... }
59 iy = MIN(a->used-tx, ty+1);
H A Dbn_fast_s_mp_sqr.c22 * (ty-tx) so that it never happens. You double all those
45 int tx, ty, iy; local
54 tx = ix - ty;
57 tmpx = a->dp + tx;
61 while (tx++ < a->used && ty-- >= 0) { ... }
63 iy = MIN(a->used-tx, ty+1);
65 /* now for squaring tx can never equal ty
69 iy = MIN(iy, (ty-tx+1)>>1);
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/asm/
H A Drc4-586.pl67 $tx="ecx";
77 &add (&LB($yy),&LB($tx));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
81 &add ($ty,$tx);
86 &mov ($tx,&DWP(0,$dat,$xx,4));
88 &mov ($tx,&wparam(3)); # reload [re-biased] out
105 &add (&LB($yy),&LB($tx));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
115 &add (&LB($ty),&LB($tx));
117 &mov ($tx,
[all...]
/external/openssl/crypto/rc4/asm/
H A Drc4-586.pl67 $tx="ecx";
77 &add (&LB($yy),&LB($tx));
79 &mov (&DWP(0,$dat,$yy,4),$tx);
81 &add ($ty,$tx);
86 &mov ($tx,&DWP(0,$dat,$xx,4));
88 &mov ($tx,&wparam(3)); # reload [re-biased] out
105 &add (&LB($yy),&LB($tx));
112 &mov (&DWP(0,$dat,$yy,4),$tx);
115 &add (&LB($ty),&LB($tx));
117 &mov ($tx,
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/
H A DTranslateTransformOperation.h36 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) argument
38 return adoptRef(new TranslateTransformOperation(tx, ty, Length(0, Fixed), type));
41 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument
43 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type));
76 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type) argument
77 : m_x(tx)
/external/strace/
H A Dtime.c582 } tx; local
584 if (umove(tcp, addr, &tx) < 0)
588 printflags(adjtimex_modes, tx.modes, "ADJ_???");
590 tx.offset, tx.freq, tx.maxerror);
591 tprintf("esterror=%u, status=", tx.esterror);
592 printflags(adjtimex_status, tx.status, "STA_???");
594 tx.constant, tx
611 struct timex tx; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
111 tx + x, ty + y);
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
130 boolean contained_x = tx + x >= dstx &&
131 tx + x + TILE_SIZE <= dstx + width ?
146 tx + x, ty + y);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_surface.c100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
111 tx + x, ty + y);
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
130 boolean contained_x = tx + x >= dstx &&
131 tx + x + TILE_SIZE <= dstx + width ?
146 tx + x, ty + y);
/external/chromium_org/third_party/skia/src/gpu/
H A DFlingState.cpp79 float tx = fDirection.fX * dist; local
82 tx = sk_float_round2int(tx);
85 matrix->setTranslate(tx, ty);
86 // printf("---- evaluate (%g %g)\n", tx, ty);
/external/skia/src/gpu/
H A DFlingState.cpp79 float tx = fDirection.fX * dist; local
82 tx = sk_float_round2int(tx);
85 matrix->setTranslate(tx, ty);
86 // printf("---- evaluate (%g %g)\n", tx, ty);
/external/chromium_org/third_party/mesa/src/src/mesa/math/
H A Dm_norm_tmp.h61 GLfloat tx, ty, tz; local
64 tx = ux * m0 + uy * m1 + uz * m2;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
72 out[i][0] = tx * scale;
90 GLfloat tx, ty, tz; local
93 tx = ux * m0 + uy * m1 + uz * m2;
99 out[i][0] = tx * len;
128 GLfloat tx, ty, tz; local
131 tx
155 GLfloat tx, ty, tz; local
[all...]
/external/mesa3d/src/mesa/math/
H A Dm_norm_tmp.h61 GLfloat tx, ty, tz; local
64 tx = ux * m0 + uy * m1 + uz * m2;
69 GLdouble len = tx*tx + ty*ty + tz*tz;
72 out[i][0] = tx * scale;
90 GLfloat tx, ty, tz; local
93 tx = ux * m0 + uy * m1 + uz * m2;
99 out[i][0] = tx * len;
128 GLfloat tx, ty, tz; local
131 tx
155 GLfloat tx, ty, tz; local
[all...]
/external/chromium_org/third_party/openssl/openssl/crypto/rc4/
H A Drc4_enc.c74 register RC4_INT x,y,tx,ty; local
115 tx=d[x], \
116 y=(tx+y)&0xff, \
118 d[y]=tx, \
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
267 tx=d[x]; \
268 y=(tx+y)&0xff; \
270 d[y]=tx; \
271 (out) = d[(tx+ty)&0xff]^ (in);

Completed in 893 milliseconds

12345678