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:agx_size_align_16
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/asahi/compiler/
H
A
D
agx_lower_parallel_copy.c
84
for (unsigned i = 0; i <
agx_size_align_16
(entry->size); i++) {
in entry_blocked()
105
assert(
agx_size_align_16
(entry->size) == 2);
in split_32bit_copy()
136
for (unsigned j = 0; j <
agx_size_align_16
(entry->size); j++) {
in agx_emit_parallel_copies()
165
for (unsigned j = 0; j <
agx_size_align_16
(entry->size); j++) {
in agx_emit_parallel_copies()
188
if (entry->done || (
agx_size_align_16
(entry->size) != 2))
in agx_emit_parallel_copies()
254
if (
agx_size_align_16
(entry->size) == 1) {
in agx_emit_parallel_copies()
263
agx_size_align_16
(blocking->size) == 2) {
in agx_emit_parallel_copies()
277
blocking->src < entry->dest +
agx_size_align_16
(entry->size)) {
in agx_emit_parallel_copies()
H
A
D
agx_register_allocate.c
117
unsigned width =
agx_size_align_16
(I->src[0].size);
in agx_ra_assign_local()
307
unsigned width =
agx_size_align_16
(ins->dest[0].size);
in agx_ra()
329
unsigned size =
agx_size_align_16
(ins->dest[0].size);
in agx_ra()
342
unsigned width =
agx_size_align_16
(ins->src[0].size);
in agx_ra()
H
A
D
agx_uniforms.c
51
ctx->push_base = ALIGN_POT(ctx->push_base,
agx_size_align_16
(size));
in agx_indexed_sysval()
H
A
D
agx_compiler.h
70
agx_size_align_16
(enum agx_size size)
in agx_size_align_16()
function
Completed in 4 milliseconds