Home
last modified time | relevance | path

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

/third_party/boost/libs/type_traits/test/
Denable_if_test.cpp43 struct Specialize;
46 struct Specialize<T, typename boost::enable_if_<Check<T>::value>::type> struct
50 struct Specialize<T, typename boost::enable_if_<!Check<T>::value>::type> struct
83 BOOST_CHECK(!Specialize<int>::value);
84 BOOST_CHECK(Specialize<long>::value);
/third_party/protobuf/src/google/protobuf/stubs/
Dstatusor.h175 struct Specialize;
179 struct StatusOrHelper::Specialize { struct
185 struct StatusOrHelper::Specialize<T*> { argument
207 if (internal::StatusOrHelper::Specialize<T>::IsValueNull(value)) {
/third_party/skia/src/gpu/gradients/
DGrGradientShader.cpp593 "makePremul", GrSkSLFP::Specialize<int>(makePremul), in make_clamped_gradient()
595 GrSkSLFP::Specialize<int>(layoutPreservesOpacity)); in make_clamped_gradient()
662 "mirror", GrSkSLFP::Specialize<int>(mirror), in make_tiled_gradient()
663 "makePremul", GrSkSLFP::Specialize<int>(makePremul), in make_tiled_gradient()
665 GrSkSLFP::Specialize<int>(layoutPreservesOpacity), in make_tiled_gradient()
667 GrSkSLFP::Specialize<int>(useFloorAbsWorkaround)); in make_tiled_gradient()
835 "useAtanWorkaround", GrSkSLFP::Specialize(useAtanWorkaround)); in MakeSweep()
975 "isRadiusIncreasing", GrSkSLFP::Specialize<int>(isRadiusIncreasing), in MakeConical()
976 "isFocalOnCircle", GrSkSLFP::Specialize<int>(isFocalOnCircle), in MakeConical()
977 "isWellBehaved", GrSkSLFP::Specialize<int>(isWellBehaved), in MakeConical()
[all …]
/third_party/skia/src/gpu/
DGrFragmentProcessor.cpp495 "unpremulInput", GrSkSLFP::Specialize(unpremulInput ? 1 : 0), in ColorMatrix()
496 "clampRGBOutput", GrSkSLFP::Specialize(clampRGBOutput ? 1 : 0), in ColorMatrix()
497 "premulOutput", GrSkSLFP::Specialize(premulOutput ? 1 : 0)); in ColorMatrix()
641 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Rect()
691 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Circle()
785 "edgeType", GrSkSLFP::Specialize(static_cast<int>(edgeType)), in Ellipse()
786 "medPrecision", GrSkSLFP::Specialize<int>(medPrecision), in Ellipse()
/third_party/skia/third_party/externals/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.
DAArch64SchedA57.td122 // Specialize the coarse model by associating instruction groups with the
DAArch64SchedFalkorDetails.td574 // Specialize the coarse model by associating instruction groups with the
/third_party/skia/src/gpu/effects/
DGrSkSLFP.h58 static GrSpecializedUniform<T> Specialize(const T& value) { in Specialize() function
/third_party/boost/libs/geometry/doc/
Dexample_adapting_a_legacy_geometry_object_model.qbk386 // Specialize metafunctions. We must include the range.hpp header.
560 // Specialize metafunctions. We must include the range.hpp header.
/third_party/mesa3d/docs/relnotes/
D9.1.2.rst162 - i965: Specialize SURFACE_STATE creation for shader time.
D21.2.0.rst355 - panfrost: Specialize blendable formats for sRGB
988 - panfrost: Specialize blendable_formats for v6
D20.1.0.rst785 - pan/mdg: Specialize swizzle to type
D20.3.0.rst517 - panfrost: Specialize compute vs frag shader init
/third_party/vk-gl-cts/external/openglcts/docs/specs/
DCTS_ARB_gl_spirv.txt70 SHADER_BINARY_FORMAT_SPIR_V_ARB binary format. Specialize shader objects
/third_party/boost/libs/range/doc/reference/
Dextending.qbk81 // Specialize metafunctions. We must include the range.hpp header.
/third_party/skia/src/core/
DSkBlurMF.cpp1030 "isFast", GrSkSLFP::Specialize<int>(isFast)); in make_rect_blur()
/third_party/boost/libs/spirit/doc/
Dwhat_s_new.qbk100 * Specialize iterator_source for random access. [gh_pr 383]
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_gl_spirv.txt1515 // Specialize the shader
/third_party/harfbuzz/perf/texts/
Den-words.txt10121 Specialize
/third_party/openGLES/extensions/ARB/
DARB_gl_spirv.txt1581 // Specialize the shader
/third_party/skia/third_party/externals/harfbuzz/perf/texts/
Den-words.txt10121 Specialize
/third_party/boost/libs/accumulators/doc/
Daccumulators.qbk952 // Specialize tag<> for MyDouble.
/third_party/chromium/patch/
D0001-cve.patch28965 -/* TODO Specialize opeator== for hb_bytes_t and hb_ubytes_t. */
28966 +/* TODO Specialize operator== for hb_bytes_t and hb_ubytes_t. */