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:VA_SIZE_32
(Results
1 - 3
of
3
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
va_lower_constants.c
120
if (info.absneg && info.size ==
VA_SIZE_32
) {
in va_resolve_constant()
162
if (!staging && info.swizzle && info.size ==
VA_SIZE_32
) {
in va_resolve_constant()
195
if (info.size ==
VA_SIZE_32
) {
in va_lower_constants()
H
A
D
valhall.h
45
VA_SIZE_32
= 2,
enumerator
H
A
D
va_pack.c
246
} else if (size ==
VA_SIZE_32
) {
in va_pack_widen()
479
pack_assert(I, size == VA_SIZE_16 || size ==
VA_SIZE_32
);
in va_pack_alu()
481
uint64_t v = (size ==
VA_SIZE_32
? va_pack_widen_f32(I, S) : va_pack_swizzle_f16(I, S));
in va_pack_alu()
507
pack_assert(I, src_info.size ==
VA_SIZE_32
);
in va_pack_alu()
Completed in 3 milliseconds