Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:kMaxDepth
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/experimental/sorttoy/
H
A
D
SortKey.h
37
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
D
parser_impl_error_msg_test.cc
491
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
D
cord_rep_btree.h
96
// 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
D
cord_rep_btree.cc
39
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
D
SkStroke.cpp
66
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
D
vktDrawMultiExtTests.cpp
204
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
D
vktDrawMultiExtTests.cpp
204
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
D
value-mirror.cc
158
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