HomeSort by relevance Sort by last modified time
    Searched refs:tx (Results 1 - 25 of 439) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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...]
  /bionic/libc/kernel/uapi/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /development/ndk/platforms/android-L/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /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/kernel-headers/original/uapi/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /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/x86_64-linux-glibc2.11-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.11-4.8/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/ndk/9/platforms/android-19/arch-arm64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-19/arch-mips64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /external/strace/
time.c 428 } tx; local
430 if (umove(tcp, addr, &tx) < 0)
434 printflags(adjtimex_modes, tx.modes, "ADJ_???");
436 tx.offset, tx.freq, tx.maxerror);
437 tprintf("esterror=%u, status=", tx.esterror);
438 printflags(adjtimex_status, tx.status, "STA_???");
440 tx.constant, tx.precision)
457 struct timex tx; local
    [all...]
  /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/platform/transforms/
TranslateTransformOperation.h 36 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, OperationType type)
38 return adoptRef(new TranslateTransformOperation(tx, ty, 0, type));
41 static PassRefPtr<TranslateTransformOperation> create(const Length& tx, const Length& ty, double tz, OperationType type)
43 return adoptRef(new TranslateTransformOperation(tx, ty, tz, type));
80 TranslateTransformOperation(const Length& tx, const Length& ty, double tz, OperationType type)
81 : 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/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/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/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);

Completed in 1764 milliseconds

1 2 3 4 5 6 7 8 91011>>