HomeSort by relevance Sort by last modified time
    Searched defs:FETCH (Results 1 - 15 of 15) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_texfetch_tmp.h 29 * Texel fetch functions template.
31 * This template file is used by texfetch.c to generate texel fetch functions
49 #define FETCH(x) fetch_texel_1d_##x
58 #define FETCH(x) fetch_texel_2d_##x
66 #define FETCH(x) fetch_texel_3d_##x
74 FETCH(x) (const struct swrast_texture_image *texImage, \
83 FETCH(x) (const struct swrast_texture_image *texImage, \
187 FETCH_RGBA(YCBCR, GLushort, 1) /* Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. */
188 FETCH_RGBA(YCBCR_REV, GLushort, 1) /* Fetch texel from 1D, 2D or 3D ycbcr texture, returning RGBA. */
194 #undef FETCH
    [all...]
  /dalvik/libdex/
InstrUtils.cpp 473 #define FETCH(_offset) (insns[(_offset)])
519 pDec->vA = (s2) FETCH(1); // sign-extend 16-bit value
525 pDec->vB = FETCH(1);
530 pDec->vB = (s2) FETCH(1); // sign-extend 16-bit value
539 pDec->vB = FETCH(1);
543 pDec->vB = FETCH(1) & 0xff;
544 pDec->vC = FETCH(1) >> 8;
548 pDec->vB = FETCH(1) & 0xff;
549 pDec->vC = (s1) (FETCH(1) >> 8); // sign-extend 8-bit value
555 pDec->vC = (s2) FETCH(1); // sign-extend 16-bit valu
    [all...]
  /external/elfutils/libelf/
gelf_xlate.c 67 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr)
79 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits)
99 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
100 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \
101 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
  /external/syslinux/gpxe/src/util/Option/
ROM.pm 68 sub FETCH {
  /external/e2fsprogs/lib/ext2fs/
icount.c 670 #define FETCH 0x01
697 { FETCH, 10, 0, 1 },
698 { FETCH, 1, 0, 1 },
699 { FETCH, 2, 0, 2 },
700 { FETCH, 3, 0, 3 },
704 { FETCH, 12, 0, 0 },
801 case FETCH:
  /packages/apps/Email/provider_src/com/android/email/mail/store/imap/
ImapConstants.java 52 public static final String FETCH = "FETCH";
88 public static final String UID_FETCH = "UID FETCH";
  /external/swiftshader/src/OpenGL/compiler/
OutputASM.h 242 FETCH,
  /packages/apps/Dialer/java/com/android/voicemail/impl/mail/store/imap/
ImapConstants.java 51 public static final String FETCH = "FETCH";
87 public static final String UID_FETCH = "UID FETCH";
  /art/runtime/interpreter/mterp/mips/
header.S 249 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
254 * Fetch the next instruction from the specified offset. Advances rPC
276 * Fetch the next instruction from an offset specified by rd. Updates
285 * Fetch a half-word code unit from an offset past the current PC. The
290 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC)
294 * Fetch one byte from an offset past the current PC. Pass in the same
295 * "_count" as you would for FETCH, and an additional 0/1 indicating which
  /art/runtime/interpreter/mterp/out/
mterp_mips.S 256 * Fetch the next instruction from rPC into rINST. Does not advance rPC.
261 * Fetch the next instruction from the specified offset. Advances rPC
283 * Fetch the next instruction from an offset specified by rd. Updates
292 * Fetch a half-word code unit from an offset past the current PC. The
297 #define FETCH(rd, _count) lhu rd, ((_count) * 2)(rPC)
301 * Fetch one byte from an offset past the current PC. Pass in the same
302 * "_count" as you would for FETCH, and an additional 0/1 indicating which
846 FETCH(a1, 1) # a1 <- BBBB
863 FETCH(a1, 2) # a1 <- BBBB
864 FETCH(a0, 1) # a0 <- AAA
    [all...]
  /external/tcpdump/
print-telnet.c 395 #define FETCH(c, sp, length) \
406 FETCH(c, sp, length);
409 FETCH(c, sp, length);
427 FETCH(x, sp, length);
452 FETCH(c, sp, length);
457 FETCH(c, sp, length);
464 FETCH(c, sp, length);
469 FETCH(c, sp, length);
476 FETCH(c, sp, length);
482 FETCH(x, sp, length)
    [all...]
  /external/mesa3d/src/gallium/auxiliary/tgsi/
tgsi_exec.c     [all...]
  /external/guice/extensions/persist/lib/
hsqldb.jar 
hibernate3.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 

Completed in 300 milliseconds