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:gpu_type
(Results
1 - 5
of
5
) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/
H
A
D
lima_screen.h
71
int
gpu_type
;
member
H
A
D
lima_screen.c
74
switch (screen->
gpu_type
) {
in lima_screen_get_name()
463
if (screen->
gpu_type
== DRM_LIMA_PARAM_GPU_ID_MALI450)
in lima_screen_set_plb_max_blk()
511
screen->
gpu_type
= param.value;
in lima_screen_query_info()
H
A
D
lima_job.c
684
if ((screen->
gpu_type
== DRM_LIMA_PARAM_GPU_ID_MALI400) ||
in lima_update_pp_stream()
941
if (screen->
gpu_type
== DRM_LIMA_PARAM_GPU_ID_MALI400) {
in lima_do_job()
/third_party/mesa3d/src/amd/compiler/
H
A
D
aco_print_asm.cpp
185
const char*
gpu_type
= to_clrx_device_name(program->gfx_level, program->family);
in print_asm_clrx()
197
sprintf(command, "clrxdisasm --gpuType=%s -r %s",
gpu_type
, path);
in print_asm_clrx()
/third_party/mesa3d/src/amd/common/
H
A
D
ac_rgp.c
332
enum sqtt_gpu_type
gpu_type
;
member
479
chunk->
gpu_type
=
in ac_sqtt_fill_asic_info()
Completed in 7 milliseconds