Home
last modified time | relevance | path

Searched defs:fetch (Results 1 – 25 of 65) 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()
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/backends/tools/
Dupdate-upstreams.sh7 fetch () { 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/skia/src/effects/imagefilters/
DSkMatrixConvolutionImageFilter.cpp103 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon44f7ea570111::UncheckedPixelFetcher
110 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon44f7ea570111::ClampPixelFetcher
119 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon44f7ea570111::RepeatPixelFetcher
134 static inline SkPMColor fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in fetch() function in __anon44f7ea570111::ClampToBlackPixelFetcher
/third_party/typescript/tests/baselines/reference/
DcollectionPatternNoError.js57 DataProvider.prototype.fetch = function () { method in DataProvider
DintraExpressionInferences.js301 fetch: function (params) { return 123; }, method
305 fetch: function (params, foo) { return 123; }, method
309 fetch: function (params, foo) { return 123; }, method
/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/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/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_test_format.c144 LLVMValueRef fetch = NULL; in test_format_float() local
248 LLVMValueRef fetch = NULL; in test_format_unorm8() 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/rust/crates/rustix/tests/param/
Dweak.rs109 unsafe fn fetch(name: &str) -> *mut 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/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
/third_party/python/PCbuild/
Dget_externals.bat42 :fetch label
/third_party/rust/crates/rust-openssl/openssl/src/
Dmd.rs98 pub fn fetch( in fetch() method
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_fetch.cpp375 auto fetch = new FetchInstr(opcode, dest_reg, dst_swz, in from_string_impl() local
600 auto fetch = new LoadFromBuffer( dst, dst_swz, in from_string() local

123