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:count_crtcs
(Results
1 - 10
of
10
) sorted by relevance
/third_party/libdrm/tests/modeprint/
H
A
D
modeprint.c
244
printf("
count_crtcs
: %i\n", res->
count_crtcs
);
in printRes()
279
for (i = 0; i < res->
count_crtcs
; i++) {
in printRes()
/third_party/libdrm/
H
A
D
xf86drmMode.c
161
return res.
count_crtcs
> 0 && res.count_connectors > 0 && res.count_encoders > 0;
in drmIsKMS()
181
if (res.
count_crtcs
) {
in drmModeGetResources()
182
res.crtc_id_ptr = VOID2U64(drmMalloc(res.
count_crtcs
*sizeof(uint32_t)));
in drmModeGetResources()
205
counts.
count_crtcs
< res.
count_crtcs
||
in drmModeGetResources()
228
r->
count_crtcs
= res.
count_crtcs
;
in drmModeGetResources()
233
r->crtcs = drmAllocCpy(U642VOID(res.crtc_id_ptr), res.
count_crtcs
, sizeof(uint32_t));
in drmModeGetResources()
237
(res.
count_crtcs
&& !r->crtcs) ||
in drmModeGetResources()
H
A
D
xf86drmMode.h
78
int
count_crtcs
;
member
/third_party/libdrm/tests/modetest/
H
A
D
modetest.c
104
int
count_crtcs
;
member
462
for (i = 0; i < dev->resources->
count_crtcs
; i++) {
in dump_crtcs()
617
res->
count_crtcs
= _res->
count_crtcs
;
in get_resources()
622
res->crtcs = calloc(res->
count_crtcs
, sizeof(*res->crtcs));
in get_resources()
693
for (i = 0; i < res->
count_crtcs
; ++i)
in get_resources()
726
for (i = 0; i < dev->resources->
count_crtcs
; ++i) {
in get_crtc_by_id()
739
for (i = 0; i < (unsigned int)dev->resources->
count_crtcs
; i++) {
in get_crtc_mask()
/third_party/libdrm/tests/proptest/
H
A
D
proptest.c
210
for (i = 0; i < res->
count_crtcs
; i++) {
in listCrtcProperties()
/third_party/mesa3d/include/drm-uapi/
H
A
D
drm_mode.h
268
__u32
count_crtcs
;
member
/third_party/libdrm/include/drm/
H
A
D
drm_mode.h
268
__u32
count_crtcs
;
member
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/wsi/
H
A
D
vktWsiAcquireDrmDisplayTests.cpp
264
for (int j = 0; j < res->
count_crtcs
; ++j)
in getValidCrtcId()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/wsi/
H
A
D
vktWsiAcquireDrmDisplayTests.cpp
260
for (int j = 0; j < res->
count_crtcs
; ++j)
in getValidCrtcId()
/third_party/mesa3d/src/vulkan/wsi/
H
A
D
wsi_common_display.c
1472
for (int c = 0; crtc_id == 0 && c < mode_res->
count_crtcs
; c++) {
in wsi_display_select_crtc()
Completed in 18 milliseconds