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:gpuver
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/freedreno/afuc/
H
A
D
asm.c
42
int
gpuver
;
variable
165
if (
gpuver
>= 6)
in emit_instructions()
242
if (
gpuver
>= 6) {
in emit_instructions()
381
gpuver
= atoi(optarg);
in main()
411
if (!
gpuver
) {
in main()
413
gpuver
= 5;
in main()
415
gpuver
= 6;
in main()
419
ret = afuc_util_init(
gpuver
, false);
in main()
H
A
D
disasm.c
44
static int
gpuver
;
variable
341
const uint32_t nop =
gpuver
>= 6 ? 0x1000000 : 0x0;
in disasm_instr()
547
if (
gpuver
>= 6) {
in disasm_instr()
680
if (
gpuver
< 6) {
in disasm_instr()
744
if (
gpuver
>= 6)
in setup_labels()
943
gpuver
= gpu_id / 100;
in main()
949
if (emulator && (
gpuver
!= 6)) {
in main()
954
ret = afuc_util_init(
gpuver
, colors);
in main()
959
printf("; a%dxx microcode\n",
gpuver
);
in main()
967
if (
gpuver
<
in main()
[all...]
H
A
D
util.h
55
int afuc_util_init(int
gpuver
, bool colors);
H
A
D
util.c
253
int afuc_util_init(int
gpuver
, bool colors)
in afuc_util_init()
argument
258
switch (
gpuver
) {
in afuc_util_init()
H
A
D
asm.h
31
extern int
gpuver
;
Completed in 4 milliseconds