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_H01
(Results
1 - 9
of
9
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_lower_swizzle.c
37
if (ins->src[src].swizzle ==
BI_SWIZZLE_H01
)
in bi_lower_swizzle_16()
119
ins->src[src].swizzle =
BI_SWIZZLE_H01
;
in bi_lower_swizzle_16()
129
ins->src[src].swizzle =
BI_SWIZZLE_H01
;
in bi_lower_swizzle_16()
137
ins->src[src].swizzle =
BI_SWIZZLE_H01
;
in bi_lower_swizzle_16()
260
ins->src[0].swizzle =
BI_SWIZZLE_H01
;
in bi_lower_swizzle()
267
ins->dest[0].swizzle =
BI_SWIZZLE_H01
;
in bi_lower_swizzle()
H
A
D
bir.c
266
(I->src[0].swizzle ==
BI_SWIZZLE_H01
) &&
in bi_can_replace_with_csel()
267
(I->src[1].swizzle ==
BI_SWIZZLE_H01
) &&
in bi_can_replace_with_csel()
268
(I->src[2].swizzle ==
BI_SWIZZLE_H01
);
in bi_can_replace_with_csel()
H
A
D
compiler.h
54
BI_SWIZZLE_H01
= 1, /* = B0123 = W0 */
enumerator
87
case
BI_SWIZZLE_H01
: return H(0, 1);
in bi_apply_swizzle()
146
.swizzle =
BI_SWIZZLE_H01
,
in bi_get_index()
160
.swizzle =
BI_SWIZZLE_H01
,
in bi_register()
170
.swizzle =
BI_SWIZZLE_H01
,
198
.swizzle =
BI_SWIZZLE_H01
,
207
assert(idx.swizzle ==
BI_SWIZZLE_H01
);
221
assert(idx.swizzle ==
BI_SWIZZLE_H01
);
277
index.swizzle =
BI_SWIZZLE_H01
;
854
.swizzle =
BI_SWIZZLE_H01
,
in bi_fau()
[all...]
H
A
D
bi_opt_mod_props.c
100
bool ar = (a &
BI_SWIZZLE_H01
);
in bi_compose_swizzle_16()
102
bool br = (b &
BI_SWIZZLE_H01
);
in bi_compose_swizzle_16()
105
((ar ? br : bl) ?
BI_SWIZZLE_H01
: 0);
in bi_compose_swizzle_16()
H
A
D
bi_schedule.c
503
ins->src[0].swizzle ==
BI_SWIZZLE_H01
&&
in bi_can_iaddc()
504
ins->src[1].swizzle ==
BI_SWIZZLE_H01
);
in bi_can_iaddc()
673
return (swizzle !=
BI_SWIZZLE_H01
);
in bi_impacted_t_modifiers()
683
return (src == 1) && (swizzle !=
BI_SWIZZLE_H01
);
in bi_impacted_t_modifiers()
H
A
D
bifrost_compile.c
1967
assert(idx.swizzle ==
BI_SWIZZLE_H01
);
in bi_alu_src_index()
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
va_pack.c
155
case
BI_SWIZZLE_H01
: return 0x3;
in va_pack_wrmask()
201
case
BI_SWIZZLE_H01
: return VA_WIDEN_NONE;
in va_pack_widen_f32()
214
case
BI_SWIZZLE_H01
: return VA_SWIZZLES_16_BIT_H01;
in va_pack_swizzle_f16()
225
case
BI_SWIZZLE_H01
: return VA_SWIZZLES_8_BIT_B0123;
in va_pack_widen()
238
case
BI_SWIZZLE_H01
: return VA_SWIZZLES_16_BIT_H01;
in va_pack_widen()
248
case
BI_SWIZZLE_H01
: return VA_SWIZZLES_32_BIT_NONE;
in va_pack_widen()
281
case
BI_SWIZZLE_H01
: return VA_LANES_8_BIT_B02;
in va_pack_shift_lanes()
294
case
BI_SWIZZLE_H01
: return VA_COMBINE_NONE;
in va_pack_combine()
514
} else if (src.swizzle !=
BI_SWIZZLE_H01
) {
in va_pack_alu()
H
A
D
va_lower_constants.c
202
assert(swz ==
BI_SWIZZLE_H01
);
in va_lower_constants()
205
if (info.swizzle && swz !=
BI_SWIZZLE_H01
)
in va_lower_constants()
H
A
D
va_optimize.c
47
return I->src[s].swizzle ==
BI_SWIZZLE_H01
&&
in va_is_add_imm()
Completed in 16 milliseconds