Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 25 of 100) 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.c90 vsplit_add_cache(struct vsplit_frontend *vsplit, unsigned fetch) in vsplit_add_cache()
117 vsplit_get_base_idx(unsigned start, unsigned fetch) in vsplit_get_base_idx()
125 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_ubyte()
143 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()
190 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ubyte(vsplit,ib,start,fetch,bias) argument
195 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_ushort(vsplit,ib,start,fetch, bi… argument
200 #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
154 fetch(struct pt_fetch *fetch, in fetch() function
Ddraw_vs_variant.c56 struct translate *fetch; member
304 struct translate_key fetch, emit; in draw_vs_create_variant_generic() local
/third_party/node/deps/undici/src/
Dindex-fetch.js5 module.exports.fetch = async function fetch (resource) { function
Dindex.js101 module.exports.fetch = async function fetch (resource) { function
Dindex.d.ts55 var fetch: typeof import('./types/fetch').fetch; variable
/third_party/node/test/common/wpt/
Dworker.js19 global.fetch = function fetch(file) { function
/third_party/node/deps/npm/node_modules/sigstore/dist/identity/
Dissuer.d.ts9 private fetch; property in Issuer
/third_party/node/deps/npm/lib/utils/
Dping.js3 const fetch = require('npm-registry-fetch') constant
/third_party/skia/bin/
Dfetch-clang-format17 def fetch(target): function
/third_party/node/deps/npm/node_modules/sigstore/dist/external/
Drekor.d.ts14 private fetch; property in Rekor
Dtsa.d.ts14 private fetch; property in TimestampAuthority
Dfulcio.d.ts34 private fetch; property in Fulcio
/third_party/typescript/tests/cases/compiler/
DstackDepthLimitCastingType.ts28 fetch(options?: any): JQueryXHR; method
DcollectionPatternNoError.ts23 fetch() { 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 __anonb8e813180111::UncheckedPixelFetcher
110 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anonb8e813180111::ClampPixelFetcher
119 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anonb8e813180111::RepeatPixelFetcher
134 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anonb8e813180111::ClampToBlackPixelFetcher
/third_party/node/deps/undici/src/types/
Dfetch.d.ts14 export declare function fetch ( function
/third_party/typescript/tests/baselines/reference/
DcollectionPatternNoError.js57 DataProvider.prototype.fetch = function () { method in DataProvider
/third_party/node/deps/npm/lib/commands/
Dstars.js1 const fetch = require('npm-registry-fetch') constant
/third_party/python/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): member in History
/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/node/deps/npm/node_modules/make-fetch-happen/lib/
Dindex.js4 const fetch = require('./fetch.js') constant
/third_party/python/Tools/msi/
Dget_externals.bat31 :fetch label
/third_party/jsframework/runtime/main/extend/systemplugin/
Dfetch.js125 fetch.fetch = async function (param) { function

1234