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:DrmDevice
(Results
1 - 6
of
6
) sorted by relevance
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_device.h
19
class
DrmDevice
class
26
static std::vector<
DrmDevice
> create_all();
29
static std::optional<
DrmDevice
> create(int32_t gpu_num);
32
DrmDevice
() = default;
35
DrmDevice
(
DrmDevice
&&);
36
DrmDevice
&operator=(
DrmDevice
&&);
39
DrmDevice
(const
DrmDevice
[all...]
H
A
D
pps_device.cc
22
uint32_t
DrmDevice
::device_count()
in device_count()
33
assert(fd && "Failed to query
DrmDevice
: invalid fd");
in query_drm_name()
46
std::optional<
DrmDevice
> create_drm_device(int fd, int32_t gpu_num)
in create_drm_device()
58
auto ret =
DrmDevice
();
in create_drm_device()
65
std::vector<
DrmDevice
>
DrmDevice
::create_all()
in create_all()
67
std::vector<
DrmDevice
> ret = {};
in create_all()
91
std::optional<
DrmDevice
>
DrmDevice
::create(int32_t gpu_num)
in create()
93
std::optional<
DrmDevice
> re
in create()
112
DrmDevice
::
DrmDevice
(
DrmDevice
&&other)
DrmDevice()
function in pps::DrmDevice
[all...]
H
A
D
pps_driver.cc
69
Driver *Driver::get_driver(
DrmDevice
&&drm_device)
in get_driver()
85
auto devices =
DrmDevice
::create_all();
in default_driver_name()
98
auto devices =
DrmDevice
::create_all();
in find_driver_name()
H
A
D
pps_config.cc
145
auto devices =
DrmDevice
::create_all();
in main()
156
if (auto device =
DrmDevice
::create(gpu_num)) {
in main()
196
if (auto device =
DrmDevice
::create(gpu_num)) {
in main()
210
if (auto device =
DrmDevice
::create(gpu_num)) {
in main()
H
A
D
pps_driver.h
33
static Driver *get_driver(
DrmDevice
&&drm_device);
84
DrmDevice
drm_device;
H
A
D
pps_datasource.cc
40
auto drm_devices =
DrmDevice
::create_all();
in OnSetup()
Completed in 2 milliseconds