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:alpha_lns
(Results
1 - 8
of
8
) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/astc-encoder/Source/
H
A
D
astc_decompress_symbolic.cpp
112
blk->
alpha_lns
[i] = 0;
in decompress_symbolic_block()
125
blk->
alpha_lns
[i] = 0;
in decompress_symbolic_block()
192
blk->
alpha_lns
[i] = use_lns;
in decompress_symbolic_block()
278
blk->
alpha_lns
[i] = alpha_hdr_endpoint[partition];
in decompress_symbolic_block()
H
A
D
astc_image_load_store.cpp
125
if (pb->
alpha_lns
[i])
in imageblock_initialize_work_from_orig()
160
if (pb->
alpha_lns
[i])
in imageblock_initialize_orig_from_work()
H
A
D
astc_codec_internals.h
124
uint8_t
alpha_lns
[MAX_TEXELS_PER_BLOCK]; // 1 if Alpha data are being treated as LNS
member
/third_party/astc-encoder/Source/
H
A
D
astcenc_image.cpp
241
blk.
alpha_lns
[idx] = a_lns;
in load_image_block()
327
blk.
alpha_lns
[0] = 0;
in load_image_block_fast_ldr()
H
A
D
astcenc_decompress_symbolic.cpp
209
blk.
alpha_lns
[i] = 0;
in decompress_symbolic_block()
262
blk.
alpha_lns
[i] = use_lns;
in decompress_symbolic_block()
H
A
D
astcenc_internal.h
749
* The @c rgb_lns and @c
alpha_lns
fields that assigned a per-texel use of HDR are only used during
796
uint8_t
alpha_lns
[BLOCK_MAX_TEXELS];
member
845
return this->
alpha_lns
[0] ? static_cast<float>(0x7800) : static_cast<float>(0xFFFF);
in get_default_alpha()
H
A
D
astcenc_ideal_endpoints_and_weights.cpp
1397
if (blk.rgb_lns[0] || blk.
alpha_lns
[0])
1682
if (blk.rgb_lns[0] || blk.
alpha_lns
[0])
H
A
D
astcenc_pick_best_endpoint_format.cpp
1221
bool encode_hdr_alpha = static_cast<bool>(blk.
alpha_lns
[0]);
Completed in 10 milliseconds