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:HW_QUERY_BASE_REG
(Results
1 - 4
of
4
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/freedreno/
H
A
D
freedreno_util.h
392
#define
HW_QUERY_BASE_REG
REG_AXXX_CP_SCRATCH_REG4
macro
405
assert(reg !=
HW_QUERY_BASE_REG
);
in emit_marker()
406
if (reg ==
HW_QUERY_BASE_REG
)
in emit_marker()
H
A
D
freedreno_query_hw.c
371
OUT_PKT0(ring,
HW_QUERY_BASE_REG
, 1);
in fd_hw_query_prepare_tile()
/third_party/mesa3d/src/gallium/drivers/freedreno/a4xx/
H
A
D
fd4_query.c
59
*
HW_QUERY_BASE_REG
register:
in occlusion_get_sample()
63
OUT_RING(ring,
HW_QUERY_BASE_REG
);
in occlusion_get_sample()
191
OUT_RING(ring, CP_REG_TO_MEM_0_REG(
HW_QUERY_BASE_REG
) |
/third_party/mesa3d/src/gallium/drivers/freedreno/a3xx/
H
A
D
fd3_query.c
53
*
HW_QUERY_BASE_REG
register:
in occlusion_get_sample()
57
OUT_RING(ring,
HW_QUERY_BASE_REG
);
in occlusion_get_sample()
Completed in 3 milliseconds