/third_party/flutter/skia/src/core/ |
D | SkMaskGamma.h | 35 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()
|
D | SkMaskGamma.cpp | 58 /*static*/ const SkColorSpaceLuminance& SkColorSpaceLuminance::Fetch(SkScalar gamma) { in Fetch() function in SkColorSpaceLuminance
|
/third_party/skia/src/core/ |
D | SkMaskGamma.h | 35 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()
|
D | SkMaskGamma.cpp | 58 /*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/ |
D | Context.cpp | 42 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/ |
D | device_tensor_store.h | 69 std::vector<DeviceTensorPtr> Fetch(AnfNode *key) const { in Fetch() function 80 DeviceTensor *Fetch(AnfNode *key, DeviceTensorType value_type) const { in Fetch() function
|
D | graph_compiler.h | 108 KernelGraphPtr Fetch(GraphId graph_id) const; 111 KernelGraphPtr Fetch(const GraphInfo &graph_info) const;
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderSampling.cpp | 36 …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/ |
D | SkLightingImageFilter.cpp | 264 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/ |
D | SkLightingImageFilter.cpp | 266 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/ |
D | update_glslang_sources.py | 112 def Fetch(self): member in GoodCommit 120 self.Fetch()
|
/third_party/boost/libs/beast/tools/ |
D | field.txt | 278 Sec-Fetch-Dest 279 Sec-Fetch-Mode 280 Sec-Fetch-Site 281 Sec-Fetch-User
|
/third_party/mindspore/mindspore/ccsrc/runtime/framework/actor/ |
D | copy_actor.cc | 118 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/ |
D | test_msilib.py | 31 record = view.Fetch() 50 record = view.Fetch()
|
/third_party/parse5/packages/parse5-parser-stream/docs/ |
D | index.md | 11 // 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/ |
D | head.d | 7 Fetch the headers only! HTTP-servers feature the command HEAD which this uses
|
/third_party/protobuf/kokoro/docs/ |
D | common.cfg | 27 # Fetch the token needed for reporting release status to GitHub
|
/third_party/e2fsprogs/tests/progs/ |
D | test_icount_cmds.ct | 16 request do_fetch, "Fetch an icount entry",
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | field.ipp | 397 "Sec-Fetch-Dest", 398 "Sec-Fetch-Mode", 399 "Sec-Fetch-Site", 400 "Sec-Fetch-User",
|
/third_party/boost/boost/beast/http/impl/ |
D | field.ipp | 397 "Sec-Fetch-Dest", 398 "Sec-Fetch-Mode", 399 "Sec-Fetch-Site", 400 "Sec-Fetch-User",
|
/third_party/grpc/src/proto/grpc/testing/xds/v3/ |
D | lrs.proto | 34 // 2. Envoy issues a standard {Stream,Fetch}Endpoints request for the clusters 45 // {Stream,Fetch}Endpoints.
|
/third_party/boost/libs/mp11/ |
D | CMakeLists.txt | 17 # Fetch support files
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
D | test_sync_atomic_main.cpp | 187 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/ |
D | README.md | 235 * `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/ |
D | building.md | 34 # Fetch external dependencies and toolchains with gclient
|