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:alphaabsmin
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/util/
H
A
D
texcompress_rgtc_tmp.h
84
int
alphaabsmin
= 0, alphaabsmax = 0;
in encode_rgtc_ubyte()
local
92
alphaabsmin
= 1;
in encode_rgtc_ubyte()
105
if (((alphabase[0] > alphabase[1]) && !(
alphaabsmin
&& alphaabsmax))
in encode_rgtc_ubyte()
106
|| (alphabase[0] == alphabase[1] && !
alphaabsmin
&& !alphaabsmax)) { /* one color, either max or min */
in encode_rgtc_ubyte()
125
/* it's possible this encoding is better even if both
alphaabsmin
and alphaabsmax are true */
in encode_rgtc_ubyte()
129
if (
alphaabsmin
) alphause[0] = T_MIN;
in encode_rgtc_ubyte()
196
/* it's not very likely this encoding is better if both
alphaabsmin
and alphaabsmax
in encode_rgtc_ubyte()
/third_party/mesa3d/src/mesa/main/
H
A
D
texcompress_s3tc_tmp.h
579
GLboolean
alphaabsmin
= GL_FALSE;
in encodedxt5alpha()
local
588
alphaabsmin
= GL_TRUE;
in encodedxt5alpha()
601
if ((alphabase[0] > alphabase[1]) && !(
alphaabsmin
&& alphaabsmax)) { /* one color, either max or min */
in encodedxt5alpha()
603
/* || (alphabase[0] == alphabase[1] && !
alphaabsmin
&& !alphaabsmax) */
in encodedxt5alpha()
619
/* it's possible this encoding is better even if both
alphaabsmin
and alphaabsmax are true */
in encodedxt5alpha()
623
if (
alphaabsmin
) alphause[0] = 0;
in encodedxt5alpha()
687
/* it's not very likely this encoding is better if both
alphaabsmin
and alphaabsmax
in encodedxt5alpha()
Completed in 4 milliseconds