Home
last modified time | relevance | path

Searched refs:Fetch (Results 1 - 25 of 29) sorted by relevance

12

/third_party/rust/crates/clap/tests/derive/
H A Dsubcommands.rs21 /// Fetch stuff from GitHub
22 Fetch {
43 Opt::Fetch { in test_fetch()
51 Opt::Fetch { in test_fetch()
111 Fetch,
119 Opt3::Fetch, in test_null_commands()
131 struct Fetch { structure names
141 Fetch(Fetch),
154 Opt4::Fetch(Fetc in test_tuple_commands()
[all...]
H A Dnested_subcommands.rs29 Fetch {},
64 cmd: Sub::Fetch {} in test_fetch()
72 cmd: Sub::Fetch {} in test_fetch()
H A Dflatten.rs78 Fetch { in flatten_in_subcommand()
89 Opt::Fetch { in flatten_in_subcommand()
/third_party/skia/src/core/
H A 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()
H A 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/
H A DContext.cpp42 auto Fetch = std::make_unique<EntryStage>(SrcMgr); in createDefaultPipeline() local
57 StagePipeline->appendStage(std::move(Fetch)); in createDefaultPipeline()
/third_party/skia/src/effects/imagefilters/
H A DSkLightingImageFilter.cpp266 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in __anon18761::UncheckedPixelFetcher
274 static inline uint32_t Fetch(const SkBitmap& src, int x, int y, const SkIRect& bounds) { in Fetch() function in __anon18761::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(sr in lightBitmap()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/
H A DSpirvShaderSampling.cpp36 ASSERT(imageViewId != 0 && (samplerId != 0 || instruction.samplerMethod == Fetch || instruction.samplerMethod == Write)); in getImageSampler()
98 else if(samplerMethod == Fetch) in getImageSampler()
175 if(instruction.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()
H A DSamplerCore.hpp33 Fetch, // Use provided integer coordinates.
H A DSpirvShaderImage.cpp106 if(samplerMethod == Fetch || samplerMethod == Read || samplerMethod == TexelPointer) // Samplerless in ImageInstruction()
180 ASSERT(samplerMethod == Lod || samplerMethod == Fetch); in ImageInstruction()
208 ASSERT(samplerMethod == Fetch || samplerMethod == Read || samplerMethod == Write); in ImageInstruction()
252 case spv::OpImageFetch: return { None, Fetch }; in parseVariantAndMethod()
419 else if(instruction.samplerMethod == Fetch) in callSamplerFunction()
421 // The instruction didn't provide a lod operand, but the sampler's Fetch in callSamplerFunction()
H A DSamplerCore.cpp102 else if(function == Fetch) in sampleTexture()
114 if(function != Base && function != Fetch && function != Gather) in sampleTexture()
144 borderModeActive() || (function == Gather) || (function == Fetch); in sampleTexture()
288 if(function == Fetch) in sampleFilter()
805 if(function == Fetch) in sampleFloatFilter()
937 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat2D()
1011 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat3D()
2259 if(function == Fetch) // Unnormalized coordinates in address()
2473 if(function == Fetch) // Unnormalized coordinates in computeLayerIndex()
/third_party/glslang/
H A Dupdate_glslang_sources.py109 def Fetch(self): member in GoodCommit
117 self.Fetch()
/third_party/python/Lib/test/
H A Dtest_msilib.py34 record = view.Fetch()
53 record = view.Fetch()
/third_party/node/deps/v8/tools/release/
H A Dauto_push.py44 # Fetch unfetched revisions.
45 self.vc.Fetch()
H A Dcommon_includes.py198 def Fetch(self): member in VCInterface
237 def Fetch(self): member in GitInterface
470 # Fetch unfetched revisions.
471 self.vc.Fetch()
/third_party/protobuf/kokoro/release/python/windows/
H A Dbuild_artifacts.bat16 REM Fetch multibuild
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/
H A Dtest_sync_atomic_main.cpp187 bool Fetch; member
204 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment); in threadWrapper()
/third_party/vulkan-loader/scripts/
H A Dupdate_deps.py396 def Fetch(self, retries=10, retry_seconds=60): member in GoodRepo
423 self.Fetch()
/third_party/skia/third_party/externals/swiftshader/src/Shader/
H A DSamplerCore.cpp571 if(function == Fetch) in sampleFilter()
672 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleAniso()
752 bool texelFetch = (function == Fetch); in sampleQuad2D()
947 bool texelFetch = (function == Fetch); in sample3D()
1064 if(function == Fetch) in sampleFloatFilter()
1144 if(state.textureFilter != FILTER_ANISOTROPIC || function == Lod || function == Fetch) in sampleFloatAniso()
1237 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat2D()
1303 if(state.textureFilter == FILTER_POINT || (function == Fetch)) in sampleFloat3D()
1384 if(function != Lod && function != Fetch) in computeLod()
1438 else if(function == Fetch) in computeLod()
[all...]
H A DSamplerCore.hpp29 Fetch, // Use provided integer coordinates. enumerator
H A DVertexProgram.cpp1605 dst = sampleTexture(src1, src0, lod, (src0), (src0), (src0), Fetch); in TEXELFETCH()
1610 dst = sampleTexture(src1, src0, lod, (src0), (src0), offset, {Fetch, Offset}); in TEXELFETCHOFFSET()
/third_party/node/deps/undici/src/lib/fetch/
H A Dindex.js71 class Fetch extends EE {
423 controller: new Fetch(dispatcher),
1349 // 13. Append the Fetch metadata headers for httpRequest. [FETCH-METADATA]
2145 Fetch,
/third_party/skia/third_party/externals/tint/tools/src/cmd/roll-release/
H A Dmain.go230 // Fetch the change-id hook script
349 err := r.Fetch(&git.FetchOptions{
/third_party/node/deps/v8/tools/mb/
H A Dmb.py1082 builds = json.loads(self.Fetch(url))
1170 def Fetch(self, url): member in MetaBuildWrapper
/third_party/skia/third_party/externals/tint/src/transform/
H A Dvertex_pulling.cc346 auto* fetch = Fetch(buffer_array_base, attribute_desc.offset, in CreateVertexPullingPreamble()
419 const ast::Expression* Fetch(Symbol array_base, in Fetch() function

Completed in 29 milliseconds

12