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:drm_devices
(Results
1 - 2
of
2
) sorted by relevance
/third_party/mesa3d/src/imagination/vulkan/
H
A
D
pvr_device.c
522
drmDevicePtr
drm_devices
[8];
in pvr_enumerate_devices()
local
528
max_drm_devices = drmGetDevices2(0,
drm_devices
, ARRAY_SIZE(
drm_devices
));
in pvr_enumerate_devices()
533
if (
drm_devices
[i]->bustype != DRM_BUS_PLATFORM)
in pvr_enumerate_devices()
536
if (pvr_drm_device_is_supported(
drm_devices
[i], DRM_NODE_RENDER)) {
in pvr_enumerate_devices()
537
drm_render_device =
drm_devices
[i];
in pvr_enumerate_devices()
541
} else if (pvr_drm_device_is_supported(
drm_devices
[i],
in pvr_enumerate_devices()
543
drm_primary_device =
drm_devices
[i];
in pvr_enumerate_devices()
563
drmFreeDevices(
drm_devices
, max_drm_devices);
in pvr_enumerate_devices()
/third_party/mesa3d/src/tool/pps/
H
A
D
pps_datasource.cc
40
auto
drm_devices
= DrmDevice::create_all();
in OnSetup()
local
41
for (auto &drm_device :
drm_devices
) {
in OnSetup()
Completed in 4 milliseconds