/third_party/gn/src/base/containers/ |
D | span.h | 25 template <typename T, size_t Extent = dynamic_extent> 33 template <typename T, size_t Extent> 34 struct IsSpanImpl<span<T, Extent>> : std::true_type {}; 69 template <typename Array, size_t N, typename T, size_t Extent> 71 std::enable_if_t<(Extent == dynamic_extent || Extent == N) && 170 template <typename T, size_t Extent> 183 static constexpr index_type extent = Extent; 187 static_assert(Extent == dynamic_extent || Extent == 0, "Invalid Extent"); 191 CHECK(Extent == dynamic_extent || Extent == size); 203 typename = internal::EnableIfSpanCompatibleArray<T (&)[N], N, T, Extent>> [all …]
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
D | dng_resample.h | 43 virtual real64 Extent () const = 0; 56 virtual real64 Extent () const;
|
D | dng_resample.cpp | 31 real64 dng_resample_bicubic::Extent () const in Extent() function in dng_resample_bicubic 171 fRadius = (uint32) (kernel.Extent () / scale + 0.9999); in Initialize() 317 fRadius = (uint32) (kernel.Extent () + 0.9999); in Initialize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
D | MCCodeView.cpp | 471 auto Extent = getLineExtent(ChildId); in encodeInlineLineTable() local 472 LocBegin = std::min(LocBegin, Extent.first); in encodeInlineLineTable() 473 LocEnd = std::max(LocEnd, Extent.second); in encodeInlineLineTable()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_texture_compression_astc_decode_mode.txt | 254 Changes to C.2.23 (Void-Extent Blocks)
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_texture_compression_astc_decode_mode.txt | 254 Changes to C.2.23 (Void-Extent Blocks)
|
/third_party/openGLES/extensions/OES/ |
D | OES_texture_compression_astc.txt | 2049 C.2.23 Void-Extent Blocks 2057 The layout of a 2D Void-Extent block is as follows: 2097 Table C.2.29 - 2D Void-Extent Block Layout Overview 2099 The layout of a 3D Void-Extent block is as follows: 2139 Table C.2.30 - 3D Void-Extent Block Layout Overview 2220 * Void-Extent blocks where the low coordinate for some texture axis
|
/third_party/skia/third_party/externals/opengl-registry/extensions/OES/ |
D | OES_texture_compression_astc.txt | 2036 C.2.23 Void-Extent Blocks 2044 The layout of a 2D Void-Extent block is as follows: 2084 Table C.2.29 - 2D Void-Extent Block Layout Overview 2086 The layout of a 3D Void-Extent block is as follows: 2126 Table C.2.30 - 3D Void-Extent Block Layout Overview 2207 * Void-Extent blocks where the low coordinate for some texture axis
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1894 C.2.23 Void-Extent Blocks 1902 The layout of a 2D Void-Extent block is as follows: 1942 Figure C.7 - 2D Void-Extent Block Layout Overview 2023 * Void-Extent blocks where the low coordinate for some texture axis
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_texture_compression_astc_hdr.txt | 1905 C.2.23 Void-Extent Blocks 1913 The layout of a 2D Void-Extent block is as follows: 1953 Figure C.7 - 2D Void-Extent Block Layout Overview 2034 * Void-Extent blocks where the low coordinate for some texture axis
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/ |
D | capabilities.txt | 96 See the <<features-extentperimagetype,Allowed Extent Values>> section 993 === Allowed Extent Values Based On Image Type
|
/third_party/e2fsprogs/ |
D | 1002-add-header-file-to-musl-compile-mk2efs.patch | 2426 + N_( "Extent not found"), 2428 + N_( "Extent length is invalid"), 2442 + N_( "Extent block checksum does not match extent block"),
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/ |
D | stylo.hpp | 44293 template<class ElementType, size_t Extent = dynamic_extent> 44324 template<class ElementType, size_t Extent> 44325 struct is_span_oracle<mozilla::Span<ElementType, Extent>> : mozilla::TrueType 44339 template<class ElementType, size_t Extent> 44340 struct is_std_array_oracle<std::array<ElementType, Extent>> : mozilla::TrueType 44584 template<class ElementType, size_t Extent> 44595 span_details::span_iterator<Span<ElementType, Extent>, false>; 44597 span_details::span_iterator<Span<ElementType, Extent>, true>; 44601 constexpr static const index_type extent = Extent; 44612 (Dependent || Extent == 0 || Extent == mozilla::MaxValue<size_t>::value)>> [all …]
|
/third_party/skia/third_party/externals/harfbuzz/perf/texts/ |
D | en-words.txt | 3694 Extent
|
/third_party/vk-gl-cts/external/vulkan-docs/src/ |
D | ChangeLog.txt | 7728 * Fix description of <<features-extentperimagetype, Allowed Extent Values 9139 <<features-extentperimagetype,Allowed Extent Values>> section 9360 * Modify the <<features-extentperimagetype,Allowed Extent Values Based
|
/third_party/gstreamer/gstplugins_bad/ |
D | ChangeLog | 61233 timing, from the document's Root Temporal Extent. Currently, such 61236 Extent of 24 hours to any significant whitespace whose parents have no
|