/third_party/boost/libs/type_traits/test/ |
D | enable_if_test.cpp | 43 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/ |
D | statusor.h | 175 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/ |
D | GrGradientShader.cpp | 593 "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/ |
D | GrFragmentProcessor.cpp | 495 "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/ |
D | AArch64SchedKryo.td | 122 // Specialize the coarse model by associating instruction groups with the
|
D | AArch64SchedCyclone.td | 550 // TODO: Specialize FSQRT for longer latency.
|
D | AArch64SchedA57.td | 122 // Specialize the coarse model by associating instruction groups with the
|
D | AArch64SchedFalkorDetails.td | 574 // Specialize the coarse model by associating instruction groups with the
|
/third_party/skia/src/gpu/effects/ |
D | GrSkSLFP.h | 58 static GrSpecializedUniform<T> Specialize(const T& value) { in Specialize() function
|
/third_party/boost/libs/geometry/doc/ |
D | example_adapting_a_legacy_geometry_object_model.qbk | 386 // Specialize metafunctions. We must include the range.hpp header. 560 // Specialize metafunctions. We must include the range.hpp header.
|
/third_party/mesa3d/docs/relnotes/ |
D | 9.1.2.rst | 162 - i965: Specialize SURFACE_STATE creation for shader time.
|
D | 21.2.0.rst | 355 - panfrost: Specialize blendable formats for sRGB 988 - panfrost: Specialize blendable_formats for v6
|
D | 20.1.0.rst | 785 - pan/mdg: Specialize swizzle to type
|
D | 20.3.0.rst | 517 - panfrost: Specialize compute vs frag shader init
|
/third_party/vk-gl-cts/external/openglcts/docs/specs/ |
D | CTS_ARB_gl_spirv.txt | 70 SHADER_BINARY_FORMAT_SPIR_V_ARB binary format. Specialize shader objects
|
/third_party/boost/libs/range/doc/reference/ |
D | extending.qbk | 81 // Specialize metafunctions. We must include the range.hpp header.
|
/third_party/skia/src/core/ |
D | SkBlurMF.cpp | 1030 "isFast", GrSkSLFP::Specialize<int>(isFast)); in make_rect_blur()
|
/third_party/boost/libs/spirit/doc/ |
D | what_s_new.qbk | 100 * Specialize iterator_source for random access. [gh_pr 383]
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_gl_spirv.txt | 1515 // Specialize the shader
|
/third_party/harfbuzz/perf/texts/ |
D | en-words.txt | 10121 Specialize
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_gl_spirv.txt | 1581 // Specialize the shader
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 10121 Specialize
|
/third_party/boost/libs/accumulators/doc/ |
D | accumulators.qbk | 952 // Specialize tag<> for MyDouble.
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 28965 -/* TODO Specialize opeator== for hb_bytes_t and hb_ubytes_t. */ 28966 +/* TODO Specialize operator== for hb_bytes_t and hb_ubytes_t. */
|