Home
last modified time | relevance | path

Searched refs:kMaxDepth (Results 1 - 8 of 8) sorted by relevance

/third_party/skia/experimental/sorttoy/
H A DSortKey.h37 static const uint32_t kMaxDepth = kDepthMask; member in SortKey
45 SortKey() : fKey((kMaxDepth - 1) << kMaterialShift) {} in SortKey()
61 munged = kMaxDepth - depth - 1; in SortKey()
80 return (kMaxDepth - tmp) - 1; in depth()
/third_party/skia/third_party/externals/tint/src/reader/wgsl/
H A Dparser_impl_error_msg_test.cc491 uint32_t kMaxDepth = 128; in TEST_F() local
497 for (size_t i = 0; i < kMaxDepth + 8; i++) { in TEST_F()
499 if (i < kMaxDepth) { in TEST_F()
501 } else if (i == kMaxDepth) { in TEST_F()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
H A Dcord_rep_btree.h96 // The maximum `height` value of a node is then `kMaxDepth - 1` as node height
98 static constexpr int kMaxDepth = 12; member in absl::cord_internal::CordRepBtree
99 static constexpr int kMaxHeight = kMaxDepth - 1;
H A Dcord_rep_btree.cc39 using NodeStack = CordRepBtree * [CordRepBtree::kMaxDepth];
58 assert(depth <= CordRepBtree::kMaxDepth + 2); in DumpAll()
865 CordRepBtree* stack[kMaxDepth]; in GetAppendBufferSlow()
/third_party/skia/src/core/
H A DSkStroke.cpp66 inline static constexpr int kMaxDepth = 75; member
67 int fCubicDepths[kMaxDepth + 1];
73 for (int i = 0; i <= kMaxDepth; i++) { in ~DepthHistogram()
79 SkASSERT(depth >= 0 && depth <= kMaxDepth); in incDepth()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
H A DvktDrawMultiExtTests.cpp204 static constexpr float kMaxDepth = 0.75f; member in vkt::Draw::__anon27920::TriangleOverlapGenerator
205 static constexpr float kDepthRange = kMaxDepth - kMinDepth;
218 const auto depth = kMaxDepth - m_depthStep * pixelId;
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/draw/
H A DvktDrawMultiExtTests.cpp204 static constexpr float kMaxDepth = 0.75f; member in vkt::Draw::__anon29161::TriangleOverlapGenerator
205 static constexpr float kDepthRange = kMaxDepth - kMinDepth;
218 const auto depth = kMaxDepth - m_depthStep * pixelId;
/third_party/node/deps/v8/src/inspector/
H A Dvalue-mirror.cc158 static const int kMaxDepth = 900; in toProtocolValue() local
160 static const int kMaxDepth = 1000; in toProtocolValue()
162 return toProtocolValue(context, value, kMaxDepth, result); in toProtocolValue()

Completed in 16 milliseconds