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:alphause
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
texcompress_rgtc_tmp.h
79
TYPE alphabase[2],
alphause
[2];
in encode_rgtc_ubyte()
local
129
if (alphaabsmin)
alphause
[0] = T_MIN;
in encode_rgtc_ubyte()
130
else
alphause
[0] = alphabase[0];
in encode_rgtc_ubyte()
131
if (alphaabsmax)
alphause
[1] = T_MAX;
in encode_rgtc_ubyte()
132
else
alphause
[1] = alphabase[1];
in encode_rgtc_ubyte()
136
acutValues[aindex] = (
alphause
[0] * (2*aindex + 1) +
alphause
[1] * (14 - (2*aindex + 1))) / 14;
in encode_rgtc_ubyte()
145
alphadist = srccolors[j][i] -
alphause
[1];
in encode_rgtc_ubyte()
149
alphadist = srccolors[j][i] - (
alphause
[1] * 6 +
alphause
[
in encode_rgtc_ubyte()
[all...]
/third_party/mesa3d/src/mesa/main/
H
A
D
texcompress_s3tc_tmp.h
574
GLubyte alphabase[2],
alphause
[2];
in encodedxt5alpha()
local
623
if (alphaabsmin)
alphause
[0] = 0;
in encodedxt5alpha()
624
else
alphause
[0] = alphabase[0];
in encodedxt5alpha()
625
if (alphaabsmax)
alphause
[1] = 255;
in encodedxt5alpha()
626
else
alphause
[1] = alphabase[1];
in encodedxt5alpha()
630
acutValues[aindex] = (
alphause
[0] * (2*aindex + 1) +
alphause
[1] * (14 - (2*aindex + 1))) / 14;
in encodedxt5alpha()
639
alphadist = srccolors[j][i][3] -
alphause
[1];
in encodedxt5alpha()
643
alphadist = srccolors[j][i][3] - (
alphause
[1] * 6 +
alphause
[
in encodedxt5alpha()
[all...]
Completed in 2 milliseconds