Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 25 of 34) sorted by relevance

12

/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c60 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare()
148 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
176 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
206 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local
222 draw_pt_fetch_destroy(struct pt_fetch *fetch) in draw_pt_fetch_destroy()
Ddraw_pt_vsplit.c88 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache()
114 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx()
122 #define VSPLIT_CREATE_IDX(elts, start, fetch, elt_bias) \ argument
130 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte()
145 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ushort()
165 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint()
185 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ubyte(vsplit,ib,start,fetch,bias) argument
190 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ushort(vsplit,ib,start,fetch, bi… argument
195 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint(vsplit, ib, start, fetch, b… argument
Ddraw_pt_fetch_shade_pipeline.c46 struct pt_fetch *fetch; member
156 static void fetch( struct pt_fetch *fetch, in fetch() argument
Ddraw_vs_variant.c56 struct translate *fetch; member
302 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
Ddraw_pt_fetch_shade_pipeline_llvm.c48 struct pt_fetch *fetch; member
/external/skia/bin/
Dfetch-clang-format17 def fetch(target): function
/external/autotest/client/site_tests/security_OpenSSLBlacklist/
Dsecurity_OpenSSLBlacklist.py22 def fetch(self, blacklist='/dev/null'): member in security_OpenSSLBlacklist
/external/python/cpython2/PCbuild/
Dget_externals.bat40 :fetch label
/external/valgrind/coregrind/m_gdbserver/
Dregcache.c46 int fetch) in get_regcache()
203 unsigned char *register_data (int n, int fetch) in register_data()
211 unsigned char *register_data_for_supply (int n, int fetch, Bool *mod) in register_data_for_supply()
/external/python/cpython2/Lib/idlelib/
DIdleHistory.py40 def fetch(self, reverse): member in History
/external/skia/src/effects/
DSkMatrixConvolutionImageFilter.cpp125 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in UncheckedPixelFetcher
132 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampPixelFetcher
141 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in RepeatPixelFetcher
156 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in ClampToBlackPixelFetcher
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Ddisasm-a2xx.c325 static void print_fetch_vtx(instr_fetch_t *fetch) in print_fetch_vtx()
361 static void print_fetch_tex(instr_fetch_t *fetch) in print_fetch_tex()
455 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
Dir-a2xx.c281 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in instr_emit_fetch() local
Dir-a2xx.h84 } fetch; member
/external/ppp/pppd/plugins/pppoatm/
Dtext2qos.c19 #define fetch __atmlib_fetch macro
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c144 LLVMValueRef fetch = NULL; in test_format_float() local
243 LLVMValueRef fetch = NULL; in test_format_unorm8() local
/external/okhttp/samples/crawler/src/main/java/com/squareup/okhttp/sample/
DCrawler.java82 public void fetch(HttpUrl url) throws IOException { in fetch() method in Crawler
/external/mesa3d/src/mesa/main/
Dtexcompress.c924 compressed_fetch_func fetch; in _mesa_decompress_image() local
/external/autotest/utils/
Dexternal_packages.py507 def fetch(self, dest_dir): member in ExternalPackage
1086 def fetch(self, unused_dest_dir): member in _ExternalGitRepo
1099 def fetch(self, unused_dest_dir): member in HdctoolsRepo
1202 def fetch(self, unused_dest_dir): member in BtsocketRepo
/external/syslinux/gpxe/src/include/gpxe/
Dsettings.h69 int ( * fetch ) ( struct settings *settings, struct setting *setting, member
/external/antlr/antlr-3.4/runtime/Java/src/main/java/org/antlr/runtime/
DBufferedTokenStream.java131 protected void fetch(int n) { in fetch() method in BufferedTokenStream
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
Dtemplate.rb131 def fetch( name, values = {} ) method in ANTLR3.Template.Group
/external/autotest/scheduler/
Dscheduler_models.py367 def fetch(cls, where='', params=(), joins='', order_by=''): member in DBObject
519 def fetch(cls, where='', params=(), joins='', order_by=''): member in HostQueueEntry
/external/libpcap/
Dpcap-usb-linux.c884 struct mon_bin_mfetch fetch; in usb_read_linux_mmap() local
/external/mesa3d/src/gallium/auxiliary/translate/
Dtranslate_generic.c56 fetch_func fetch; member

12