Home
last modified time | relevance | path

Searched refs:Fetch (Results 1 – 25 of 123) sorted by relevance

12345

/third_party/flutter/skia/src/core/
DSkMaskGamma.h35 const SkColorSpaceLuminance& luminance = Fetch(gamma); in computeLuminance()
47 static const SkColorSpaceLuminance& Fetch(SkScalar gamma);
112 const SkColorSpaceLuminance& paintConvert = SkColorSpaceLuminance::Fetch(paintGamma); in SkTMaskGamma()
113 const SkColorSpaceLuminance& deviceConvert = SkColorSpaceLuminance::Fetch(deviceGamma); in SkTMaskGamma()
DSkMaskGamma.cpp58 /*static*/ const SkColorSpaceLuminance& SkColorSpaceLuminance::Fetch(SkScalar gamma) { in Fetch() function in SkColorSpaceLuminance
/third_party/skia/src/core/
DSkMaskGamma.h35 const SkColorSpaceLuminance& luminance = Fetch(gamma); in computeLuminance()
47 static const SkColorSpaceLuminance& Fetch(SkScalar gamma);
112 const SkColorSpaceLuminance& paintConvert = SkColorSpaceLuminance::Fetch(paintGamma); in SkTMaskGamma()
113 const SkColorSpaceLuminance& deviceConvert = SkColorSpaceLuminance::Fetch(deviceGamma); in SkTMaskGamma()
DSkMaskGamma.cpp58 /*static*/ const SkColorSpaceLuminance& SkColorSpaceLuminance::Fetch(SkScalar gamma) { in Fetch() function in SkColorSpaceLuminance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/
DContext.cpp42 auto Fetch = std::make_unique<EntryStage>(SrcMgr); in createDefaultPipeline() local
57 StagePipeline->appendStage(std::move(Fetch)); in createDefaultPipeline()
/third_party/mindspore/mindspore/ccsrc/runtime/framework/
Ddevice_tensor_store.h69 std::vector<DeviceTensorPtr> Fetch(AnfNode *key) const { in Fetch() function
80 DeviceTensor *Fetch(AnfNode *key, DeviceTensorType value_type) const { in Fetch() function
Dgraph_compiler.h108 KernelGraphPtr Fetch(GraphId graph_id) const;
111 KernelGraphPtr Fetch(const GraphInfo &graph_info) const;
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
DSpirvShaderSampling.cpp36 …ASSERT(imageViewId != 0 && (samplerId != 0 || instruction.samplerMethod == Fetch || instruction.sa… in getImageSampler()
98 else if(samplerMethod == Fetch) in getImageSampler()
175 …on.samplerMethod == Lod || instruction.samplerMethod == Bias || instruction.samplerMethod == Fetch) in emitSamplerRoutine()
209 samplerFunction.method == Bias || samplerFunction.method == Fetch) in emitSamplerRoutine()
273 if(samplerMethod == Fetch) in convertFilterMode()
/third_party/flutter/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp264 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in UncheckedPixelFetcher
272 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in DecalPixelFetcher
297 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds); in lightBitmap()
298 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
299 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds); in lightBitmap()
300 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
307 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
308 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
322 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds); in lightBitmap()
323 m[2] = PixelFetcher::Fetch(src, x + 1, y - 1, srcBounds); in lightBitmap()
[all …]
/third_party/skia/src/effects/imagefilters/
DSkLightingImageFilter.cpp266 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in __anonf001a6580211::UncheckedPixelFetcher
274 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in __anonf001a6580211::DecalPixelFetcher
300 m[4] = PixelFetcher::Fetch(src, x, y, srcBounds); in lightBitmap()
301 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
302 m[7] = PixelFetcher::Fetch(src, x, y + 1, srcBounds); in lightBitmap()
303 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
310 m[5] = PixelFetcher::Fetch(src, x + 1, y, srcBounds); in lightBitmap()
311 m[8] = PixelFetcher::Fetch(src, x + 1, y + 1, srcBounds); in lightBitmap()
325 m[1] = PixelFetcher::Fetch(src, x, y - 1, srcBounds); in lightBitmap()
326 m[2] = PixelFetcher::Fetch(src, x + 1, y - 1, srcBounds); in lightBitmap()
[all …]
/third_party/glslang/
Dupdate_glslang_sources.py112 def Fetch(self): member in GoodCommit
120 self.Fetch()
/third_party/boost/libs/beast/tools/
Dfield.txt278 Sec-Fetch-Dest
279 Sec-Fetch-Mode
280 Sec-Fetch-Site
281 Sec-Fetch-User
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/
Dcopy_actor.cc118 input_device_tensor_[0] = DeviceTensorStore::GetInstance().Fetch(device_tensor_store_node.get(), in FetchDeviceTensor()
127 … output_device_tensor_[0] = DeviceTensorStore::GetInstance().Fetch(device_tensor_store_node.get(), in FetchDeviceTensor()
/third_party/python/Lib/test/
Dtest_msilib.py31 record = view.Fetch()
50 record = view.Fetch()
/third_party/parse5/packages/parse5-parser-stream/docs/
Dindex.md11 // Fetch the page content and obtain it's <head> node
94 // Fetch the script content, execute it with DOM built around `parser.document` and
/third_party/curl/docs/cmdline-opts/
Dhead.d7 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
/third_party/protobuf/kokoro/docs/
Dcommon.cfg27 # Fetch the token needed for reporting release status to GitHub
/third_party/e2fsprogs/tests/progs/
Dtest_icount_cmds.ct16 request do_fetch, "Fetch an icount entry",
/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfield.ipp397 "Sec-Fetch-Dest",
398 "Sec-Fetch-Mode",
399 "Sec-Fetch-Site",
400 "Sec-Fetch-User",
/third_party/boost/boost/beast/http/impl/
Dfield.ipp397 "Sec-Fetch-Dest",
398 "Sec-Fetch-Mode",
399 "Sec-Fetch-Site",
400 "Sec-Fetch-User",
/third_party/grpc/src/proto/grpc/testing/xds/v3/
Dlrs.proto34 // 2. Envoy issues a standard {Stream,Fetch}Endpoints request for the clusters
45 // {Stream,Fetch}Endpoints.
/third_party/boost/libs/mp11/
DCMakeLists.txt17 # Fetch support files
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
Dtest_sync_atomic_main.cpp187 bool Fetch; member
204 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment); in threadWrapper()
/third_party/node/deps/npm/node_modules/make-fetch-happen/
DREADME.md235 * `default` - Fetch will inspect the HTTP cache on the way to the network. If there is a fresh resp…
236 * `no-store` - Fetch behaves as if there is no HTTP cache at all.
237 * `reload` - Fetch behaves as if there is no HTTP cache on the way to the network. Ergo, it creates…
238 * `no-cache` - Fetch creates a conditional request if there is a response in the HTTP cache and a n…
239 * `force-cache` - Fetch uses any response in the HTTP cache matching the request, not paying attent…
240 * `only-if-cached` - Fetch uses any response in the HTTP cache matching the request, not paying att…
/third_party/skia/third_party/externals/dawn/docs/
Dbuilding.md34 # Fetch external dependencies and toolchains with gclient

12345