Home
last modified time | relevance | path

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

1234

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c55 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare()
143 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
171 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
201 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local
217 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 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte()
139 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ushort()
161 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint()
186 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ubyte(vsplit,ib,start,fetch,bias) argument
191 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ushort(vsplit,ib,start,fetch, bi… argument
196 #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
304 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
/third_party/node/test/common/wpt/
Dworker.js18 global.fetch = function fetch(file) { function
/third_party/skia/bin/
Dfetch-clang-format17 def fetch(target): function
/third_party/flutter/skia/bin/
Dfetch-clang-format17 def fetch(target): function
/third_party/grpc/tools/gcp/github_stats_tracking/
Dfetch_data.py91 def fetch(): function
/third_party/node/deps/npm/lib/install/action/
Dfetch.js11 function fetch (staging, pkg, log, next) { function
/third_party/typescript/tests/cases/compiler/
DcollectionPatternNoError.ts23 fetch() { method in DataProvider
/third_party/gettext/gettext-tools/src/gnu/gettext/
DGetURL.java36 public void fetch (String s) { in fetch() method in GetURL
/third_party/node/deps/npm/lib/
Dstars.js6 const fetch = require('libnpm/fetch') constant
Dping.js4 const fetch = require('libnpm/fetch') constant
Dwhoami.js6 const fetch = require('libnpm/fetch') constant
Ddeprecate.js6 const fetch = require('libnpm/fetch') constant
/third_party/node/deps/npm/node_modules/pacote/
Dprefetch.js41 let fetch variable
/third_party/typescript/tests/baselines/reference/
DcollectionPatternNoError.js57 DataProvider.prototype.fetch = function () { method in DataProvider
/third_party/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp103 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anone968e6d80111::UncheckedPixelFetcher
110 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anone968e6d80111::ClampPixelFetcher
119 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anone968e6d80111::RepeatPixelFetcher
134 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anone968e6d80111::ClampToBlackPixelFetcher
/third_party/python/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): member in History
/third_party/flutter/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp102 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon4ee1d96d0111::UncheckedPixelFetcher
109 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon4ee1d96d0111::ClampPixelFetcher
118 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon4ee1d96d0111::RepeatPixelFetcher
133 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon4ee1d96d0111::ClampToBlackPixelFetcher
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c342 print_fetch_vtx(instr_fetch_t *fetch) in print_fetch_vtx()
379 print_fetch_tex(instr_fetch_t *fetch) in print_fetch_tex()
477 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
/third_party/jsframework/runtime/main/extend/systemplugin/
Dfetch.js125 fetch.fetch = async function (param) { function
/third_party/python/Tools/msi/
Dget_externals.bat31 :fetch label
/third_party/node/deps/npm/node_modules/libnpm/
Dindex.js20 fetch: require('./fetch.js'), property
/third_party/node/deps/npm/test/tap/
Dunit-deps-removeObsoleteDep.js12 fetch: 10 property

1234