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_H11
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
va_pack.c
154
case
BI_SWIZZLE_H11
: return 0x2;
in va_pack_wrmask()
203
case
BI_SWIZZLE_H11
: return VA_WIDEN_H1;
in va_pack_widen_f32()
215
case
BI_SWIZZLE_H11
: return VA_SWIZZLES_16_BIT_H11;
in va_pack_swizzle_f16()
227
case
BI_SWIZZLE_H11
: return VA_SWIZZLES_8_BIT_B2323;
in va_pack_widen()
239
case
BI_SWIZZLE_H11
: return VA_SWIZZLES_16_BIT_H11;
in va_pack_widen()
250
case
BI_SWIZZLE_H11
: return VA_SWIZZLES_32_BIT_H1;
in va_pack_widen()
296
case
BI_SWIZZLE_H11
: return VA_COMBINE_H1;
in va_pack_combine()
492
hex |= (src.swizzle ==
BI_SWIZZLE_H11
? 1 : 0) << offs;
in va_pack_alu()
H
A
D
va_lower_constants.c
199
else if (swz ==
BI_SWIZZLE_H11
)
in va_lower_constants()
208
assert(swz >= BI_SWIZZLE_H00 && swz <=
BI_SWIZZLE_H11
);
in va_lower_constants()
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_lower_swizzle.c
159
case
BI_SWIZZLE_H11
:
in bi_swizzle_replicates_16()
H
A
D
bi_opt_mod_props.c
96
assert(a <=
BI_SWIZZLE_H11
);
in bi_compose_swizzle_16()
97
assert(b <=
BI_SWIZZLE_H11
);
in bi_compose_swizzle_16()
H
A
D
bi_schedule.c
544
return (swz0 == BI_SWIZZLE_H00 && swz1 ==
BI_SWIZZLE_H11
) ||
in bi_impacted_fadd_widens()
545
(swz0 ==
BI_SWIZZLE_H11
&& swz1 ==
BI_SWIZZLE_H11
) ||
in bi_impacted_fadd_widens()
546
(swz0 ==
BI_SWIZZLE_H11
&& swz1 == BI_SWIZZLE_H00);
in bi_impacted_fadd_widens()
701
return (src == 1) && (swizzle >=
BI_SWIZZLE_H11
);
in bi_impacted_t_modifiers()
H
A
D
compiler.h
56
BI_SWIZZLE_H11
= 3, /* = B2323 */
enumerator
89
case
BI_SWIZZLE_H11
: return H(1, 1);
in bi_apply_swizzle()
Completed in 8 milliseconds