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:depth_max
(Results
1 - 4
of
4
) sorted by relevance
/third_party/skia/third_party/externals/libpng/contrib/libtests/
H
A
D
makepng.c
397
png_uint_32
depth_max
= (1U << bit_depth)-1; /* up to 65536 */
in generate_row()
local
545
* 0..
depth_max
in generate_row()
547
luma = (luma*
depth_max
+ size_max) / (2*size_max);
in generate_row()
558
png_uint_32 alpha = (
depth_max
* y * 2 + size_max) / (2 * size_max);
in generate_row()
564
(
depth_max
* x * 2 + size_max) / (2 * size_max), gamma_table,
in generate_row()
580
* components at the end of the row; green is
depth_max
).
in generate_row()
582
png_uint_32 Y = (
depth_max
* y * 2 + size_max) / (2 * size_max);
in generate_row()
585
/* Interpolate x/
depth_max
from start to end:
in generate_row()
589
* green: 0
depth_max
depth_max
in generate_row()
[all...]
/third_party/mesa3d/src/gallium/drivers/crocus/
H
A
D
crocus_clear.c
467
const uint32_t
depth_max
= (1 << nbits) - 1;
in fast_clear_depth()
local
469
(unsigned)(depth *
depth_max
) / (float)
depth_max
;
in fast_clear_depth()
/third_party/mesa3d/src/amd/llvm/
H
A
D
ac_llvm_build.h
62
unsigned
depth_max
;
member
H
A
D
ac_llvm_build.c
2861
if (ctx->flow->depth >= ctx->flow->
depth_max
) {
in push_flow()
2865
ctx->flow->
depth_max
= new_max;
in push_flow()
Completed in 11 milliseconds