Home
last modified time | relevance | path

Searched refs:Specialize (Results 1 – 25 of 31) sorted by relevance

12

/external/cronet/third_party/protobuf/src/google/protobuf/stubs/
Dstatusor.h163 struct Specialize;
167 struct StatusOrHelper::Specialize { struct
173 struct StatusOrHelper::Specialize<T*> { argument
191 if (StatusOrHelper::Specialize<T>::IsValueNull(value)) {
/external/protobuf/src/google/protobuf/stubs/
Dstatusor.h164 struct Specialize;
168 struct StatusOrHelper::Specialize { struct
174 struct StatusOrHelper::Specialize<T*> { argument
192 if (StatusOrHelper::Specialize<T>::IsValueNull(value)) {
/external/rust/crates/either/
DREADME.rst47 - Specialize more methods of the ``io`` traits, by @Kixunil and @cuviper (#75)
62 - Specialize ``source`` in the ``Error`` implementation, by @thomaseizinger (#69)
64 - Specialize more iterator methods and implement the ``FusedIterator`` trait,
67 - Specialize ``Clone::clone_from``, by @cuviper (#72)
/external/skia/src/gpu/ganesh/gradients/
DGrGradientShader.cpp597 GrSkSLFP::Specialize<int>(layoutPreservesOpacity)); in make_clamped_gradient()
659 "mirror", GrSkSLFP::Specialize<int>(mirror), in make_tiled_gradient()
661 GrSkSLFP::Specialize<int>(layoutPreservesOpacity), in make_tiled_gradient()
663 GrSkSLFP::Specialize<int>(useFloorAbsWorkaround)); in make_tiled_gradient()
709 "colorSpace", GrSkSLFP::Specialize<int>( in make_interpolated_to_dst()
711 "do_unpremul", GrSkSLFP::Specialize<int>( in make_interpolated_to_dst()
/external/skia/src/gpu/ganesh/
DGrFragmentProcessor.cpp493 "unpremulInput", GrSkSLFP::Specialize(unpremulInput ? 1 : 0), in ColorMatrix()
494 "clampRGBOutput", GrSkSLFP::Specialize(clampRGBOutput ? 1 : 0), in ColorMatrix()
495 "premulOutput", GrSkSLFP::Specialize(premulOutput ? 1 : 0)); in ColorMatrix()
640 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Rect()
691 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Circle()
788 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Ellipse()
789 "medPrecision", GrSkSLFP::Specialize<int>(medPrecision), in Ellipse()
/external/skia/src/shaders/gradients/
DSkTwoPointConicalGradient.cpp521 "isRadiusIncreasing", GrSkSLFP::Specialize<int>(isRadiusIncreasing), in asFragmentProcessor()
522 "isFocalOnCircle", GrSkSLFP::Specialize<int>(isFocalOnCircle), in asFragmentProcessor()
523 "isWellBehaved", GrSkSLFP::Specialize<int>(isWellBehaved), in asFragmentProcessor()
524 "isSwapped", GrSkSLFP::Specialize<int>(isSwapped), in asFragmentProcessor()
525 "isNativelyFocal", GrSkSLFP::Specialize<int>(isNativelyFocal), in asFragmentProcessor()
DSkSweepGradient.cpp187 "useAtanWorkaround", GrSkSLFP::Specialize(useAtanWorkaround)); in asFragmentProcessor()
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/
Dtf_cpurt_passes.td57 let summary = "Specialize linalg.matmul to dot, matvec or vecmat at runtime";
66 Specialize linalg.matmul at runtime to:
/external/tensorflow/tensorflow/compiler/xla/mlir/transforms/runtime/
Djit_compiler.h135 llvm::Error Specialize(ArgumentsRef arguments,
Djit_compiler.cc278 llvm::Error JitCompiler::Specialize(ArgumentsRef arguments, in Specialize() function in xla::runtime::JitCompiler
/external/python/pyasn1/
DTODO.rst63 * Specialize ASN.1 character and useful types
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td122 // Specialize the coarse model by associating instruction groups with the
DAArch64SchedCyclone.td550 // TODO: Specialize FSQRT for longer latency.
/external/tensorflow/tensorflow/compiler/xla/runtime/
Djit_executable.cc295 if (auto err = (*compiler)->Specialize(arguments, *symbolic_shapes, in GetExecutable()
/external/llvm/lib/Target/AArch64/
DAArch64SchedKryo.td118 // Specialize the coarse model by associating instruction groups with the
DAArch64SchedCyclone.td549 // TODO: Specialize FSQRT for longer latency.
DAArch64SchedA57.td121 // Specialize the coarse model by associating instruction groups with the
/external/eigen/unsupported/Eigen/
DMPRealSupport144 // Specialize GEBP kernel and traits for mpreal (no need for peeling, nor complicated stuff)
/external/rust/crates/combine/
DCHANGELOG.md136 * Specialize decoding on BufReader ([9559e114](https://github.com/Marwes/combine/commit/9559e1146…
499 * Specialize uncons_while1 on all streams ([c995ad61](https://github.com/Marwes/combine/commit/c9…
723 * Specialize and_then, then and flat_map ([9dc7dc6b](https://github.com/Marwes/combine/commit/9dc…
724 * Specialize the tuple parser to avoid unnecessary branches ([2b294f80](https://github.com/Marwes…
/external/mesa3d/docs/relnotes/
D9.1.2.rst162 - i965: Specialize SURFACE_STATE creation for shader time.
/external/skia/src/gpu/ganesh/effects/
DGrSkSLFP.h60 static GrSpecializedUniform<T> Specialize(const T& value) { in Specialize() function
/external/deqp/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt70 SHADER_BINARY_FORMAT_SPIR_V_ARB binary format. Specialize shader objects
/external/rust/crates/itertools/
DCHANGELOG.md14 - Specialize `ProcessResults::fold` (#563)
/external/skia/src/core/
DSkBlurMF.cpp1036 "isFast", GrSkSLFP::Specialize<int>(isFast)); in make_rect_blur()
/external/cronet/buildtools/third_party/libc++/trunk/docs/Status/
DCxx20Papers.csv21 "`P0551R3 <https://wg21.link/P0551R3>`__","LWG","Thou Shalt Not Specialize ``std``\ Function Templ…

12