/third_party/rust/crates/clap/tests/derive/ |
H A D | subcommands.rs | 21 /// 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 D | nested_subcommands.rs | 29 Fetch {}, 64 cmd: Sub::Fetch {} in test_fetch() 72 cmd: Sub::Fetch {} in test_fetch()
|
H A D | flatten.rs | 78 Fetch { in flatten_in_subcommand() 89 Opt::Fetch { in flatten_in_subcommand()
|
/third_party/skia/src/core/ |
H A 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()
|
H A 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/ |
H A D | Context.cpp | 42 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 D | SkLightingImageFilter.cpp | 266 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 D | SpirvShaderSampling.cpp | 36 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 D | SamplerCore.hpp | 33 Fetch, // Use provided integer coordinates.
|
H A D | SpirvShaderImage.cpp | 106 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 D | SamplerCore.cpp | 102 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 D | update_glslang_sources.py | 109 def Fetch(self): member in GoodCommit 117 self.Fetch()
|
/third_party/python/Lib/test/ |
H A D | test_msilib.py | 34 record = view.Fetch() 53 record = view.Fetch()
|
/third_party/node/deps/v8/tools/release/ |
H A D | auto_push.py | 44 # Fetch unfetched revisions. 45 self.vc.Fetch()
|
H A D | common_includes.py | 198 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 D | build_artifacts.bat | 16 REM Fetch multibuild
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/crosstest/ |
H A D | test_sync_atomic_main.cpp | 187 bool Fetch; member 204 (void)TData->FuncPtr(TData->Fetch, TData->Ptr, TData->Adjustment); in threadWrapper()
|
/third_party/vulkan-loader/scripts/ |
H A D | update_deps.py | 396 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 D | SamplerCore.cpp | 571 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 D | SamplerCore.hpp | 29 Fetch, // Use provided integer coordinates. enumerator
|
H A D | VertexProgram.cpp | 1605 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 D | index.js | 71 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 D | main.go | 230 // Fetch the change-id hook script 349 err := r.Fetch(&git.FetchOptions{
|
/third_party/node/deps/v8/tools/mb/ |
H A D | mb.py | 1082 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 D | vertex_pulling.cc | 346 auto* fetch = Fetch(buffer_array_base, attribute_desc.offset, in CreateVertexPullingPreamble() 419 const ast::Expression* Fetch(Symbol array_base, in Fetch() function
|