Home
last modified time | relevance | path

Searched refs:FETCH (Results 1 – 7 of 7) sorted by relevance

/external/mesa3d/src/mesa/swrast/
Ds_texfetch_tmp.h48 #define FETCH(x) fetch_texel_1d_##x macro
56 #define FETCH(x) fetch_texel_2d_##x macro
64 #define FETCH(x) fetch_texel_3d_##x macro
77 static void FETCH(f_z32)( const struct swrast_texture_image *texImage, in FETCH() function
91 static void FETCH(f_z16)(const struct swrast_texture_image *texImage, in FETCH() function
104 static void FETCH(f_rgba_f32)( const struct swrast_texture_image *texImage, in FETCH() function
122 static void FETCH(f_rgba_f16)( const struct swrast_texture_image *texImage, in FETCH() function
139 static void FETCH(f_rgb_f32)( const struct swrast_texture_image *texImage, in FETCH() function
157 static void FETCH(f_rgb_f16)( const struct swrast_texture_image *texImage, in FETCH() function
175 static void FETCH(f_alpha_f32)( const struct swrast_texture_image *texImage, in FETCH() function
[all …]
/external/tcpdump/
Dprint-telnet.c115 #define FETCH(c, sp, length) \ in telnet_parse() macro
126 FETCH(c, sp, length); in telnet_parse()
129 FETCH(c, sp, length); in telnet_parse()
147 FETCH(x, sp, length); in telnet_parse()
171 FETCH(c, sp, length); in telnet_parse()
176 FETCH(c, sp, length); in telnet_parse()
183 FETCH(c, sp, length); in telnet_parse()
188 FETCH(c, sp, length); in telnet_parse()
195 FETCH(c, sp, length); in telnet_parse()
201 FETCH(x, sp, length); in telnet_parse()
[all …]
/external/elfutils/src/libelf/
Dgelf_xlate.c66 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr) macro
78 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits) macro
98 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
99 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \
100 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
DChangeLog804 (FETCH, STORE): New macros.
/external/mesa3d/src/gallium/auxiliary/tgsi/
Dtgsi_exec.c1608 #define FETCH(VAL,INDEX,CHAN)\ macro
1646 FETCH(&r[0], 0, chan_index); in exec_kil()
1760 FETCH(&r[3], 0, TGSI_CHAN_W); in exec_tex()
1774 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_tex()
1786 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_tex()
1787 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_tex()
1803 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_tex()
1804 FETCH(&r[1], 0, TGSI_CHAN_Y); in exec_tex()
1805 FETCH(&r[2], 0, TGSI_CHAN_Z); in exec_tex()
1820 FETCH(&r[0], 0, TGSI_CHAN_X); in exec_tex()
[all …]
/external/llvm/test/CodeGen/X86/
D2010-02-23-DIV8rDefinesAX.ll14 %call = tail call fastcc signext i8 @FETCH() ; <i8> [#uses=1]
20 declare fastcc signext i8 @FETCH() nounwind readnone ssp
/external/e2fsprogs/lib/ext2fs/
Dicount.c651 #define FETCH 0x01 macro
678 { FETCH, 10, 0, 1 },
679 { FETCH, 1, 0, 1 },
680 { FETCH, 2, 0, 2 },
681 { FETCH, 3, 0, 3 },
685 { FETCH, 12, 0, 0 },
777 case FETCH: in run_test()