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:BI_SWIZZLE_H00
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_lower_swizzle.c
126
if (ins->dest[0].swizzle ==
BI_SWIZZLE_H00
&&
in bi_lower_swizzle_16()
127
ins->src[src].swizzle ==
BI_SWIZZLE_H00
)
in bi_lower_swizzle_16()
158
case
BI_SWIZZLE_H00
:
in bi_swizzle_replicates_16()
H
A
D
compiler.h
53
BI_SWIZZLE_H00
= 0, /* = B0101 */
enumerator
86
case
BI_SWIZZLE_H00
: return H(0, 0);
in bi_apply_swizzle()
208
idx.swizzle = (enum bi_swizzle)(
BI_SWIZZLE_H00
| (x << 1) | y);
H
A
D
bi_schedule.c
544
return (swz0 ==
BI_SWIZZLE_H00
&& swz1 == BI_SWIZZLE_H11) ||
in bi_impacted_fadd_widens()
546
(swz0 == BI_SWIZZLE_H11 && swz1 ==
BI_SWIZZLE_H00
);
in bi_impacted_fadd_widens()
663
return (swizzle !=
BI_SWIZZLE_H00
);
in bi_impacted_t_modifiers()
H
A
D
bifrost_compile.c
1975
idx.swizzle =
BI_SWIZZLE_H00
+ c1 + (c0 << 1);
in bi_alu_src_index()
2282
dst.swizzle =
BI_SWIZZLE_H00
;
in bi_emit_alu()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
va_pack.c
153
case
BI_SWIZZLE_H00
: return 0x1;
in va_pack_wrmask()
202
case
BI_SWIZZLE_H00
: return VA_WIDEN_H0;
in va_pack_widen_f32()
212
case
BI_SWIZZLE_H00
: return VA_SWIZZLES_16_BIT_H00;
in va_pack_swizzle_f16()
226
case
BI_SWIZZLE_H00
: return VA_SWIZZLES_8_BIT_B0101;
in va_pack_widen()
236
case
BI_SWIZZLE_H00
: return VA_SWIZZLES_16_BIT_H00;
in va_pack_widen()
249
case
BI_SWIZZLE_H00
: return VA_SWIZZLES_32_BIT_H0;
in va_pack_widen()
295
case
BI_SWIZZLE_H00
: return VA_COMBINE_H0;
in va_pack_combine()
H
A
D
va_lower_constants.c
197
if (swz ==
BI_SWIZZLE_H00
)
in va_lower_constants()
208
assert(swz >=
BI_SWIZZLE_H00
&& swz <= BI_SWIZZLE_H11);
in va_lower_constants()
Completed in 14 milliseconds