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_B0000
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/panfrost/bifrost/valhall/
H
A
D
va_pack.c
228
case
BI_SWIZZLE_B0000
: return VA_SWIZZLES_8_BIT_B0000;
in va_pack_widen()
240
case
BI_SWIZZLE_B0000
: return VA_SWIZZLES_16_BIT_B00;
in va_pack_widen()
251
case
BI_SWIZZLE_B0000
: return VA_SWIZZLES_32_BIT_B0;
in va_pack_widen()
266
case
BI_SWIZZLE_B0000
: return VA_HALF_SWIZZLES_8_BIT_B00;
in va_pack_halfswizzle()
282
case
BI_SWIZZLE_B0000
: return VA_LANES_8_BIT_B00;
in va_pack_shift_lanes()
497
unsigned comp = src.swizzle -
BI_SWIZZLE_B0000
;
in va_pack_alu()
H
A
D
va_lower_constants.c
212
unsigned chan = (swz -
BI_SWIZZLE_B0000
);
in va_lower_constants()
/third_party/mesa3d/src/panfrost/bifrost/
H
A
D
bi_lower_swizzle.c
144
case
BI_SWIZZLE_B0000
:
in bi_swizzle_replicates_8()
H
A
D
compiler.h
59
BI_SWIZZLE_B0000
= 4, /* single channel (replicate) */
enumerator
90
case
BI_SWIZZLE_B0000
: return B(0, 0, 0, 0);
in bi_apply_swizzle()
223
idx.swizzle = (enum bi_swizzle)(
BI_SWIZZLE_B0000
+ lane);
H
A
D
bi_schedule.c
689
return (swizzle !=
BI_SWIZZLE_B0000
);
in bi_impacted_t_modifiers()
H
A
D
bifrost_compile.c
1980
idx.swizzle =
BI_SWIZZLE_B0000
+ src.swizzle[0];
in bi_alu_src_index()
/third_party/mesa3d/src/panfrost/bifrost/valhall/test/
H
A
D
test-add-imm.cpp
125
idx.swizzle =
BI_SWIZZLE_B0000
;
in TEST_F()
Completed in 14 milliseconds