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:common_bit_size
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/compiler/nir/
H
A
D
nir_builder.h
962
unsigned
common_bit_size
= dest_bit_size;
in nir_extract_bits()
local
964
common_bit_size
= MIN2(
common_bit_size
, srcs[i]->bit_size);
in nir_extract_bits()
966
common_bit_size
= MIN2(
common_bit_size
, (1u << (ffs(first_bit) - 1)));
in nir_extract_bits()
969
assert(
common_bit_size
>= 8);
in nir_extract_bits()
972
assert(num_bits /
common_bit_size
<= ARRAY_SIZE(common_comps));
in nir_extract_bits()
980
for (unsigned i = 0; i < num_bits /
common_bit_size
; i++) {
in nir_extract_bits()
981
const unsigned bit = first_bit + (i *
common_bit_size
);
in nir_extract_bits()
990
assert(bit +
common_bit_size
<
in nir_extract_bits()
[all...]
H
A
D
nir_opt_load_store_vectorize.c
667
unsigned
common_bit_size
= MIN2(get_bit_size(low), get_bit_size(high));
in new_bitsize_acceptable()
local
668
common_bit_size
= MIN2(
common_bit_size
, new_bit_size);
in new_bitsize_acceptable()
670
common_bit_size
= MIN2(
common_bit_size
, (1u << (ffs(high_offset * 8) - 1)));
in new_bitsize_acceptable()
671
if (new_bit_size /
common_bit_size
> NIR_MAX_VEC_COMPONENTS)
in new_bitsize_acceptable()
Completed in 8 milliseconds