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:QPU_W_ACC0
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/vc4/
H
A
D
vc4_qpu_schedule.c
246
case
QPU_W_ACC0
:
in process_waddr_deps()
251
add_write_dep(state, &state->last_r[waddr -
QPU_W_ACC0
],
in process_waddr_deps()
494
if (scoreboard->last_waddr_a == mux_a +
QPU_W_ACC0
||
in reads_too_soon_after_write()
495
scoreboard->last_waddr_a == mux_b +
QPU_W_ACC0
||
in reads_too_soon_after_write()
496
scoreboard->last_waddr_b == mux_a +
QPU_W_ACC0
||
in reads_too_soon_after_write()
497
scoreboard->last_waddr_b == mux_b +
QPU_W_ACC0
) {
in reads_too_soon_after_write()
H
A
D
vc4_qpu_validate.c
310
if (writes_reg(insts[i - 1],
QPU_W_ACC0
+ mux_a) ||
in vc4_qpu_validate()
311
writes_reg(insts[i - 1],
QPU_W_ACC0
+ mux_b)) {
in vc4_qpu_validate()
H
A
D
vc4_qpu_defines.h
85
QPU_W_ACC0
= 32, /* aka r0 */
enumerator
H
A
D
vc4_qpu_disasm.c
163
[
QPU_W_ACC0
] = "r0",
H
A
D
vc4_qpu.c
322
case
QPU_W_ACC0
:
in qpu_waddr_ignores_ws()
/third_party/libdrm/vc4/
H
A
D
vc4_qpu_defines.h
82
QPU_W_ACC0
= 32, /* aka r0 */
enumerator
/third_party/mesa3d/src/gallium/drivers/vc4/kernel/
H
A
D
vc4_validate_shaders.c
106
return 64 + waddr -
QPU_W_ACC0
;
in waddr_to_live_reg_index()
Completed in 7 milliseconds