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:CMD_AUB
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/intel/tools/
H
A
D
intel_aub.h
49
#define
CMD_AUB
(7 << 29)
macro
51
#define CMD_AUB_HEADER (
CMD_AUB
| (1 << 23) | (0x05 << 16))
53
#define CMD_MEM_TRACE_REGISTER_POLL (
CMD_AUB
| (0x2e << 23) | (0x02 << 16))
54
#define CMD_MEM_TRACE_REGISTER_WRITE (
CMD_AUB
| (0x2e << 23) | (0x03 << 16))
55
#define CMD_MEM_TRACE_MEMORY_WRITE (
CMD_AUB
| (0x2e << 23) | (0x06 << 16))
56
#define CMD_MEM_TRACE_VERSION (
CMD_AUB
| (0x2e << 23) | (0x0e << 16))
62
#define CMD_AUB_TRACE_HEADER_BLOCK (
CMD_AUB
| (1 << 23) | (0x41 << 16))
63
#define CMD_AUB_DUMP_BMP (
CMD_AUB
| (1 << 23) | (0x9e << 16))
/third_party/libdrm/intel/
H
A
D
intel_aub.h
49
#define
CMD_AUB
(7 << 29)
macro
51
#define CMD_AUB_HEADER (
CMD_AUB
| (1 << 23) | (0x05 << 16))
56
#define CMD_AUB_TRACE_HEADER_BLOCK (
CMD_AUB
| (1 << 23) | (0x41 << 16))
57
#define CMD_AUB_DUMP_BMP (
CMD_AUB
| (1 << 23) | (0x9e << 16))
Completed in 2 milliseconds