/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/ |
u_staging.c | 58 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->base.resource, NULL) 108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local [all...] |
u_staging.h | 58 boolean direct, struct util_staging_transfer *tx);
|
/external/mesa3d/src/gallium/auxiliary/util/ |
u_staging.c | 58 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->base.resource, NULL) 108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local [all...] |
u_staging.h | 58 boolean direct, struct util_staging_transfer *tx);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/ |
nvc0_transfer.c | 339 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->nblocksx = util_format_get_nblocksx(res->format, box->width) 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/ |
nvc0_transfer.c | 339 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->nblocksx = util_format_get_nblocksx(res->format, box->width) 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/ |
nv50_transfer.c | 259 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->nblocksx = util_format_get_nblocksx(res->format, box->width) 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/ |
nv50_transfer.c | 259 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->nblocksx = util_format_get_nblocksx(res->format, box->width) 331 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local 358 struct nv50_transfer *tx = (struct nv50_transfer *)transfer; local [all...] |
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/ |
atm_eni.h | 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm_eni.h | 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/ |
atm_eni.h | 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv30/ |
nv30_miptree.c | 168 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->base.stride 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/ |
nv30_miptree.c | 168 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->base.stride 220 struct nv30_transfer *tx = nv30_transfer(ptx); local 234 struct nv30_transfer *tx = nv30_transfer(ptx); local [all...] |
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/transforms/ |
TranslateTransformOperation.h | 36 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type) 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) 43 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type)); 76 TranslateTransformOperation(const Length& tx, const Length& ty, const Length& tz, OperationType type) 77 : m_x(tx)
|
/development/samples/ApiDemos/src/com/example/android/apis/media/ |
MediaPlayerDemo_Audio.java | 40 private TextView tx; field in class:MediaPlayerDemo_Audio 45 tx = new TextView(this); 46 setContentView(tx); 84 tx.setText("Playing audio...");
|
/external/dropbear/libtommath/ |
bn_fast_s_mp_mul_digs.c | 53 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);
|
bn_fast_s_mp_mul_high_digs.c | 45 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);
|
bn_fast_s_mp_sqr.c | 22 * (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/ |
rc4-586.pl | 67 $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,&DWP(0,$dat,@XX[1],4)) [all...] |
/external/openssl/crypto/rc4/asm/ |
rc4-586.pl | 67 $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,&DWP(0,$dat,@XX[1],4)) [all...] |
/external/strace/ |
time.c | 582 } 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.precision) 611 struct timex tx; local [all...] |
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_surface.c | 100 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/core/ |
SkBitmapProcShader.h | 18 SkBitmapProcShader(const SkBitmap& src, TileMode tx, TileMode ty); 30 static bool CanDo(const SkBitmap&, TileMode tx, TileMode ty);
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_surface.c | 100 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/skia/src/core/ |
SkBitmapProcShader.h | 18 SkBitmapProcShader(const SkBitmap& src, TileMode tx, TileMode ty); 30 static bool CanDo(const SkBitmap&, TileMode tx, TileMode ty);
|