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:plane_res
(Results
1 - 3
of
3
) sorted by relevance
/third_party/ffmpeg/libavdevice/
H
A
D
kmsgrab.c
411
drmModePlaneRes *
plane_res
= NULL;
in kmsgrab_read_header()
local
453
plane_res
= drmModeGetPlaneResources(ctx->hwctx->fd);
in kmsgrab_read_header()
454
if (!
plane_res
) {
in kmsgrab_read_header()
462
for (i = 0; i <
plane_res
->count_planes; i++) {
in kmsgrab_read_header()
464
plane_res
->planes[i]);
in kmsgrab_read_header()
469
plane_res
->planes[i], strerror(err));
in kmsgrab_read_header()
490
if (i ==
plane_res
->count_planes) {
in kmsgrab_read_header()
660
drmModeFreePlaneResources(
plane_res
);
in kmsgrab_read_header()
/third_party/mesa3d/src/gallium/drivers/d3d12/
H
A
D
d3d12_resource.cpp
313
struct d3d12_resource *
plane_res
= d3d12_resource(planes[plane]);
in convert_planar_resource()
local
314
if (!
plane_res
) {
in convert_planar_resource()
315
plane_res
= CALLOC_STRUCT(d3d12_resource);
in convert_planar_resource()
316
*
plane_res
= *res;
in convert_planar_resource()
317
d3d12_bo_reference(
plane_res
->bo);
in convert_planar_resource()
318
pipe_reference_init(&
plane_res
->base.b.reference, 1);
in convert_planar_resource()
319
threaded_resource_init(&
plane_res
->base.b, false);
in convert_planar_resource()
322
plane_res
->base.b.next = next;
in convert_planar_resource()
323
next = &
plane_res
->base.b;
in convert_planar_resource()
325
plane_res
in convert_planar_resource()
[all...]
/third_party/libdrm/tests/modetest/
H
A
D
modetest.c
599
drmModePlaneRes *
plane_res
;
in get_resources()
local
696
plane_res
= drmModeGetPlaneResources(dev->fd);
in get_resources()
697
if (!
plane_res
) {
in get_resources()
703
res->count_planes =
plane_res
->count_planes;
in get_resources()
707
drmModeFreePlaneResources(
plane_res
);
in get_resources()
711
get_resource(res,
plane_res
, plane, Plane);
in get_resources()
712
drmModeFreePlaneResources(
plane_res
);
in get_resources()
Completed in 6 milliseconds