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:me_fw_version
(Results
1 - 7
of
7
) sorted by relevance
/third_party/mesa3d/src/amd/common/
H
A
D
ac_gpu_info.h
152
uint32_t
me_fw_version
;
member
H
A
D
ac_gpu_info.c
691
r = amdgpu_query_firmware_version(dev, AMDGPU_INFO_FW_GFX_ME, 0, 0, &info->
me_fw_version
,
in ac_query_gpu_info()
1511
fprintf(f, "
me_fw_version
= %i\n", info->
me_fw_version
);
in ac_print_gpu_info()
/third_party/mesa3d/src/amd/vulkan/
H
A
D
radv_cs.h
179
(pdevice->rad_info.gfx_level == GFX9 && pdevice->rad_info.
me_fw_version
< 26))
in radeon_set_uconfig_reg_idx()
H
A
D
radv_device_generated_commands.c
836
dev->physical_device->rad_info.
me_fw_version
< 26))
in build_dgc_prepare_shader()
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H
A
D
si_build_pm4.h
160
((gfx_level) == GFX9 && (screen)->info.
me_fw_version
< 26)) \
H
A
D
si_pipe.c
1285
sscreen->info.
me_fw_version
>= 87) ||
in radeonsi_screen_create_impl()
1287
sscreen->info.
me_fw_version
>= 173) ||
in radeonsi_screen_create_impl()
1289
sscreen->info.
me_fw_version
>= 142);
in radeonsi_screen_create_impl()
/third_party/mesa3d/src/gallium/drivers/r600/
H
A
D
r600_pipe_common.c
1303
printf("
me_fw_version
= %i\n", rscreen->info.
me_fw_version
);
in r600_common_screen_init()
Completed in 16 milliseconds