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:g6mask
(Results
1 - 1
of
1
) sorted by relevance
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H
A
D
lp_bld_format_s3tc.c
411
LLVMValueRef rbhimask,
g6mask
, rgblomask;
in color_expand_565_to_8888()
local
423
* r5mask = 0xf800,
g6mask
= 0x07e0, b5mask = 0x001f
in color_expand_565_to_8888()
429
* g = (colors &
g6mask
) << ghigh
in color_expand_565_to_8888()
437
g6mask
= lp_build_const_int_vec(gallivm, type, 0x07e0);
in color_expand_565_to_8888()
443
g = LLVMBuildAnd(builder, colors,
g6mask
, "");
in color_expand_565_to_8888()
Completed in 5 milliseconds