Home
last modified time | relevance | path

Searched refs:kMaxDepth (Results 1 – 7 of 7) sorted by relevance

/third_party/skia/experimental/sorttoy/
DSortKey.h37 static const uint32_t kMaxDepth = kDepthMask; variable
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/
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/
Dcord_rep_btree.h98 static constexpr int kMaxDepth = 12; variable
99 static constexpr int kMaxHeight = kMaxDepth - 1;
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/vk-gl-cts/external/vulkancts/modules/vulkan/draw/
DvktDrawMultiExtTests.cpp204 static constexpr float kMaxDepth = 0.75f; member in vkt::Draw::__anon4d66470e0111::TriangleOverlapGenerator
205 static constexpr float kDepthRange = kMaxDepth - kMinDepth;
218 const auto depth = kMaxDepth - m_depthStep * pixelId; in appendTriangle()
/third_party/skia/src/core/
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/node/deps/v8/src/inspector/
Dvalue-mirror.cc158 static const int kMaxDepth = 900; in toProtocolValue() local
160 static const int kMaxDepth = 1000; in toProtocolValue() local
162 return toProtocolValue(context, value, kMaxDepth, result); in toProtocolValue()