Home
last modified time | relevance | path

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

123

/third_party/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pt_fetch.c55 draw_pt_fetch_prepare(struct pt_fetch *fetch, in draw_pt_fetch_prepare()
141 draw_pt_fetch_run(struct pt_fetch *fetch, in draw_pt_fetch_run()
168 draw_pt_fetch_run_linear(struct pt_fetch *fetch, in draw_pt_fetch_run_linear()
197 struct pt_fetch *fetch = CALLOC_STRUCT(pt_fetch); in draw_pt_fetch_create() local
213 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_uint8()
143 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint16()
165 unsigned start, unsigned fetch, int elt_bias) in vsplit_add_cache_uint32()
190 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint8(vsplit,ib,start,fetch,bias) argument
195 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint16(vsplit,ib,start,fetch, bi… argument
200 #define ADD_CACHE(vsplit, ib, start, fetch, bias) vsplit_add_cache_uint32(vsplit, ib, start, fetch,… argument
Ddraw_pt_fetch_shade_pipeline.c46 struct pt_fetch *fetch; member
156 fetch(struct pt_fetch *fetch, in fetch() function
Ddraw_vs_variant.c57 struct translate *fetch; member
306 struct translate_key fetch; in draw_vs_create_variant_generic() local
/third_party/backends/tools/
Dupdate-upstreams.sh7 fetch () { function
/third_party/skia/m133/bin/
Dfetch-clang-format22 def fetch(target): function
/third_party/skia/bin/
Dfetch-clang-format17 def fetch(target): function
/third_party/typescript/tests/cases/compiler/
DstackDepthLimitCastingType.ts28 fetch(options?: any): JQueryXHR; method
DcollectionPatternNoError.ts23 fetch() { method in DataProvider
/third_party/rust/rust/src/tools/unicode-table-generator/src/
Dunicode_download.rs13 fn fetch(url: &str) -> Output { in fetch() function
/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 __anon48173e390111::UncheckedPixelFetcher
110 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon48173e390111::ClampPixelFetcher
119 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon48173e390111::RepeatPixelFetcher
134 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon48173e390111::ClampToBlackPixelFetcher
/third_party/typescript/tests/baselines/reference/
DcollectionPatternNoError.js57 DataProvider.prototype.fetch = function () { method in DataProvider
/third_party/python/Lib/idlelib/
Dhistory.py41 def fetch(self, reverse): member in History
/third_party/mesa3d/src/freedreno/ir2/
Ddisasm-a2xx.c324 print_fetch_vtx(instr_fetch_t *fetch) in print_fetch_vtx()
361 print_fetch_tex(instr_fetch_t *fetch) in print_fetch_tex()
459 instr_fetch_t *fetch = (instr_fetch_t *)dwords; in disasm_fetch() local
/third_party/python/Tools/msi/
Dget_externals.bat31 :fetch label
/third_party/mesa3d/src/mesa/main/
Dtexcompress.c909 compressed_fetch_func fetch; in _mesa_decompress_image() local
/third_party/typescript/tests/cases/conformance/types/typeRelationships/typeInference/
DintraExpressionInferences.ts157 fetch: (params: TParams, foo: number) => TDone, property
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
Dmain.go346 func fetch(r *git.Repository, branch string) (plumbing.Hash, error) { func
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c146 LLVMValueRef fetch = NULL; in test_format_float() local
248 LLVMValueRef fetch = NULL; in test_format_unorm8() local
/third_party/rust/rust/library/std/src/sys/unix/
Dweak.rs133 unsafe fn fetch(name: &str) -> *mut libc::c_void { in fetch() function
/third_party/rust/crates/rustix/tests/process/
Dweak.rs109 unsafe fn fetch(name: &str) -> *mut c_void { in fetch() function
/third_party/rust/crates/rustix/tests/param/
Dweak.rs109 unsafe fn fetch(name: &str) -> *mut c_void { in fetch() function
/third_party/rust/crates/rustix/src/backend/linux_raw/
Dweak.rs111 unsafe fn fetch(name: &str) -> *mut c_void { in fetch() function
/third_party/rust/crates/rustix/src/backend/libc/
Dweak.rs109 unsafe fn fetch(name: &str) -> *mut c_void { in fetch() function
/third_party/libinput/tools/
Dlibinput-replay.py58 def fetch(yaml, key): function

123