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:rgb10a2
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/freedreno/vulkan/
H
A
D
tu_util.h
315
uint32_t
rgb10a2
;
369
PACK_F(
rgb10a2
, r10g10b10a2_unorm);
/third_party/skia/third_party/externals/angle2/src/image_util/
H
A
D
loadimage.cpp
938
R10G10B10A2
rgb10a2
= source[x];
in LoadRGB10A2ToBGR5A1()
local
940
uint16_t r5 = static_cast<uint16_t>(
rgb10a2
.R >> 5u);
in LoadRGB10A2ToBGR5A1()
941
uint16_t g5 = static_cast<uint16_t>(
rgb10a2
.G >> 5u);
in LoadRGB10A2ToBGR5A1()
942
uint16_t b5 = static_cast<uint16_t>(
rgb10a2
.B >> 5u);
in LoadRGB10A2ToBGR5A1()
943
uint16_t a1 = static_cast<uint16_t>(
rgb10a2
.A >> 1u);
in LoadRGB10A2ToBGR5A1()
971
R10G10B10A2
rgb10a2
= source[x];
in LoadRGB10A2ToRGB5A1()
local
973
uint16_t r5 = static_cast<uint16_t>(
rgb10a2
.R >> 5u);
in LoadRGB10A2ToRGB5A1()
974
uint16_t g5 = static_cast<uint16_t>(
rgb10a2
.G >> 5u);
in LoadRGB10A2ToRGB5A1()
975
uint16_t b5 = static_cast<uint16_t>(
rgb10a2
.B >> 5u);
in LoadRGB10A2ToRGB5A1()
976
uint16_t a1 = static_cast<uint16_t>(
rgb10a2
in LoadRGB10A2ToRGB5A1()
[all...]
/third_party/mesa3d/src/gallium/drivers/freedreno/a5xx/
H
A
D
fd5_emit.c
172
uint32_t
rgb10a2
;
member
220
e->
rgb10a2
= 0;
in setup_border_colors()
299
e->
rgb10a2
|= (int)(f_u * 0x3) << 30;
in setup_border_colors()
301
e->
rgb10a2
|= (int)(f_u * 0x3ff) << (c * 10);
in setup_border_colors()
/third_party/mesa3d/src/gallium/drivers/freedreno/a6xx/
H
A
D
fd6_emit.c
69
uint32_t
rgb10a2
;
member
119
e->
rgb10a2
= 0;
in setup_border_colors()
204
e->
rgb10a2
|= (int)(f_u * 0x3) << 30;
in setup_border_colors()
206
e->
rgb10a2
|= (int)(f_u * 0x3ff) << (c * 10);
in setup_border_colors()
Completed in 12 milliseconds