Home
last modified time | relevance | path

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

/external/chromium_org/third_party/mesa/src/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/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/libelf/
Dgelf_xlate.c87 #define FETCH(Bits, ptr) (*(const uint##Bits##_t *) ptr) macro
99 #define FETCH(Bits, ptr) (((const union unaligned *) ptr)->u##Bits) macro
119 case 2: STORE (16, dest, bswap_16 (FETCH (16, ptr))); break; \
120 case 4: STORE (32, dest, bswap_32 (FETCH (32, ptr))); break; \
121 case 8: STORE (64, dest, bswap_64 (FETCH (64, ptr))); break; \
DChangeLog368 (FETCH, STORE): New macros.
/external/chromium_org/third_party/mesa/src/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/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.c664 #define FETCH 0x01 macro
691 { FETCH, 10, 0, 1 },
692 { FETCH, 1, 0, 1 },
693 { FETCH, 2, 0, 2 },
694 { FETCH, 3, 0, 3 },
698 { FETCH, 12, 0, 0 },
790 case FETCH: in run_test()
/external/chromium_org/chrome/browser/chromeos/drive/
Dsync_client.cc208 SyncTasks::iterator it = tasks_.find(SyncTasks::key_type(FETCH, local_id)); in RemoveFetchTask()
251 AddTask(SyncTasks::key_type(FETCH, local_id), task, delay); in AddFetchTaskInternal()
391 if (!OnTaskComplete(FETCH, local_id)) in OnFetchFileComplete()
Dsync_client.h91 FETCH, // Fetch a file from the Drive server. enumerator
/external/oprofile/events/x86-64/family10/
Devents175 # IBS FETCH EVENTS
/external/srec/config/en.us/dictionary/
Dc0.639443 FETCH F EH1 CH